GetAlleleCode | R Documentation |
Look up an allele code.
GetAlleleCode(pvar, variant_num, allele_num)
pvar |
Object returned by NewPvar(). |
variant_num |
Variant index (1-based). |
allele_num |
Allele index (1-based). |
The allele_numth allele code for the variant_numth variant. allele_num=1 corresponds to the REF allele, allele_num=2 corresponds to the first ALT allele, allele_num=3 corresponds to the second ALT allele if it exists and errors out otherwise, etc.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.