Description Usage Arguments Value Examples
View source: R/SequencingSummaryBarcodes.R
present a ggplot2 histogram of read counts by sorted barcode Id
1 | SequenceSummaryBarcodeHistogram(seqsum = NA, bcthreshold = 150)
|
seqsum |
is the data.frame object as prepared by importSequencingSummary |
bcthreshold |
the threshold number of reads for a barcode to be considered (150) |
a ggplot2 histogram or NULL
1 2 3 4 5 6 7 | seqsumFile <- system.file('extdata', 'sequencing_summary.txt.bz2',
package = 'nanopoRe')
importSequencingSummary(seqsumFile)
barcodeFile <- system.file('extdata', 'barcoding_summary.txt.bz2',
package = 'nanopoRe')
SequencingSummaryBarcodeMerge(barcodeFile=barcodeFile)
SequenceSummaryBarcodeHistogram()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.