annotate htseq_count_site_index.Rmd @ 3:6e69c93fe491 draft

fix error
author mingchen0919
date Tue, 13 Mar 2018 10:09:13 -0400
parents 9be3a8754fb3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
9be3a8754fb3 initial
mingchen0919
parents:
diff changeset
1 ---
9be3a8754fb3 initial
mingchen0919
parents:
diff changeset
2 title: "htseq-count Report"
9be3a8754fb3 initial
mingchen0919
parents:
diff changeset
3 output: html_document
9be3a8754fb3 initial
mingchen0919
parents:
diff changeset
4 ---
9be3a8754fb3 initial
mingchen0919
parents:
diff changeset
5
9be3a8754fb3 initial
mingchen0919
parents:
diff changeset
6 ```{r setup, include=FALSE, warning=FALSE, message=FALSE}
9be3a8754fb3 initial
mingchen0919
parents:
diff changeset
7 knitr::opts_chunk$set(echo = TRUE, error = TRUE)
9be3a8754fb3 initial
mingchen0919
parents:
diff changeset
8 ```
9be3a8754fb3 initial
mingchen0919
parents:
diff changeset
9
9be3a8754fb3 initial
mingchen0919
parents:
diff changeset
10 ## References
9be3a8754fb3 initial
mingchen0919
parents:
diff changeset
11
9be3a8754fb3 initial
mingchen0919
parents:
diff changeset
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.
9be3a8754fb3 initial
mingchen0919
parents:
diff changeset
13
9be3a8754fb3 initial
mingchen0919
parents:
diff changeset
14 Xie, Yihui (2015). Dynamic Documents with R and knitr, CRC Press, Vol.29.
9be3a8754fb3 initial
mingchen0919
parents:
diff changeset
15
9be3a8754fb3 initial
mingchen0919
parents:
diff changeset
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.