combinep_three {ICDS} | R Documentation |
combinep_three
Description
'combinep_three' combine three kinds of p-values,then,calculate z-score for them.
Usage
combinep_three(p1, p2, p3)
Arguments
p1 |
the p-values or corrected p-values |
p2 |
the p-values or corrected p-values |
p3 |
the p-values or corrected p-values |
Value
A numeric vector of z_scores
Examples
exp.p<-GetExampleData("exp.p")
meth.p<-GetExampleData("meth.p")
cnv.p<-GetExampleData("cnv.p")
combinep_three(exp.p,meth.p,cnv.p)
[Package ICDS version 0.1.2 Index]