Perform cluster-wise Wilcox test and fold-change for each gene.
find_markers(input_data_matrix, cluster_labels, identity = 1, threads = 8)An expression matrix in which rows are genes and columns are cells.
A vector of cluster labels obtained from clustering methods.
A parameter to select specific cluster identity = 1
by default.
A parameter to control number of cores used for analysis
threads = 1 by default.
A list that contains p-value and fold-change ratio for all genes of each cluster.