Description Usage Arguments Details Value Author(s) See Also Examples
Function performed outlier detection for each probe (row) using Tukey's Interquartile Range method.
1 | pwod.gdsn(node, mul = 4)
|
node |
gdsn.class node that contains the data matrix to be filtered |
mul |
The number of interquartile ranges used to determine outlying probes. Default is 4 to ensure only very obvious outliers are removed. |
Detects outlying probes across arrays in methylumi and minfi objects.
Nothing is returned. However the supplied gds object (of-which the node is a child of) will have a new node with NAs interdispersed where outliers are found.
Tyler Gorrie-Stone Who to contact: <t.gorrie-stone@qmul.ac.uk>
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.