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