0
|
1 ---
|
|
2 title: "FastQC 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
|
|
11
|
|
12 ## References
|
|
13
|
|
14 * Bioinformatics, Babraham (2014). FastQC.
|
|
15
|
|
16 * 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.
|
|
17
|
|
18 * Xie, Yihui (2015). Dynamic Documents with R and knitr, CRC Press, Vol.29.
|
|
19
|
|
20 * Carson Sievert and Chris Parmer and Toby Hocking and Scott Chamberlain and Karthik Ram and Marianne Corvellec and Pedro Despouy (2017). plotly: Create Interactive Web Graphics via 'plotly.js'. R package version 4.6.0. [Link]
|
|
21
|
|
22 * Wickham, H. (2016). ggplot2: elegant graphics for data analysis. Springer. Chicago
|