Description Usage Arguments Value Examples
View source: R/SequencingSummary.R
an accessory method for identifying a timepoint where a given amount of data has been produced
1 2 3 4 5 | SequencingSummaryT50(seqsum=NA,
t = 0.5,
sampleHours = NA,
sampleIntervalMinutes = 60
)
|
seqsum |
is the data.frame object as prepared by importSequencingSummary |
t |
is a fractional point through run against which time will be calculated |
sampleHours |
is the number of hours to consider |
sampleIntervalMinutes |
is the resolution of the plot in minutes |
a numeric value expressed in hours
1 2 3 4 5 6 | init()
seqsumFile <- system.file("extdata",
"sequencing_summary.txt.bz2", package = "nanopoRe")
seqsum <- importSequencingSummary(seqsumFile)
T50 <- SequencingSummaryT50(seqsum)
T50
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.