multiFastQC: Construct multiFastQC object

Description Usage Arguments Value Examples

Description

Construct multiFastQC object

Usage

1

Arguments

fqc

A list of test data such as that returned by parse_fqc

Value

An object of class multiFastQC

Examples

1
2
3
4
path <- system.file('extdata', package = 'Rfastqc')
fls <- list.files(path, full.names = TRUE)
fqc <- parse_collection(fls)
fqc_ob <- multiFastQC(fqc)

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