Description Usage Arguments Value Examples
View source: R/SequencingSummary.R
plots the basic eye-candy gauge plot of reads passing QC threshold
1 | SequencingSummaryPassGauge(seqsum = NA)
|
seqsum |
is the data.frame object as prepared by importSequencingSummary |
ggplot2 gauge plot
1 2 3 4 5 | init()
seqsumFile <- system.file("extdata",
"sequencing_summary.txt.bz2", package = "nanopoRe")
seqsum <- importSequencingSummary(seqsumFile)
plot <- SequencingSummaryPassGauge(seqsum)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.