Description Usage Arguments Value Examples
View source: R/SequencingSummaryBarcodes.R
This method is used by the BasicQC tutorial to merge the common sequence identifiers shared between sequencing_summary and barcode_summary
1 | SequencingSummaryBarcodeMerge(seqsum = NA, barcodeFile = NULL)
|
seqsum |
is the data.frame object as prepared by importSequencingSummary |
barcodeFile |
pointer to a barcode file as produced by Guppy |
a data.frame with barcode information
1 2 3 4 5 6 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.