Description Usage Arguments Value Examples
View source: R/SequencingSummary.R
plots the basic eye-candy gauge channel activity plot of reads against channel of origin
1 2 | SequencingSummaryChannelActivity(
seqsum=NA, platform=NA, showcount=FALSE)
|
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 |
ggplot2 channel activity plot
1 2 3 4 5 | init()
seqsumFile <- system.file("extdata",
"sequencing_summary.txt.bz2", package = "nanopoRe")
seqsum <- importSequencingSummary(seqsumFile)
plot <- SequencingSummaryChannelActivity(seqsum)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.