Description Usage Arguments Value Author(s) Examples
Extract the information about the alignment compared to the reference sequence.
1 | extractSeq(seq, startPos)
|
seq |
A |
startPos |
A |
A character
string representing the aligment sequence
compared to the reference sequence.
Pascal Belleau, Astrid Deschenes
1 2 3 4 5 | ## Define a alignment sequence string
sequence <- " DOB*01:01:01:02 ------ ---------- ---------- "
## Extract the alignment section
HLAClustRView:::extractSeq(seq=sequence, startPos=20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.