get_marker_genes {SC3} | R Documentation |
Find marker genes in the dataset. The get_auroc
is used to calculate
marker values for each gene.
get_marker_genes(dataset, labels)
dataset |
expression matrix |
labels |
cell labels corresponding clusters |
data.frame containing the marker genes, corresponding cluster indexes
and adjusted p-value
s
d <- get_marker_genes(yan[1:10,], as.numeric(ann[,1])) d