Bio.Geo.Record module
Hold GEO data in a straightforward format.
classes: o Record - All of the information in an GEO record.
See http://www.ncbi.nlm.nih.gov/geo/
- class Bio.Geo.Record.Record
Bases:
object
Hold GEO information in a format similar to the original record.
The Record class is meant to make data easy to get to when you are just interested in looking at GEO data.
Attributes: entity_type entity_id entity_attributes col_defs table_rows
- __init__()
Initialize the class.
- __str__()
Return the GEO record as a string.
- __firstlineno__ = 16
- __static_attributes__ = ('col_defs', 'entity_attributes', 'entity_id', 'entity_type', 'table_rows')
- Bio.Geo.Record.out_block(text, prefix='')
Format text in blocks of 80 chars with an additional optional prefix.