Description Usage Arguments Value Author(s) Examples
Extract the information about the reference sequence.
1 | extractRef(seq, startPos)
|
seq |
A |
startPos |
A |
A list
with two entries. The first is refSeq
which is
containing the sequence of the reference. The second is seqDiff is a
string
representing the alignment format for the current sequence.
Pascal Belleau, Astrid Deschenes
1 2 3 4 5 | ## String with the sequence information
sequence <- " DOB*01:01:01:01 MGSGWV PWVVALLVNL TRLDSSMTQG TDSPEDFVIQ"
## Extract sequence information
HLAClustRView:::extractRef(seq=sequence, startPos=20)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.