SequencingSummaryFlowCellID: get flowcell id from sequencing_summary file

Description Usage Value Examples

View source: R/SequencingSummary.R

Description

The sequencing summary file contains a load of additional information; this method will quickly extract and return the flowcell id

Usage

1

Value

character vector of flowcell id

Examples

1
2
3
4
init()
seqsumFile <- system.file("extdata",
    "sequencing_summary.txt.bz2", package = "nanopoRe")
FCid <- SequencingSummaryFlowCellID(seqsumFile)

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