Description Usage Arguments Value Examples
Map eag numbers to an eag allele
1 | map_eag_allele(nums, lookup)
|
nums |
EAG numbers for exons 2 and 3 as
an < |
lookup |
A < |
An <eag_allele
>.
1 2 3 4 | nums <- eag_numbers(e2 = c(6673401, 6673404), e3 = c(6672138, 6670791))
lookup <- lookup_list(rep_dpb1, eag)
map_eag_allele(nums, lookup)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.