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
FindAUC(pvalue, ind)
A vector of p values, one for each gene, with length m
A vector of indices that the corresponding gene are true positive
A numeric, area under the ROC curve for the given gene list