You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Hi.
I saw that the
mw
function features masses for selenocystein (U) and pyrrolysin (O). However, theaaCheck
function does not accept those. Therefore,mw ("U")
throws a warningSequence 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)
.The text was updated successfully, but these errors were encountered: