getLoci,IpdDb-method {ipdDb}R Documentation

Get loci

Description

Get all available loci of the KIR or HLA database

Usage

getLoci(x)

Arguments

x

The database connection; an IpdDb object.

Value

A vector of available loci in the database.

Examples

## Load the database 
hla <- loadHlaData()
## Get the loci
loci <- getLoci(hla)


[Package ipdDb version 1.8.0 Index]