SequencingSummarySpeedPlot: plot speed of sequencing against time (bases per second...

Description Usage Arguments Value Examples

View source: R/SequencingSummary.R

Description

plots a ggplot2 box-and-whisker plot for the distribution of sequencing speeds against time

Usage

1
2
3
4
SequencingSummarySpeedPlot(seqsum = NA,
    sampleHours = NA,
    sampleIntervalMinutes = 60
)

Arguments

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

Value

ggplot2 showing temporal performance

Examples

1
2
3
4
5
init()
seqsumFile <- system.file("extdata",
    "sequencing_summary.txt.bz2", package = "nanopoRe")
seqsum <- importSequencingSummary(seqsumFile)
plot <- SequencingSummarySpeedPlot()

sagrudd/nanopoRe documentation built on June 7, 2020, 10:20 p.m.