findTermination {SPLINTER} | R Documentation |
Internal function to find the first stop codon that occurs in the AA sequence, returns their position and the resulting truncated protein
findTermination(s1)
s1 |
character. protein sequence |
list containing
(1) stop1 : stop position
(2) s1 : sequence truncated to first stop
Diana LOW