Find markers for each cluster
get_cluster_markers(input_data_matrix, labels_vector, threads = 1)An expression matrix in which rows are genes and columns are cells.
A vector of cluster labels ontained from clustering methods.
A parameter to control number of cores used for analysis
threads = 1 by default.
A list that contains markers for each cluster.