Cnv.get_labels#

Cnv.get_labels(barcodes=None)#

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.