Description Usage Arguments Examples
Calculates the degree of linkage disequilibirum between two biallelic diploid loci and plots the results.
1 | Dcalc(AABB, AaBB, aaBB, AABb, AaBb, aaBb, AAbb, Aabb, aabb)
|
AABB |
Count of A and B double homozygotes. |
AaBB |
Count of A heterozygotes, B homozygotes. |
aaBB |
Count of a and B double homozygotes. |
AABb |
Count of A homozygotes, B heterozygotes. |
AaBb |
Count of double heterozygotes. |
aaBb |
Count of a homozygotes, B heterozygote. |
AAbb |
Count of A and b double homozygotes. |
Aabb |
Count of A heterozygotes, b homozygotes. |
aabb |
Count of a and b double homozygotes. |
1 2 3 4 5 6 7 8 9 10 11 12 13 | #assign genotype counts
AABB=2
AaBB=0
aaBB=0
AABb=0
AaBb=1
aaBb=0
AAbb=1
Aabb=0
aabb=0
#run function
Dcalc(AABB, AaBB, aaBB, AABb, AaBb, aaBb, AAbb, Aabb, aabb)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.