Description Usage Arguments Value
View source: R/detectOutliers_bmdk.R
Using the k Nearest Neighbours Distance method, detect outliers in the data and remove them. After removing the outliers, renormalize the data.
1 | detectOutliers_bmdk(dat)
|
dat |
a list containing 3 elements: case, a list of case/control statuses; feat, a matrix of normalized feature data; maxfeat, a list of max features from each column in feat |
List containing 3 elements (case, feat, maxfeat) with the outliers removed
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.