###load gse analysis results for separate gene-to-phenotype score
data(gseResultsSep)
###adjust for multiple testing using the Benjamini and Hochberg method
gseABS.int.BH <- adjustPvalGSE(gseResultsSep)
###adjust for multiple testing using the Holm method
gseABS.int.holm <- adjustPvalGSE(gseResultsSep, proc = "Holm")
Run the code above in your browser using DataLab