validateVersion {HLAtools} | R Documentation |
Validate an IPD-IMGT/HLA Release Version
Description
Determines if an IPD-IMGT/HLA Release Version is referenced in the AlleleListHistory file.
Usage
validateVersion(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 in the ANHIG/IMGTHLA GitHub repository. FALSE means that data for 'version' is not available.
Note
For internal HLAtools use.
Examples
validateVersion(version = "3.31.1")
validateVersion(version = "3.13.0")
[Package HLAtools version 1.1.1 Index]