SequencingSummaryChannelActivity: prepare a channel activity plot from sequencing_summary reads...

Description Usage Arguments Value Examples

View source: R/SequencingSummary.R

Description

plots the basic eye-candy gauge channel activity plot of reads against channel of origin

Usage

1
2
SequencingSummaryChannelActivity(
    seqsum=NA, platform=NA, showcount=FALSE)

Arguments

seqsum

is the data.frame object as prepared by importSequencingSummary

platform

is the nanopore platform [MinION/Flongle/PromethION]

showcount

logical - show read counts per channel

Value

ggplot2 channel activity plot

Examples

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

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