|
1
|
1 ---
|
|
|
2 title: "htseq-count Report"
|
|
|
3 output: html_document
|
|
|
4 ---
|
|
|
5
|
|
|
6 ```{r setup, include=FALSE, warning=FALSE, message=FALSE}
|
|
|
7 knitr::opts_chunk$set(echo = TRUE, error = TRUE)
|
|
|
8 ```
|
|
|
9
|
|
|
10 ## References
|
|
|
11
|
|
|
12 Allaire, J and Cheng, Joe and Xie, Yihui and McPherson, Jonathan and Chang, Winston and Allen, Jeff and Wickham, Hadley and Atkins, Aron and Hyndman, Rob (2016). rmarkdown: Dynamic Documents for R, 2016. In R package version 0.9, 6.
|
|
|
13
|
|
|
14 Xie, Yihui (2015). Dynamic Documents with R and knitr, CRC Press, Vol.29.
|
|
|
15
|
|
|
16 Anders, Simon and Pyl, Paul Theodor and Huber, Wolfgang (2015). HTSeq—a Python framework to work with high-throughput sequencing data. In Bioinformatics, 31 (2), pp. 166--169. |