Description Usage Arguments Value Examples
View source: R/SequencingSummary.R
an accessory method for various logicals; simple fractional base calculator
1 | SequencingSummaryBase50(seqsum, b = 0.5)
|
seqsum |
is the data.frame object as prepared by importSequencingSummary |
b |
is a fractional point through run against which time will be calculated |
a numeric value expressed in gigabases
1 2 3 4 5 6 | init()
seqsumFile <- system.file("extdata",
"sequencing_summary.txt.bz2", package = "nanopoRe")
seqsum <- importSequencingSummary(seqsumFile)
Base50 <- SequencingSummaryBase50(seqsum)
Base50
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.