get_P_group: P groups

View source: R/nomenclature_queries.R

get_P_groupR Documentation

P groups

Description

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.

Usage

get_P_group(allele_list)

Arguments

allele_list

list of HLA alleles

Value

Named list of P-groups the input alleles belong to.

Examples

allele_list <- c("DQB1*02:02:01", "DQB1*06:09:01")
get_P_group(allele_list)


imkeller/immunotation documentation built on Jan. 3, 2023, 1:31 p.m.