Description Usage Arguments Value Examples
View source: R/SequencingSummary.R
plots the density plot of read length against read mean quality scores
1 2 3 4 | SequencingSummaryReadLengthQualityDensity(seqsum=NA,
binFilter = 2,
qcThreshold = 7
)
|
seqsum |
is the data.frame object as prepared by importSequencingSummary |
binFilter |
is the minimum number of reads to include a cell in plot (removes speckle) |
qcThreshold |
is the QC threshold used |
ggplot2 showing densities of read length and quality distribution
1 2 3 4 5 | init()
seqsumFile <- system.file("extdata",
"sequencing_summary.txt.bz2", package = "nanopoRe")
seqsum <- importSequencingSummary(seqsumFile)
plot <- SequencingSummaryReadLengthQualityDensity(seqsum)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.