get_G_group {immunotation}R 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)


[Package immunotation version 1.1.1 Index]