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

Class Reference

source code

object --+
         |
        Reference

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)
x.__init__(...) initializes x; see help(type(x)) for signature
source code
 
__str__(self)
str(x)
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

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

source code 

str(x)

Overrides: object.__str__
(inherited documentation)