Learn R Programming

SingleCellAssay (version 0.80)

combine,SingleCellAssay,SingleCellAssay-method: Combine two SingleCellAssay or derived classes

Description

Combines two Single Cell-like objects provided they have the same number of Features and Layers. The union of columns from featureData will be taken The union (padded if necessary with NA) will be taken from cellData.

Usage

# S4 method for SingleCellAssay,SingleCellAssay
combine(x, y, ...)

Arguments

x

One of the values.

y

A second value.

...

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