comparison htseq_count.Rmd @ 1:cc33706a1d4b draft

update
author mingchen0919
date Tue, 06 Mar 2018 17:38:58 -0500
parents 10a460f61ac2
children db9da9716914
comparison
equal deleted inserted replaced
0:10a460f61ac2 1:cc33706a1d4b
1 --- 1 ---
2 title: 'HTML report title' 2 title: 'htseq-count analysis'
3 output: 3 output: html_document
4 html_document:
5 number_sections: true
6 toc: true
7 theme: cosmo
8 highlight: tango
9 --- 4 ---
10 5
11 ```{r setup, include=FALSE, warning=FALSE, message=FALSE} 6 ```{r setup, include=FALSE, warning=FALSE, message=FALSE}
12 knitr::opts_chunk$set( 7 knitr::opts_chunk$set(
13 echo = as.logical(), 8 echo = as.logical(opt$X_e),
14 error = TRUE 9 error = TRUE
15 ) 10 )
16 ``` 11 ```
17 12
18 13
19 # Code for computational analysis 14 # Code for computational analysis
20 15
21 ```{r 'step 1'} 16 ```{r 'step 1'}
17 opt
18 ```
22 19
23 ```
24 20
25 ```{r 'ste[ 2'} 21 ```{r 'ste[ 2'}
26 22
27 ``` 23 ```
28 24