SequenceSummaryBarcodeInfoGraphic: presents an emojifont based infographic for barcode...

Description Usage Arguments Value Examples

View source: R/SequencingSummaryBarcodes.R

Description

an accessory method for various logicals; simple fractional base calculator

Usage

1
SequenceSummaryBarcodeInfoGraphic(seqsum = NA, bcthreshold = 150)

Arguments

seqsum

is the data.frame object as prepared by importSequencingSummary

bcthreshold

the threshold number of reads for a barcode to be considered (150)

Value

a numeric value expressed in gigabases

Examples

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()

sagrudd/nanopoRe documentation built on June 7, 2020, 10:20 p.m.