Description Usage Arguments Value Examples
View source: R/SequencingSummary.R
when provided with the seqsum object from a Sequencing_summary.txt file identify the most likely sequencing platform used
1 | SequencingSummaryGetPlatform(seqsum = NA)
|
seqsum |
is the data.frame object as prepared by importSequencingSummary |
platform is the nanopore platform [MinION/Flongle/PromethION]
1 2 3 4 5 6 | init()
seqsumFile <- system.file("extdata",
"sequencing_summary.txt.bz2", package = "nanopoRe")
seqsum <- importSequencingSummary(seqsumFile)
platform <- SequencingSummaryGetPlatform(seqsum)
platform
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.