Description Usage Arguments Value Examples
View source: R/SequencingSummaryBarcodes.R
an accessory method for various logicals; simple fractional base calculator
1 | SequenceSummaryBarcodeInfoGraphic(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 numeric value expressed in gigabases
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)
SequenceSummaryBarcodeInfoGraphic()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.