mstGCluster | R Documentation |
graph based cluster
mstGCluster(dat=dat, k=2, filter=TRUE, filter.n=8, filter.d=0);
dat |
data.frame or matrix |
k |
number of cluster. if k=0, output mst edges only |
filter |
if TRUE, it will remove noise. |
filter.n |
if filter is TRUE, it will be used as cluster size cutoff. |
filter.d |
if filter is TRUE, it will be used as weight/distance cutoff. if filter.d is zero, the cutoff will be calculated by kmeans. |
Ying Hu <yhu@mail.nih.gov> Chunhua Yan <yanch@mail.nih.gov>
##
##
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.