get_P_group {immunotation} | R Documentation |
Get the P groups for a list of HLA alleles. [P groups](http://hla.alleles.org/alleles/p_groups.html) are groups of HLA alleles that have identical protein sequences in the peptide binding domains.
get_P_group(allele_list)
allele_list |
list of HLA alleles |
Named list of P-groups the input alleles belong to.
allele_list <- c("DQB1*02:02:01", "DQB1*06:09:01") get_P_group(allele_list)