Learn R Programming

leapp (version 1.1)

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

  • aucA numeric, area under the ROC curve for the given gene list