Trees | Indices | Help |
---|
|
object --+ | UnigeneRecord
Store a Unigene record (DEPRECATED). Here is what is stored: self.ID = '' # ID line self.species = '' # Hs, Bt, etc. self.title = '' # TITLE line self.symbol = '' # GENE line self.cytoband = '' # CYTOBAND line self.express = [] # EXPRESS line, parsed on ';' # Will be an array of strings self.restr_expr = '' # RESTR_EXPR line self.gnm_terminus = '' # GNM_TERMINUS line self.gene_id = '' # GENE_ID line self.chromosome = '' # CHROMOSOME self.protsim = [] # PROTSIM entries, array of Protsims # Type UnigeneProtsimRecord self.sequence = [] # SEQUENCE entries, array of Sequence entries # Type UnigeneSequenceRecord self.sts = [] # STS entries, array of STS entries # Type UnigeneSTSRecord self.txmap = [] # TXMAP entries, array of TXMap entries This class is DEPRECATED; please use the read() function in this module instead.
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
repr(x)
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sat Aug 20 10:38:58 2011 | http://epydoc.sourceforge.net |