test_get: Extract data for a particular test

Description Usage Arguments Value Examples

Description

Extract the data of a particular test from a FastQC or multiFasQC object.

Usage

1
test_get(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.

Value

A data.frame of the test data.

Examples

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

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