Description Usage Arguments Value Examples
View source: R/SequencingSummary.R
plots the histogram of read lengths, weighted, and shaded by pass/fail status
1 | SequencingSummaryWeightedReadLength(seqsum = NA)
|
seqsum |
is the data.frame object as prepared by importSequencingSummary |
ggplot2 showing weighted read length distribution
1 2 3 4 5 | init()
seqsumFile <- system.file("extdata",
"sequencing_summary.txt.bz2", package = "nanopoRe")
seqsum <- importSequencingSummary(seqsumFile)
plot <- SequencingSummaryWeightedReadLength(seqsum)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.