Attributes:
o number - The number of the reference in the listing of references.
o bases - The bases in the sequence the reference refers to.
o authors - String with all of the authors.
o title - The title of the reference.
o journal - Information about the journal where the reference appeared.
o medline_id - The medline id for the reference.
o pubmed_id - The pubmed_id for the reference.
o remark - Free-form remarks about the reference.
Methods
|
|
__init__
__str__
_authors_line
_journal_line
_medline_line
_pubmed_line
_reference_line
_remark_line
_title_line
|
|
__init__
|
__init__ ( self )
|
|
__str__
|
__str__ ( self )
|
|
_authors_line
|
_authors_line ( self )
Output for AUTHORS information.
|
|
_journal_line
|
_journal_line ( self )
Output for JOURNAL information.
|
|
_medline_line
|
_medline_line ( self )
Output for MEDLINE information.
|
|
_pubmed_line
|
_pubmed_line ( self )
Output for PUBMED information.
|
|
_reference_line
|
_reference_line ( self )
Output for REFERENCE lines.
|
|
_remark_line
|
_remark_line ( self )
Output for REMARK information.
|
|
_title_line
|
_title_line ( self )
Output for TITLE information.
|