> packageVersion('protr')
[1] ‘0.5.1’
> extractSOCN("SSDYSDLQRVKQELLEEVKKELQKVKEEII")
Error in `*tmp*`[[d]] : subscript out of bounds
>
This sequence has length 30 which is equal to the default nlag.
processing the first amino acid in the sequence, it is compared to amino acid 1 + nlag = 31, which is out of bounds (R/desc11SOCN.R, line 67; d=30, i=1).
This sequence has length 30 which is equal to the default
nlag
. processing the first amino acid in the sequence, it is compared to amino acid1 + nlag
= 31, which is out of bounds (R/desc11SOCN.R, line 67; d=30, i=1).