Description Usage Arguments Examples
View source: R/PlotStarsMSTRm.R
PlotStarsMSTRm is a modified version of the FlowSOM function PlotStars, that plot the tree build through buildFSOMTree function and allows the removal of a given number of the smallest clusters that could prevent the spatial visualization of the tree. Modified PlotStarsMST function of FlowSOM, with removal of smallest clusters
1 2 3 4 5 6 7 8 | PlotStarsMSTRm(
fSOMObject,
metaClustFactors,
mainTitle,
nbRm = 0,
smallTree = F,
equalSize = F
)
|
fSOMObject |
FlowSOM tree |
metaClustFactors |
meta-clusters |
mainTitle |
title of the plot |
nbRm |
number of the smallest clusters to remove |
smallTree |
true if tree is small and meta-cluster legend is big |
equalSize |
true if clusters are represented with identical sizes |
1 | PlotStarsMSTRm(fSOMObject=CytoTree$fSOMTree, metaClustFactors=CytoTree$metaCl,mainTitle="Experiment 1",nbRm=2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.