Description Usage Arguments Value See Also Examples
Add minimal spanning tree description to the FlowSOM object
1 |
fsom |
FlowSOM object, as generated by |
silent |
If |
tSNE |
If |
FlowSOM object containing MST description
1 2 3 4 5 6 7 8 | # Read from file, build self-organizing map
fileName <- system.file("extdata", "68983.fcs", package="FlowSOM")
flowSOM.res <- ReadInput(fileName, compensate=TRUE,transform=TRUE,
scale=TRUE)
flowSOM.res <- BuildSOM(flowSOM.res,colsToUse=c(9,12,14:18))
# Build the Minimal Spanning Tree
flowSOM.res <- BuildMST(flowSOM.res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.