path | R Documentation |
Return the File Paths from an object
## S4 method for signature '.FastqcFile'
path(object)
## S4 method for signature 'FastqcData'
path(object)
## S4 method for signature 'FastqcDataList'
path(object)
## S4 method for signature '.FastpFile'
path(object)
## S4 method for signature 'FastpData'
path(object)
## S4 method for signature 'FastpDataList'
path(object)
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
# 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.