combine,SCASet,missing-method: Combines a SCASet into a unified SingleCellAssay
Description
No error checking is currently done to insure that objects
in the SCASet conform with each other, so mysterious errors
may result if they do not.
Usage
# S4 method for SCASet,missing
combine(x, y, ...)
Arguments
...
Any other objects of the same class as
x
and y
.