findTermination {SPLINTER}R Documentation

findTermination

Description

Internal function to find the first stop codon that occurs in the AA sequence, returns their position and the resulting truncated protein

Usage

findTermination(s1)

Arguments

s1

character. protein sequence

Value

list containing
(1) stop1 : stop position
(2) s1 : sequence truncated to first stop

Author(s)

Diana LOW


[Package SPLINTER version 1.6.0 Index]