Description Usage Arguments Details Value Author(s) Examples
silic_tryp performs silicon trypsination and returns the fragments to which the position coordinate points. The position value is corrected so that it afterwards points to the same amino-acid as before.
1 | silic_tryp(seq,pos,id)
|
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. |
The routine implements the "Keil"-rule, where sites are described by the regex "[RK](?!P)". The cut position is between [RK] and the following character. The sequence fragment which contains the exon-intron boundary (depicted by position
) is returned. Dependent numeric values are recalculated.
data.frame
Wolfgang Kaisers
1 | silic_tryp(seq="AXKUEMRFG",pos=4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.