Download a list of all allele names for all HLA genes for a particular IMGTHLA release.
Arguments
- release
Default is "latest". Should be a release name like "3.51.0".
- overwrite
Overwrite the existing
alleles.json
file andAllelelist.{version}.txt
file- verbose
If TRUE, print messages along the way.
See also
hla_releases()
to get a complete list of all release names.
Examples
# \donttest{
head(hla_alleles())
#> AlleleID Allele
#> 1 HLA00001 A*01:01:01:01
#> 2 HLA02169 A*01:01:01:02N
#> 3 HLA14798 A*01:01:01:03
#> 4 HLA15760 A*01:01:01:04
#> 5 HLA16415 A*01:01:01:05
#> 6 HLA16417 A*01:01:01:06
# }