Consumer that converts a SwissProt record to a SeqRecord object.
Members: data Record with SwissProt data. alphabet The alphabet
the generated Seq objects will have.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
reference_number(self,
line)
RN line, reference number (start of new reference). |
source code
|
|
|
reference_position(self,
line)
RP line, reference position. |
source code
|
|
|
reference_cross_reference(self,
line)
RX line, reference cross-references. |
source code
|
|
|
reference_author(self,
line)
RA line, reference author(s). |
source code
|
|
|
reference_title(self,
line)
RT line, reference title. |
source code
|
|
|
reference_location(self,
line)
RL line, reference 'location' - journal, volume, pages, year. |
source code
|
|
|
reference_comment(self,
line)
RC line, reference comment. |
source code
|
|
Inherited from ParserSupport.AbstractConsumer :
__getattr__
|