dosorio / Peptides

An R package to calculate indices and theoretical physicochemical properties of peptides and protein sequences.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warnings for selenocystein (U) and pyrrolysin (O)

Stortebecker opened this issue · comments

Hi.
I saw that the mw function features masses for selenocystein (U) and pyrrolysin (O). However, the aaCheck function does not accept those. Therefore, mw ("U") throws a warning Sequence 1 has unrecognized amino acid types. Output value might be wrong calculated. Actually, it throws the warning twice (?).
Maybe we should avoid the warning for U and O or use a specific one, like sequence contains x untypical amino acids (selenocystein/pyrrolysin).

Thanks for the advice. I will work on that.