.filterLocMin | R Documentation |
Function to filter knn by overall distance density distribution.
.filterLocMin(knn_cell, k_min)
knn_cell |
Data frame with one column "distance" and one column named by the group variable. Rows correspond to the knn cells and do not need rownames. |
k_min |
Numeric. Minimum number of Knn to include. |
Internal function to filter cells used for cms testing to come
from a continous overall density distribution function
(similar to cluster definitions). 'filterLocMin' is only applied, if k-min
is specified as parameter in .cmsCell
or cms
.
data.frame with two columns (index, distance) for filtered knn cells.
.cmsCell
Other helper functions:
.cmsCell()
,
.defineSubspace()
,
.filterKnn()
,
.ldfKnn()
,
.smoothCms()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.