Description Usage Arguments Value Examples
View source: R/SequencingSummary.R
from provided sequencing_summary.txt file return an integer best describing the runtime in hours
1 | SequencingSummaryExtractRuntime(seqsum = NA)
|
seqsum |
is the data.frame object as prepared by importSequencingSummary |
integer of runtime in hours
1 2 3 4 5 | init()
seqsumFile <- system.file("extdata",
"sequencing_summary.txt.bz2", package = "nanopoRe")
importSequencingSummary(seqsumFile)
SequencingSummaryExtractRuntime()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.