|
__init__(self,
host=' http://llama.mshri.on.ca ' ,
url=' /cgi/funcassociate/serv ' ,
timeout=None)
x.__init__(...) initializes x; see help(type(x)) for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
go_associations(self,
*args)
@return: List of GO associations used by Funcassociate
for the specified species, namespace, and support |
source code
|
|
|
go_attrib_dict(self,
*args)
@return: Dictionary whose keys are GO attribute IDs and whose
values are their corresponding human-readable names. |
source code
|
|
|
|
|
|
|
|
|
functionate(self,
query=None,
associations=None,
attrib_dict=None,
species=None,
namespace=None,
genespace=None,
mode=None,
which=None,
cutoff=None,
reps=None)
@return: functionate results structure |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|