Learn R Programming

PRIST (version 0.925)

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