Represent a Generic Reference object.
Attributes:
o location - A list of Location objects specifying regions of
the sequence that the references correspond to. If no locations are
specified, the entire sequence is assumed.
o authors - A big old string, or a list split by author, of authors
for the reference.
o title - The title of the reference.
o journal - Journal the reference was published in.
o medline_id - A medline reference for the article.
o pubmed_id - A pubmed reference for the article.
o comment - A place to stick any comments about the reference.
- TODO
- Will this hold PubMed and Medline information decently?
Methods
|
|
__init__
__str__
|
|
__init__
|
__init__ ( self )
|
|
__str__
|
__str__ ( self )
Output an informative string for debugging.
|
|