SequenceSummaryBasicInfoPlot: present an infographic styled basic characteristics plot of...

Description Usage Arguments Value Examples

View source: R/SequencingSummary.R

Description

present an infographic styled basic characteristics plot of sequence_summary.txt content

Usage

1

Arguments

seqsum

is the data.frame object as prepared by importSequencingSummary

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 <- SequenceSummaryBasicInfoPlot(seqsum)

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