Description Usage Arguments Value Examples
View source: R/SequencingSummary.R
present an infographic styled basic characteristics plot of sequence_summary.txt content
1 | SequenceSummaryBasicInfoPlot(seqsum = NA)
|
seqsum |
is the data.frame object as prepared by importSequencingSummary |
file path to ggplot2 format file
1 2 3 4 5 | init()
seqsumFile <- system.file("extdata",
"sequencing_summary.txt.bz2", package = "nanopoRe")
seqsum <- importSequencingSummary(seqsumFile)
plot <- SequenceSummaryBasicInfoPlot(seqsum)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.