Dna.filter_incomplete_barcodes

Dna.filter_incomplete_barcodes(barcode_thresh=0)

Remove cells with missing information.

Parameters
barcode_threshfloat

The fraction of variants with missing genotype below which a barcode can be kept.

Returns
keepnp.ndarray

The list of barcodes with fewer missing variants than the threshold.