parseAlignment: Pre-process HLA Database alignment file

Description Usage Arguments Details Value Author(s) Examples

View source: R/prepareHLAdb.R

Description

Extract information from one HLA alignment file.

Usage

1
parseAlignment(fileName)

Arguments

fileName

A character string, the name of the alignment file from http://hla.alleles.org/alleles/text_index.html.

Details

See http://hla.alleles.org/alleles/text_index.html

Value

A list containing:

Author(s)

Pascal Belleau, Astrid Deschenes

Examples

1
2
3
4
5
6
## Set the name of the aligment file to be processed
fileInfo <- paste0(system.file("extdata", package = "HLAClustRView"),
    "/DRA_prot.txt")

## Parse aligment file
HLAClustRView:::parseAlignment(fileName=fileInfo)

NCBI-Hackathons/HLAClustRView documentation built on Nov. 22, 2019, 6:11 a.m.