Mercurial > repos > mingchen0919 > aurora_htseq
diff htseq_count.Rmd @ 0:10a460f61ac2 draft
planemo upload
author | mingchen0919 |
---|---|
date | Tue, 06 Mar 2018 15:16:40 -0500 |
parents | |
children | cc33706a1d4b |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/htseq_count.Rmd Tue Mar 06 15:16:40 2018 -0500 @@ -0,0 +1,29 @@ +--- +title: 'HTML report title' +output: + html_document: + number_sections: true + toc: true + theme: cosmo + highlight: tango +--- + +```{r setup, include=FALSE, warning=FALSE, message=FALSE} +knitr::opts_chunk$set( + echo = as.logical(), + error = TRUE +) +``` + + +# Code for computational analysis + +```{r 'step 1'} + +``` + +```{r 'ste[ 2'} + +``` + +