comparison htseq_count.Rmd @ 0:10a460f61ac2 draft

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