overcluster | R Documentation |
Overcluster by kmeans per cluster
overcluster(mat, cluster_id, power = 0.15)
mat |
expression matrix |
cluster_id |
list of ids per cluster |
power |
decides the number of clusters for kmeans |
new cluster_id list of more clusters
res <- overcluster(
mat = pbmc_matrix_small,
cluster_id = split(colnames(pbmc_matrix_small), pbmc_meta$classified)
)
length(res)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.