pub fn infer_cell_annotations(column_names: &[Box<str>]) -> CellAnnotationsExpand description
Infer cell annotations from cell names by splitting on @.
Cell names like ACGT@IND_A map to individual IND_A.
Names without @ are assigned to a single individual "all".