Description Usage Value Examples
View source: R/SequencingSummary.R
The sequencing summary file contains a load of additional information; this method will quickly extract and return the flowcell id
1 | SequencingSummaryFlowCellID(seqsumFile)
|
character vector of flowcell id
1 2 3 4 | init()
seqsumFile <- system.file("extdata",
"sequencing_summary.txt.bz2", package = "nanopoRe")
FCid <- SequencingSummaryFlowCellID(seqsumFile)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.