Description Usage Arguments Value Examples
Get the read totals from one or more FASTQC reports
1 | readTotals(x)
|
x |
Can be a |
A tibble
with the columns Filename
and
Total_Sequences
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)
# Print the read totals
readTotals(fdl)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.