Description Usage Arguments Details Value Author(s) Examples
load HLA Database parse by parseHLADbAlignment
1 | loadHLADb(hlaDbFile)
|
hlaDbFile |
A |
See http://hla.alleles.org/alleles/text_index.html
An object of class HLAdb
with 3 entries. The entries are:
refSeq
A list
of character
string that
represent reference sequences; one sequence
per HLA gene.
posInit
A list
of integer
;
one starting position per HLA gene.
HLAAlignment
A data.table
containing the information
for each allele of each HLA gene.
Pascal Belleau, Astrid Deschenes
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.