SequenceSummaryBarcodeTable: tabulate information on the SequencingSummary barcode fields...

Description Usage Arguments Value Examples

View source: R/SequencingSummaryBarcodes.R

Description

tabulate information on the SequencingSummary barcode fields and status

Usage

1
SequenceSummaryBarcodeTable(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 kable table or NULL

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

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