FastQC: Construct FastQC object

Description Usage Arguments Value Examples

Description

Construct FastQC object

Usage

1
FastQC(fqc)

Arguments

fqc

A list of test data such as that returned by parse_fqc

Value

An object of class FastQC

Examples

1
2
3
fl <- system.file("extdata", "sample_1.txt", package = "Rfastqc")
fqc <- parse_fqc(fl)
fqc_ob <- FastQC(fqc)

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