Learn R Programming

SingleCellAssay (version 0.80)

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

x

One of the values.

y

A second value.

...

Any other objects of the same class as x and y.