combinep_two: combinep_two

View source: R/combinep.r

combinep_twoR Documentation

combinep_two

Description

'combinep_two' combine two kinds of p-values,then,calculate z-score for them.

Usage

combinep_two(p1, p2)

Arguments

p1

A numeric vector of p-values or corrected p-values

p2

A numeric vector of p-values or corrected p-values

Value

A numeric vector of z_scores

Examples

exp.p<-GetExampleData("exp.p")
meth.p<-GetExampleData("meth.p")
combinep_two(exp.p,meth.p)

ICDS documentation built on Sept. 11, 2024, 6:32 p.m.