cycombinepy.get_markers

cycombinepy.get_markers(adata, non_markers=None)[source]

Return var_names that are not in the non-markers blacklist (case-insensitive).

Mirrors cyCombine::get_markers in R/utils_helper.R using the default non-marker set from data/non_markers.rda.

Return type:

list[str]

Parameters: