Description Usage Arguments Details Value Examples
fgl2ibd
determines pairwise IBD state given the four founder genome labels of two individuals at a marker.
1 | fgl2ibd(fgl1p, fgl1m, fgl2p, fgl2m)
|
fgl1p, fgl1m, fgl2p, fgl2m |
positive integer, represents founder genome label. |
IBD states take value from 1 to 15, which represent the indices of the underlying IBD states from 1111 to 1234 in lexicographical order. E.g., output 1 means IBD state 1111, output 2 means IBD state 1112 etc. Recoding in, e.g., Jacquard order, can be obtained using recode.ibd
.
A value between 1 and 15 representing index of IBD state in lexicographical order.
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.