Description Usage Arguments Value Examples
View source: R/ShinyFunctions.R
Find marker genes in the dataset. The get_auroc
is used to calculate
marker values for each gene.
1 | 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
1 2 | d <- get_marker_genes(yan[1:10,], as.numeric(ann[,1]))
d
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.