powered by
`combinep_three` combine three kinds of p-values,then,calculate z-score for them.
combinep_three(p1, p2, p3)
A numeric vector of z_scores
the p-values or corrected p-values
exp.p<-GetExampleData("exp.p") meth.p<-GetExampleData("meth.p") cnv.p<-GetExampleData("cnv.p") combinep_three(exp.p,meth.p,cnv.p)
Run the code above in your browser using DataLab