SequencingSummaryExtractRuntime: from sequencing_summary.txt return integer describing runtime...

Description Usage Arguments Value Examples

View source: R/SequencingSummary.R

Description

from provided sequencing_summary.txt file return an integer best describing the runtime in hours

Usage

1

Arguments

seqsum

is the data.frame object as prepared by importSequencingSummary

Value

integer of runtime in hours

Examples

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

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