View source: R/cytosee_clustering.R
Method to run general FlowSOM workflow. Will scale the data and uses consensus meta-clustering.
1 2 | cytosee_flowSOM(object, K, nClus = NULL,
method = "metaClustering_consensus")
|
object |
an object of |
K |
Maximum number of clusters to try out. |
nClus |
Exact number of clusters to use. If not NULL, max will be ignored. |
method |
Clustering method to use, given as a string. Options are metaClustering_consensus,metaClustering_hclust, metaClustering_kmeans,metaClustering_som |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.