getLoci,IpdDb-method {ipdDb} | R Documentation |
Get all available loci of the KIR or HLA database
getLoci(x)
x |
The database connection; an |
A vector of available loci in the database.
## Load the database hla <- loadHlaData() ## Get the loci loci <- getLoci(hla)