Description Usage Arguments Details Value Author(s) Examples
Extract information from one HLA alignment file.
1 | parseAlignment(fileName)
|
fileName |
A |
See http://hla.alleles.org/alleles/text_index.html
A list
containing:
refSeq A character
string that represent the reference
sequence.
posInit A integer
that represent the starting position of the
gene.
HLAalignment A data.table
containing the information for all
types associated to the HLA gene.
Pascal Belleau, Astrid Deschenes
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.