Description Usage Arguments Value Examples
Reconstruct allele based on flanking markers
1 | reconstruction(la, ra, ld, rd)
|
la |
Allele (0/1) at left flanking marker |
ra |
Allele (0/1) at right flanking marker |
ld |
Distance (in Morgans) to left flanking marker |
rd |
Distance (in Morgans) to right flanking marker |
Probability of allele 0 at given position
1 2 3 4 | ## close to marker with allele 0, likely to be 0
reconstruction(la = 0, ra = 1, ld = 0.02, rd = 0.18)
## close to marker with allele 1, unlikely to be 0
reconstruction(la = 0, ra = 1, ld = 0.18, rd = 0.02)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.