#CalcPValue_Example.R #Requires R package 'qvalue' #Requires an (n x p) design matrix 'dataMatrix' and the (n x 10) response matrix 'Y' loaded into memory #Calculate un-corrected p-values for protein features #Set 'adrIndex' to the index corresponding to the ADR group of interest #1 - "neoplasms" #2 - "bloodAndLymph" #3 - "immuneSystem" #4 - "endocrineDisorders" #5 - "psychDisorders" #6 - "cardiacDisorders" #7 - "vascularDisorders" #8 - "gastroDisorders" #9 - "hepatoDisorders" #10 - "renalDisorders" adrIndex <- 10 proteinPValVect <- vector(length=ncol(dataMatrix)) j <- 0 while(j