50% off | Unlimited Data & AI Learning
Get 50% off unlimited learning

leapp (version 1.3)

FindAUC: Compute the area under the ROC curve (AUC)

Description

Given a vector of p values for m genes and a set of null genes, compute the area under ROC curve using the Wilcoxin statistics

Usage

FindAUC(pvalue, ind)

Arguments

pvalue

A vector of p values, one for each gene, with length m

ind

A vector of indices that the corresponding gene are true positive

Value

auc

A numeric, area under the ROC curve for the given gene list