Description Usage Arguments Details Value Examples
Return the File Paths from an object
1 2 3 4 5 6 7 8 |
object |
An object of class .FastqcFile |
Obtains the file.path for objects of multiple classes
A character vector of the file paths to the underlying FastQC reports
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)
path(fdl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.