c-methods: Combination of CytoCompare objects

Description Usage Arguments Details Value

Description

Combines two or several CELL, CLUSTER, GATE or RES objects.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'CELL'
c(x, ...)

## S4 method for signature 'CLUSTER'
c(x, ...)

## S4 method for signature 'RES'
c(x, ...)

Arguments

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

Details

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.

Value

a S4 object of class CELL, CLUSTER, GATE or RES


tchitchek-lab/CytoCompare documentation built on May 31, 2019, 7:29 a.m.