Description Usage Arguments Value Examples
Get cluster label for every individual cells
1 | GetClusters(fsom)
|
fsom |
FlowSOM object as generated by the Franken function |
vector label for every cell
1 2 3 4 5 6 | Define path to directory with your .fcs files
DataDir = ''
fileName = list.files(path = DataDir, pattern = "\\.fcs$")
readin_files = ReadInput(fileNames, scale = FALSE)
frk_ls = Franken(readin_files, marker_ids=c(9,12,14:18))
cluster_labels = GetClusters(frk_ls)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.