View source: R/nomenclature_queries.R
get_P_group | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.