In [1]:
from msdas import *
%pylab inline


Couldn't import dot_parser, loading of dot files will not be possible.
Populating the interactive namespace from numpy and matplotlib

In [2]:
p = PSites()

In [3]:
p.isvalid("T1")


Out[3]:
True

In [4]:
p.isvalid("U1")  # U does not exists as a phospho site


WARNING:root:Found an invalid letter (must be captialised and in ['S', 'T', 'Y', 'M']). You provided U1,['U1']
Out[4]:
False

In [ ]: