Learn R Programming

RNOmni (version 0.3.0)

AvgCorr: Average Correlation Estimate.

Description

Estimate correlation using the average of qnorm(p1)*qnorm(p2) across loci, where (p1,p2) are p-values obtained via two different association tests.

Usage

AvgCorr(p1, p2, a = 0.001)

Arguments

p1

Fist p-value.

p2

Second p-value.

a

Force correlation estimate to fall in the interval (a,1-a);