get_G_group {immunotation} | R Documentation |
Get the G groups for a list of HLA alleles. [G groups](http://hla.alleles.org/alleles/g_groups.html) are groups of HLA alleles that have identical nucleotide sequences across the exons encoding the peptide binding domains.
get_G_group(allele_list)
allele_list |
List of alleles. |
Named list of G-groups the input alleles belong to.
allele_list <- c("DQB1*02:02:01", "DQB1*06:09:01") get_G_group(allele_list)