This function enables the general cleaning of ADT marker names. Regardless, users should try cleaning and unifying their ADT marker name first. Please also ensure there is no "/" in the ADT name, such as "TCRγ/δ".

clean_adt_name(adt_name)

Arguments

adt_name

A vector of ADT marker name.

Examples

if (FALSE) {
clean_adt_name(colnames(cell_x_adt))
}