LD22 | R Documentation |
LD statistics for two diallelic markers
LD22(h, n)
h |
a vector of haplotype frequencies. |
n |
number of haplotypes. |
It is possible to perform permutation test of r^2
by re-ordering the genotype through
R's sample function, obtaining the haplotype frequencies by gc.em
or genecounting
, supplying the estimated haplotype frequencies to
the current function and record x2, and comparing the observed x2 and that from the
replicates.
The returned value is a list containing:
h the original haplotype frequency vector.
n the number of haplotypes.
D the linkage disequilibrium parameter.
VarD the variance of D.
Dmax the maximum of D.
VarDmax the variance of Dmax.
Dprime the scaled disequilibrium parameter.
VarDprime the variance of Dprime.
x2 the Chi-squared statistic.
lor the log(OR) statistic.
vlor the var(log(OR)) statistic.
extracted from 2ld.c, worked 28/6/03, tables are symmetric do not fix, see kbyl below
Jing Hua Zhao
zabetian03gap
\insertRefzapata97gap
LDkl
## Not run:
h <- c(0.442356,0.291532,0.245794,0.020319)
n <- 481*2
t <- LD22(h,n)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.