Description Usage Arguments Value Examples
View source: R/SequencingSummary.R
importSequencingSummary loads a sequencing_summary.txt file into memory and performs basic sanity checking to ensure that the file is cleaned of potential duplicate headers from aggregation
1 2 | importSequencingSummary(seqsum, cache = TRUE, chunksize = 1e+06,
skip = FALSE)
|
seqsum |
is a path to a file |
cache |
whether the object created should be cached in env |
chunksize |
the number of reads to parse per iteration block |
skip |
whether to skip uncompression if file already exists - may cause collisions due to standard sequencing_summary nomenclature |
data.frame of observations from the sequencing_summary.txt file provided
1 2 3 4 | init()
seqsumFile <- system.file("extdata",
"sequencing_summary.txt.bz2", package = "nanopoRe")
seqsum <- importSequencingSummary(seqsumFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.