Description Usage Arguments Details Value Author(s) References Examples
A series of quality control plots for sequencing data are made.
1 2 3 4 |
qc.data |
A vector of character strings, each containing an absolute path
to an RData file of a |
expt |
The names of the experiments which the lanes are about. |
... |
The |
qc.data can be named, in which case this gives the names of the lanes used
in the plotting. Otherwise the lanes will be given the names "Lane 1",
"Lane 2", ..., "Lane n".
The function is called for its output. The output is multiple pages, so the pdf device should be called before this function is.
Dario Strbenac
FastQC: http://www.bioinformatics.bbsrc.ac.uk/projects/fastqc/
1 2 3 4 5 | ## Not run:
qc.files <- list.files(qc.dir, "QC.*RData", full.names = TRUE)
genQC(qc.files, "My Simple Experiment")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.