quantFilter: quantFilter Function to filter expression data of a countData...

Description Usage Arguments Details Value Author(s) References

View source: R/quantFilter.R

Description

This function filters the expression of the supplied countData object; quantFilter is a filtering function used to remove rows (genes) of various expression data.

Usage

1
quantFilter (cD, perc_cutoff=NULL, perc_cutoff2=0.05, MEDIAN=FALSE)

Arguments

cD

A countData object.

perc_cutoff

The lower cutoff, expressed as a percentage.

perc_cutoff2

The upper cutoff, expressed as a percentage.

MEDIAN

Boolean, Calculate RowMeans or RowMedians.

Details

This function filters the expression of the supplied countData object, based on a selected percentage cutoff.

Value

Returns a filtered countData object.

Author(s)

AJ Vaestermark, JR Walters.

References

The "doseR" package, 2018 (in press).


avastermark19/doseR_development documentation built on May 6, 2019, 4:31 p.m.