extractFastqcQuals: Extract FastQC

Description Usage Arguments Value Author(s)

Description

Return the number, or percentage, of sequences per quality score per entry in a set of zip archives generated by FastQC. To be used after readFastqcZips().

Usage

1
extractFastqcQuals(all.qc, perc = FALSE, nreads = NULL)

Arguments

all.qc

return value from readFastqcZips()

perc

return percentage of sequences if TRUE, number of sequences otherwise

nreads

return value from nreads.fastqc(), required if perc=TRUE

Value

numeric matrix with entries in rows and number (percentage) of sequences per quality in columns

Author(s)

Timothee Flutre [cre,aut]


timflutre/rutilsfastqc documentation built on May 31, 2019, 2:16 p.m.