plot: Plot method for FastQC/multiFastQC objects

Description Usage Arguments Value Examples

Description

Plot method for FastQC/multiFastQC objects

Usage

1
plot(fqc, test = NULL, ...)

Arguments

fqc

An object of class FastQC such as that returned by FastQC or multiFastQC

test

A character string of the test name.

...

Other arguments to pass to plot

Value

A line graph.

Examples

1
2
3
4
fl <- system.file("extdata", "sample_1.txt", package = "Rfastqc")
fqc <- parse_fqc(fl)
fqc <- FastQC(fqc)
plot(fqc, test = 'Per base sequence quality')

MahShaaban/Rfastqc documentation built on May 6, 2019, 4:36 p.m.