get_G_group: G groups

View source: R/nomenclature_queries.R

get_G_groupR Documentation

G groups

Description

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.

Usage

get_G_group(allele_list)

Arguments

allele_list

List of alleles.

Value

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

Examples

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


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