SequencingSummaryActiveChannelPlot: plot number of observed channels actively producing data...

Description Usage Arguments Value Examples

View source: R/SequencingSummary.R

Description

plots a ggplot2 plot of active channels against time

Usage

1
2
3
4
SequencingSummaryActiveChannelPlot(seqsum,
    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 <- SequencingSummaryActiveChannelPlot(seqsum)

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