removeOutliersDS: Filter potential CpG outliers

View source: R/removeOutliersDS.R

removeOutliersDSR Documentation

Filter potential CpG outliers

Description

Filter potential CpG outliers

Usage

removeOutliersDS(x, pct)

Arguments

x

ExpressionSet or SummarizedExperiment / RangedSummarizedExperiment object to which perform the filtering

pct

numeric Tail and head quantiles that will be considered as outliers; for example: a pct=0.125 will use the function matrixStats::rowQuantiles(probs = c(0.125, 1-0.125)) to detect outliers.

Value

ExpressionSet with the outliers marked as NAs


isglobal-brge/dsOmics documentation built on March 22, 2023, 4:01 a.m.