|
__init__(self,
data=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
__filtreSynonyms__(self)
Extract GO synonym(s). |
source code
|
|
|
__filtreComment__(self)
manage None comments |
source code
|
|
|
|
|
__filtreParents__(self)
To make the is_a hierarchy |
source code
|
|
|
__filtreRelation__(self)
To make the part_of hierarchy |
source code
|
|
|
__filtreRelationships__(self)
Relation list with other GO Terms (is_a, part_of or some regulates relation) |
source code
|
|
|
__filtreObsolete__(self)
for each obsolete terms corresponds a set of GO Identifiers
so that this GO term is consider as others GO Terms |
source code
|
|
|
__filtreAltIds__(self)
alternate(s) id(s) for this term (= alias in the geneontology schema model!) |
source code
|
|
|
__filtreXRefs__(self)
cross references to other databases |
source code
|
|
|
__filtreSubsets__(self)
subset label to make smaller sets of GO Terms |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|