View source: R/combine.subclusterings.R
combine.subclusterings | R Documentation |
It combines initial fcs.SCE
object (without subclustering) with other fcs.SCE
objects with subclustering analysis coming from downstream steps and generates a new fcs.SCE
object. This final fcs.SCE
object has an additional column combining all information from initial and subclustering analysis.
combine.subclusterings(
global.fcs.SCE,
subclustering.fcs.SCE,
clusters.named
)
global.fcs.SCE |
A |
subclustering.fcs.SCE |
A list with all |
clusters.named |
Column names from the |
## Not run:
fcs_final <- combine.subclusterings(initial.fcs.SCE = fcs,
clusters.named = c("SOM_named", "SOM_named_lymhpos", "SOM_named_monos"),
subclustering.fcs.SCE = list(fcs_lymphos, fcs_monos))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.