getAlleleResolution | R Documentation |
getAlleleResolution
returns the resolution of input HLA allele
numbers.
getAlleleResolution(allele)
allele |
Character vector with HLA allele numbers. |
HLA allele resolution can take the following values: 2, 4, 6, 8. See http://hla.alleles.org/nomenclature/naming.html for more details.
NA
values are accepted and returned as NA
.
Integer vector specifying allele resolutions.
allele <- c("A*01:01", "A*01:02")
getAlleleResolution(allele)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.