FuncNet

FuncNet is a distributed protein function comparison pipeline, funded by the European Union's EMBRACE Network of Excellence.
The objective of FuncNet is to provide an open platform for the computational prediction and analysis of protein function.
It is designed to answer questions like:
Given one set of proteins which are known to share a particular biological function...
... which of these other proteins also share that function?
This service allows you to submit requests to the FuncNet pipeline, which are then forwarded on to the component prediction services.
For a guide to using FuncNet, including source code and example SOAP messages, please see http://funcnet.eu/getting-started/
The individual prediction services within FuncNet are also available for direct querying; for details, please see http://funcnet.eu/wsdls/
FrontEndService
Namespace: http://funcnet.eu/FuncNet_1_1/
Operations
SubmitTwoProteinSets
- SOAP Action: http://funcnet.eu/FuncNet_1_1/FrontEnd/SubmitTwoProteinSets
- Input Message: SubmitTwoProteinSetsRequest
- parameters
- SubmitTwoProteinSets type
- queryProteins type ProteinList
- p type string
- p type string
- refProteins type ProteinList
- p type string
- p type string
- emailAddress type string
- enableEmailNotify type boolean
- queryProteins type ProteinList
- SubmitTwoProteinSets type
- parameters
- Output Message: SubmitTwoProteinSetsResponse
- parameters
- SubmitTwoProteinSetsResponse type
- jobID type string
- jobID type string
- SubmitTwoProteinSetsResponse type
- parameters
MonitorJob
- SOAP Action: http://funcnet.eu/FuncNet_1_1/FrontEnd/MonitorJob
- Input Message: MonitorJobRequest
- parameters
- MonitorJob type
- jobLocator type JobLocator
- jobID type string
- emailAddress type string
- jobID type string
- jobLocator type JobLocator
- MonitorJob type
- parameters
- Output Message: MonitorJobResponse
- parameters
- MonitorJobResponse type
- status type string
- predictorStatus type PredictorStatus
- predictor type string
- status type string
- predictor type string
- status type string
- MonitorJobResponse type
- parameters
CancelJob
- SOAP Action: http://funcnet.eu/FuncNet_1_1/FrontEnd/CancelJob
- Input Message: CancelJobRequest
- parameters
- CancelJob type
- jobLocator type JobLocator
- jobID type string
- emailAddress type string
- jobID type string
- jobLocator type JobLocator
- CancelJob type
- parameters
- Output Message: CancelJobResponse
- parameters
- CancelJobResponse type
- status type string
- status type string
- CancelJobResponse type
- parameters
RetrievePairwiseScores
- SOAP Action: http://funcnet.eu/FuncNet_1_1/FrontEnd/RetrievePairwiseScores
- Input Message: RetrievePairwiseScoresRequest
- parameters
- RetrievePairwiseScores type
- jobLocator type JobLocator
- jobID type string
- emailAddress type string
- jobID type string
- jobLocator type JobLocator
- RetrievePairwiseScores type
- parameters
- Output Message: RetrievePairwiseScoresResponse
- parameters
- RetrievePairwiseScoresResponse type
- comments type string
- predictorStatus type PredictorStatus
- predictor type string
- status type string
- predictor type string
- s type PairwiseScore
- p1 type string
- p2 type string
- rs type double
- pv type double
- p1 type string
- comments type string
- RetrievePairwiseScoresResponse type
- parameters
RetrieveCompleteScores
- SOAP Action: http://funcnet.eu/FuncNet_1_1/FrontEnd/RetrieveCompleteScores
- Input Message: RetrieveCompleteScoresRequest
- parameters
- RetrieveCompleteScores type
- jobLocator type JobLocator
- jobID type string
- emailAddress type string
- jobID type string
- jobLocator type JobLocator
- RetrieveCompleteScores type
- parameters
- Output Message: RetrieveCompleteScoresResponse
- parameters
- RetrieveCompleteScoresResponse type
- comments type string
- predictorStatus type PredictorStatus
- predictor type string
- status type string
- predictor type string
- s type ScoreProfile
- p1 type string
- p2 type string
- rs type double
- pv type double
- pr type
- rs type double
- pv type double
- rs type double
- rs type double
- pv type double
- p1 type string
- comments type string
- RetrieveCompleteScoresResponse type
- parameters
WSDL Changes
| Date | Description of Changes |
| 8th April 2009 | First Snapshot |

Test #1: FuncNet simple test
This test script actually just queries the last results of the same monitoring program we use to populate the online status page at
http://funcnet.eu/current-status/
and returns a success, warning or error value appropriately. If the last test was performed more than half an hour ago, a warning is raised even if it passed.
- Login to post comments
