'FASTQC' is the most widely used tool for evaluating the quality of high throughput sequencing data. It produces, for each sample, an html report and a compressed file containing the raw data. If you have hundreds of samples, you are not going to open up each 'HTML' page. You need some way of looking at these data in aggregate. 'fastqcr' Provides helper functions to easily parse, aggregate and analyze 'FastQC' reports for large numbers of samples. It provides a convenient solution for building a 'Multi-QC' report, as well as, a 'one-sample' report with result interpretations.
Version: | 0.1.2 |
Depends: | R (≥ 3.1.2) |
Imports: | dplyr, grid, gridExtra, ggplot2, magrittr, readr (≥ 1.3.0), rmarkdown (≥ 1.4), rvest, tibble, tidyr, scales, stats, utils, xml2 |
Suggests: | knitr |
Published: | 2019-01-03 |
Author: | Alboukadel Kassambara [aut, cre] |
Maintainer: | Alboukadel Kassambara <alboukadel.kassambara at gmail.com> |
BugReports: | https://github.com/kassambara/fastqcr/issues |
License: | GPL-2 |
URL: | http://www.sthda.com/english/rpkgs/fastqcr/ |
NeedsCompilation: | no |
Materials: | README NEWS |
CRAN checks: | fastqcr results |
Reference manual: | fastqcr.pdf |
Package source: | fastqcr_0.1.2.tar.gz |
Windows binaries: | r-devel: fastqcr_0.1.2.zip, r-devel-gcc8: fastqcr_0.1.2.zip, r-release: fastqcr_0.1.2.zip, r-oldrel: fastqcr_0.1.2.zip |
OS X binaries: | r-release: fastqcr_0.1.2.tgz, r-oldrel: fastqcr_0.1.2.tgz |
Old sources: | fastqcr archive |
Please use the canonical form https://CRAN.R-project.org/package=fastqcr to link to this page.