SequencingSummaryGetPlatform: identify the most likely sequencing platform used to create...

Description Usage Arguments Value Examples

View source: R/SequencingSummary.R

Description

when provided with the seqsum object from a Sequencing_summary.txt file identify the most likely sequencing platform used

Usage

1

Arguments

seqsum

is the data.frame object as prepared by importSequencingSummary

Value

platform is the nanopore platform [MinION/Flongle/PromethION]

Examples

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

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