Package bpm :: Module faclient :: Class _fc
[hide private]
[frames] | no frames]

Class _fc

source code

object --+
         |
        _fc

Instance Methods [hide private]
 
__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
 
_make_request(self, method, params=[])
Make a request to the Funcassociate web service.
source code
 
_decorate(f) source code
 
available_species(self, *args)
@return: List of species supported by Funcassociate. service.
source code
 
available_namespaces(self, *args)
@return: List of namespaces supported by Funcassociate for the given species.
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
 
version(self, *args)
@return: Version of Funcassociate server.
source code
 
ping(self, *args)
@return: The string "OK".
source code
 
fail(self, *args)
@return: nothing.
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__

Static Methods [hide private]
 
_timeout(signo, frame) source code
 
_check_args(f, given) source code
Class Variables [hide private]
  host = 'http://llama.mshri.on.ca'
  url = '/cgi/funcassociate/serv'
  headers = {'Content-type': 'application/json'}
  timeout = 180
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, host='http://llama.mshri.on.ca', url='/cgi/funcassociate/serv', timeout=None)
(Constructor)

source code 
x.__init__(...) initializes x; see help(type(x)) for signature
Overrides: object.__init__
(inherited documentation)

_make_request(self, method, params=[])

source code 

Make a request to the Funcassociate web service.

@return: result

available_species(self, *args)

source code 
@return: List of species supported by Funcassociate. service.
Decorators:
  • @_decorate

available_namespaces(self, *args)

source code 
@return: List of namespaces supported by Funcassociate for the given species.
Decorators:
  • @_decorate

go_associations(self, *args)

source code 
@return: List of GO associations used by Funcassociate for the specified species, namespace, and support
Decorators:
  • @_decorate

go_attrib_dict(self, *args)

source code 
@return: Dictionary whose keys are GO attribute IDs and whose values are their corresponding human-readable names.
Decorators:
  • @_decorate

version(self, *args)

source code 
@return: Version of Funcassociate server.
Decorators:
  • @_decorate

ping(self, *args)

source code 
@return: The string "OK".
Decorators:
  • @_decorate

fail(self, *args)

source code 
@return: nothing.
Decorators:
  • @_decorate