Structural#

SingleCell.copy

Make a copy of this SingleCell dataset.

SingleCell.concat_obs

Concatenate one or more other SingleCell datasets with this one, cell-wise.

SingleCell.concat_var

Concatenate one or more other SingleCell datasets with this one, gene-wise.

SingleCell.split_by_obs

The opposite of concat_obs(): splits a SingleCell dataset into a dictionary of SingleCell datasets, one per unique value of a column of obs.

SingleCell.split_by_var

The opposite of concat_var(): splits a SingleCell dataset into a dictionary of SingleCell datasets, one per unique value of a column of var.