fqcVersion,FastqcData-method {ngsReports} | R Documentation |
Get the FASTQC version used to generate the intial files
## 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)
# 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)