Package Bio :: Package GenBank :: Module Record :: Class Reference
[hide private]
[frames] | no frames]

Class Reference

source code

Hold information from a GenBank reference.

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 consrtm - Consortium the authors belong to. 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.

Instance Methods [hide private]
 
__init__(self) source code
 
__str__(self) source code
 
_reference_line(self)
Output for REFERENCE lines.
source code
 
_authors_line(self)
Output for AUTHORS information.
source code
 
_consrtm_line(self)
Output for CONSRTM information.
source code
 
_title_line(self)
Output for TITLE information.
source code
 
_journal_line(self)
Output for JOURNAL information.
source code
 
_medline_line(self)
Output for MEDLINE information.
source code
 
_pubmed_line(self)
Output for PUBMED information.
source code
 
_remark_line(self)
Output for REMARK information.
source code