parseAlignmentHead {HLAtools} | R Documentation |
Guides For Parsing the Header Blocks of Alignment Files
Description
Returns a vector describing the location of key information in the header blocks of alignment files.
Usage
parseAlignmentHead(version)
Arguments
version |
A character string of a validated IPD-IMGT/HLA Database release version (e.g., '3.25.0' or '3250'). |
Value
Either FALSE if the version is not valid, or two-value numerical vector describing (1) the header line in which alignment version data appears and (2) the length of the character string in that line preceding version data.
Examples
parseAlignmentHead("3.25.0")
[Package HLAtools version 1.1.1 Index]