Description Usage Arguments Value Examples
View source: R/read_multifastqc.R
Read a directory of FastQC data files into R
| 1 | read_multifastqc(fqc.dir)
 | 
| fqc.dir | Path to the directory of FASTQC zip files to be imported. | 
Returns an object of class fqRes_multi. Each object within the list is a fqRes object containing the FastQC data for a specific sample.
| 1 2 3 4 | ## Not run: 
read_multifastqc("qcfile.zip")
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.