Description Usage Arguments Details Value
Combines two or several CELL, CLUSTER, GATE or RES objects.
1 2 3 4 5 6 7 8 |
x |
a first CELL, CLUSTER, GATE or RES object |
... |
further objects of the same class as x to be combined |
recursive |
a logical value indicating if the function recursively descends through lists combining all their elements into a vector. Not implemented and should be set to FALSE |
All the different objects to combine must be of the same type.
This function is especially useful when combining comparison results from different RES objects into a single RES object (the RES objects must share the same markers and marker weights). RES objects can be combined to an empty RES object (i.e. RES()).
This function is also especially useful when combining cell profiles obtained from different FCS files into one single CELL object.
a S4 object of class CELL, CLUSTER, GATE or RES
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.