View source: R/ds.removeOutliers.R
ds.removeOutliers | R Documentation |
Trimming methylation beta values to remove potential outliers. Trimming scheme is as follows: trim values beyond the lower and upper outer fences. These are defined by the 'pct' argument.
ds.removeOutliers(object, pct = 0.125, newobj.name = NULL, datasources = NULL)
object |
|
pct |
|
newobj.name |
|
datasources |
a list of |
This function does not have an output. It creates (or overwrites) an ExpressionSet
on the study server.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.