Table of Contents
Parses SwissProt data into a Seq object.
__init__ ( self, alphabet=Alphabet.generic_protein )
Arguments: o alphabet - The alphabet to use for the generated Seq objects. If not supplied this will default to the generic protein alphabet.
parse ( self, handle )