SequencingSummaryBarcodeMerge: merge sequencing summary and barcode summary files

Description Usage Arguments Value Examples

View source: R/SequencingSummaryBarcodes.R

Description

This method is used by the BasicQC tutorial to merge the common sequence identifiers shared between sequencing_summary and barcode_summary

Usage

1
SequencingSummaryBarcodeMerge(seqsum = NA, barcodeFile = NULL)

Arguments

seqsum

is the data.frame object as prepared by importSequencingSummary

barcodeFile

pointer to a barcode file as produced by Guppy

Value

a data.frame with barcode information

Examples

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)

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