Description Usage Arguments Details Value Author(s) Examples
truncateSeqs amino acid sequences at positions depicted by '*' (stop-codon).
1 | truncate_seq(seq,pos,id,rme=TRUE,trunc=42L)
|
seq |
Character. Amino-acid sequences which are to be truncated. |
pos |
Numeric. Points to an amino-acid inside the sequence. |
id |
Numeric. An identifier which is copied to the result table. |
rme |
Logical. Empty sequences are removed when set to TRUE. |
trunc |
Integer. ASCII code for character at which truncation should occur. Default value is 42='*' (stop-codon). |
The function truncateSeqs the contained amino acid sequences. When the stop-codon is found on the left side of position, the function returns an empty sequence for that site. The position values for these records are also set to 0.
data.frame
Wolfgang Kaisers
1 | truncate_seq(seq="ARPX*QR",pos=3)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.