SequenceSummaryExecutiveSummary: present an infographic styled executive summary of...

Description Usage Arguments Value Examples

View source: R/SequencingSummary.R

Description

present an infographic styled executive summary of sequence_summary.txt content

Usage

1
SequenceSummaryExecutiveSummary(seqsum = NA, flowcellId = "undefined")

Arguments

seqsum

is the data.frame object as prepared by importSequencingSummary

flowcellId

is a label for the plot

Value

file path to ggplot2 format file

Examples

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

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