Description Usage Arguments Value Examples
Get the FASTQC version used to generate the intial files
1 2 3 4 5 6 7 8 | ## S4 method for signature 'FastqcData'
fqcVersion(object)
## S4 method for signature 'FastqcDataList'
fqcVersion(object)
## S4 method for signature 'ANY'
fqcVersion(object)
|
object |
An object of class |
A character vector (FastqcData), or tibble (FastqcDataList)
1 2 3 4 5 6 7 8 9 | # 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)
# Get the FASTQC version
fqcVersion(fdl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.