powered by
CalculateEnrichmentPValue(predictions, results)
predictions <- matrix(c(1,2,3,1,1,-1), ncol = 2) results<- matrix(c(1,2,3,4,1,1,-1,1), ncol = 2) CalculateEnrichmentPValue(predictions, results)
Run the code above in your browser using DataLab