loadHLADb: load HLA Database alignment files for a specific alignment...

Description Usage Arguments Details Value Author(s) Examples

View source: R/prepareHLAdb.R

Description

load HLA Database parse by parseHLADbAlignment

Usage

1
loadHLADb(hlaDbFile)

Arguments

hlaDbFile

A character string, the path to the rds file from parseHLADbAlignment. #'

Details

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

Value

An object of class HLAdb with 3 entries. The entries are:

Author(s)

Pascal Belleau, Astrid Deschenes

Examples

1
2
3
4
5
6
7
8
## Get path where some HLA database files are stored
##directory <- system.file("extdata", package = "HLAClustRView")

## Parse HLA database files of protein type
##HLAInfo <- loadHLADb(hlaDbFile="")

## Show reference sequences
##HLAInfo$refSeq

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