Description Usage Arguments Value Slots Examples
View source: R/FastqcDataList.R
The FastqcDataList Object Class \lifecyclestable
1 |
x |
Character vector of file paths specifying paths to FastQC reports |
An object of class FastqcDataList
...
this can either be a single character vector of paths to FASTQC files, or several instances of .FastqcFile objects
1 2 3 4 5 6 7 | # Get the files included with the package
packageDir <- system.file("extdata", package = "ngsReports")
fl <- list.files(packageDir, pattern = "fastqc.zip", full.names = TRUE)
# Load the FASTQC data as a FastqcDataList object
fdl <- FastqcDataList(fl)
fdl
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.