Description Usage Arguments Value Examples
Get cluster label for all individual cells
1 | GetClusters(fsom)
|
fsom |
FlowSOM object as generated by the FlowSOM function or the BuildSOM function |
vector label for every cell
1 2 3 4 5 | fileName <- system.file("extdata", "68983.fcs", package="FlowSOM")
flowSOM.res <- FlowSOM(fileName, compensate=TRUE,transform=TRUE,
scale=TRUE,colsToUse=c(9,12,14:18),nClus=10)
cluster_labels <- GetClusters(flowSOM.res)
cluster_labels <- GetClusters(flowSOM.res$FlowSOM)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.