Description Usage Arguments Value Examples
View source: R/buildFSOMTree.R
BuildFSOMTree is a function that plot a tree based on the FlowSOM clusterization and metaclusterization algorithm. From data of interest contained in the DownLoadCytoData object, buildFSOMTree applies FlowSOM algorithm to cluster and metacluster data thanks to the markers of interest.
1 | buildFSOMTree(fSOMDloaded, prettyNames, clustDim, metaClNb, fSOMSeed)
|
fSOMDloaded |
FlowSOM data dowloaded with DowLoadCytoData |
prettyNames |
list of markers names to include to build the tree |
clustDim |
dimension of the 2D cluster grid |
metaClNb |
number of metaclusters |
fSOMSeed |
seed of the random generator used for building the tree |
FlowSOM object that includes the correspondance between the clusters and the metaclusters and the name of the population of interest.
1 | CytoTree=buildFSOMTree(fSOMloaded=CytoData,prettyNames=c("CD4","CD8","FoxP3"),ClustDim=4,metaClNb=6,fSOMSeed=1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.