Description Usage Arguments Value Author(s) Examples
This function converts a well-formed HLA allele name to a matrix of fields.
1 | splitTyping(aChar)
|
aChar |
a |
a matrix
of fields with 6 columns and a number of rows
corresponding to the length of the aChar
array.
Adewunmi Adelaja
1 2 3 4 5 6 7 8 9 | ## Split one HLA typing into an array of entries
output <- HLAClustRView:::splitTyping("HLA-DRB1*13:01:01:02")
print(output)
## Split one HLA typing into an array of entries
output <- HLAClustRView:::splitTyping(c("G*01:04:01:02", "DQA1*01:01:01:03"))
print(output)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.