nform | R Documentation |
Estimate the r between effect estimates at snps which were genotyped on different sets of cases and controls. The adjusted r will be nform(...) * r (where r is the population correlation between snps).
nform(n0a, n1a, n0b, n1b, n0ab = pmin(n0a, n0b), n1ab = pmin(n1a, n1b))
n0a |
number of controls with data at snp a |
n1a |
number of cases with data at snp a |
n0b |
number of controls with data at snp b |
n1b |
number of cases with data at snp b |
n0ab |
number of controls with data at both snps a and b |
n1ab |
number of cases with data at both snps a and b |
proportionality constant that depends on sample size.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.