get_cluster_markers {scCAN} | R Documentation |
get_cluster_markers
Description
Find markers for each cluster
Usage
get_cluster_markers(input_data_matrix, labels_vector, threads = 1)
Arguments
input_data_matrix |
An expression matrix in which rows are genes and columns are cells. |
labels_vector |
A vector of cluster labels ontained from clustering methods. |
threads |
A parameter to control number of cores used for analysis
|
Value
A list that contains markers for each cluster.
[Package scCAN version 1.0.5 Index]