quantFilter: quantFilter Function to filter expression data of an se...

Description Usage Arguments Details Value Author(s) References Examples

Description

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

Usage

1
2
quantFilter (se, lo.bound=.25, hi.bound=.75, MEDIAN = FALSE,
na.rm = TRUE)

Arguments

se

An se object.

lo.bound

The lower cutoff, expressed as a percentage.

hi.bound

The upper cutoff, expressed as a percentage.

MEDIAN

Boolean, Calculate RowMeans or RowMedians.

na.rm

Boolean, NA removal.

Details

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

Value

Returns a filtered se object.

Author(s)

AJ Vaestermark, JR Walters.

References

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

Examples

1
2
data(hmel.se)
f_se <- quantFilter(se, lo.bound=0.5)

avastermark19/doseR_0.99.8 documentation built on May 6, 2019, 12:09 p.m.