Description Usage Arguments Value Examples
Get all alleles of a given locus.
1 | getAlleles(x, locus)
|
x |
The database connection; an |
locus |
A single locus as a string. |
A character vector with all alleles of the give locus.
1 2 3 4 5 6 | ## Load the database
hla <- loadHlaData()
## Get the loci
loci <- getLoci(hla)
## Get alleles of a locus
alleles <- getAlleles(hla, loci[1])
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.