View source: R/removeOutliers.R
removeOutliers | R Documentation |
Removes outliers in matrix containing SNP signals by identifying outlier elements. The values of the
elements that are outliers are substituted by corresponding values
predicted values Yest=W*H
from the current affinity (W
)
and copy number (H
) estimates.
removeOutliers(Y, W, H, tau=10, ...)
Y |
An IxK |
W |
A Kx2 |
H |
A 2xI |
tau |
A scalar specifying the threshold for identifying outliers. |
... |
Not used. |
Returns an IxK matrix
where outliers have been "pruned".
Outliers are substituted by the corresponding value of Yest
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.