subsetByGroup {Rqc}R Documentation

Subset RqcResultSet object by group name.

Description

This function subsets RqcResultSet object function by group name.

Usage

subsetByGroup(rqcResultSet, group)

Arguments

rqcResultSet

list of RqcResultSet objects created by rqc and rqcQA functions.

group

Name of the group to subset

Value

list of RqcResultSet objects from only one group.

Author(s)

Welliton Souza

Examples


folder <- system.file(package="ShortRead", "extdata/E-MTAB-1147")
files <- list.files(full.names=TRUE, path=folder)
rqcResultSet <- rqcQA(files, workers=1, group=c("a", "b"))
perFileInformation(subsetByGroup(rqcResultSet, "a"))


[Package Rqc version 1.17.3 Index]