Learn R Programming

tigger (version 1.1.0)

updateAlleleNames: Update IGHV allele names

Description

updateAlleleNames takes a set of IGHV allele calls and replaces any outdated names (e.g. IGHV1-f) with the new IMGT names.

Usage

updateAlleleNames(allele_calls)

Value

Vector of strings respresenting updated IGHV allele names.

Arguments

allele_calls

vector of strings respresenting IGHV allele names.

References

  1. Xochelli et al. (2014) Immunoglobulin heavy variable (IGHV) genes and alleles: new entities, new names and implications for research and prognostication in chronic lymphocytic leukaemia. Immunogenetics. 67(1):61-6

See Also

Like updateAlleleNames, sortAlleles can help format a list of allele names.

Examples

Run this code
# Create a vector that uses old gene/allele names.
alleles <- c("IGHV1-c*01", "IGHV1-f*02", "IGHV2-5*07")

# Update the alleles to the new names
updateAlleleNames(alleles)

Run the code above in your browser using DataLab