_Assay.get_labels

_Assay.get_labels#

missionbio.mosaic.assay._Assay.get_labels

_Assay.get_labels(barcodes: Optional[Sequence] = None) ndarray#

Get the labels corresponding to the barcodes.

Parameters:
barcodeslist-like / None

The set of barcodes for which the labels are to be returned. The order of the barcodes is maintained. The LABEL row attribute is returned when barcodes is None

Returns:
np.array

The list of labels.


< Class _Assay