FindAUC {leapp} | R Documentation |
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 |
Author(s)
Yunting Sun yunting.sun@gmail.com, Nancy R.Zhang nzhang@stanford.edu, Art B.Owen owen@stanford.edu
[Package leapp version 1.3 Index]