checkVersion {HLAtools}R Documentation

Check IPD-IMGT/HLA Release Version Allele Names

Description

Determines if allele name data for a given IPD-IMGT/HLA Release Version is present in the local HLAtools package.

Usage

checkVersion(version)

Arguments

version

A character string identifying the release version (branch) of the ANHIG/IMGTHLA Github repository (e.g. '3.53.0'). The value 'Latest' refers to the most recent release.

Value

A logical. TRUE indicates that data for 'version' is available to the local HLAtools package. FALSE means that data for 'version' is not available.

Note

For internal HLAtools use.

Examples

checkVersion(version = "3.25.0")
checkVersion(version = "Latest")


[Package HLAtools version 1.1.1 Index]