Description Usage Arguments Value Examples
View source: R/SequencingSummary.R
plots a ggplot2 graph of accumulated sequence reads against time for run and separates passed and failed sequence reads
1 2 3 4 | SequencingSummaryCumulativeReads(seqsum,
sampleHours = NA,
sampleIntervalMinutes = 60
)
|
seqsum |
is the data.frame object as prepared by importSequencingSummary |
sampleHours |
is the number of hours to plot data for |
sampleIntervalMinutes |
is the resolution to plot data at |
ggplot2 showing temporal performance
1 2 3 4 5 | init()
seqsumFile <- system.file("extdata",
"sequencing_summary.txt.bz2", package = "nanopoRe")
seqsum <- importSequencingSummary(seqsumFile)
plot <- SequencingSummaryCumulativeReads(seqsum)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.