Last chance! 50% off unlimited learning
Sale ends in
plotP(x,threshold=0.05)
spia
function.spia
# Examples use colorectal cancer dataset
data(colorectalcancer)
# pathway analysis based on combined evidence of ORA and perturbations
# use nB=2000 or larger for more accurate results
res<-spia(de=DE_Colorectal, all=ALL_Colorectal, organism="hsa",nB=200,plots=FALSE,verbose=TRUE,beta=NULL,combine="fisher")
#Generate the evidence plot
plotP(res,threshold=0.1)
res<-spia(de=DE_Colorectal, all=ALL_Colorectal, organism="hsa",nB=200,plots=FALSE,verbose=TRUE,beta=NULL,combine="norminv")
#Generate the evidence plot
plotP(res,threshold=0.1)
Run the code above in your browser using DataLab