getAUC | R Documentation |
calculate the AUC of one gene, using it as a classifier. code from SC3
getAUC(gene, labels, use.rank = T, geneID = "GeneX", method.Max = "mean")
gene |
numeric; expression profile of one gene across samples |
labels |
character; clusters of the samples belong to |
use.rank |
logical; using the expression value itself or convert to rank value. (default: TRUE) |
geneID |
character; geneID |
method.Max |
character; method to find highest group, one of "mean", "median", "rank.mean" (default: mean) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.