ProDomCG_tree

ProdomCG_tree is a set of webservices allowing to browse ProDom-CG267 phylogenetic tree. It includes
- NearestNodeProdom : takes an NCBI taxID and returns the closest taxID present in ProdomCG
- GetParentProdom : takes a taxID present in ProdomCG and returns its parent
- GetChildProdom : takes a taxID present in ProdomCG and returns its child(ren)
- GetDFStreeProdom : returns the list of all the taxIDs present in ProdomCG in DFS order
Please see ProDom help page and ProdomCG description if needed.
We have a perl script available here to run this webservice from your computer. Please install SOAP Lite before.
A description of the WSDL service:
ProdomCG_tree
Namespace: http://prodom.prabi.fr/ProdomCG_tree
Operations
NearestNodeProdom
Takes an NCBI taxID and returns the closest taxID present in the ProdomCG tree
- SOAP Action: http://prodom.prabi.fr/ProdomCG_tree#NearestNodeProdom
- Input Message: NearestNodeProdomMsg
- inputWrapper
- NearestNodeProdom type
- NCBItaxID type string
- NCBItaxID type string
- NearestNodeProdom type
- inputWrapper
- Output Message: NearestNodeProdomResponseMsg
- outputWrapper
- NearestNodeProdomResponse type
- NearestTaxID type string
- NearestTaxID type string
- NearestNodeProdomResponse type
- outputWrapper
GetParentProdom
Takes an NCBI taxID present in ProdomCG and returns the parent taxID
- SOAP Action: http://prodom.prabi.fr/ProdomCG_tree#GetParentProdom
- Input Message: GetParentProdomMsg
- inputWrapper
- GetParentProdom type
- NCBItaxID type string
- NCBItaxID type string
- GetParentProdom type
- inputWrapper
- Output Message: GetParentProdomResponseMsg
- outputWrapper
- GetParentProdomResponse type
- ParentTaxID type string
- ParentTaxID type string
- GetParentProdomResponse type
- outputWrapper
GetChildProdom
Takes an NCBI taxID present in ProdomCG and returns the child(ren) taxID(s)
- SOAP Action: http://prodom.prabi.fr/ProdomCG_tree#GetChildProdom
- Input Message: GetChildProdomMsg
- inputWrapper
- GetChildProdom type
- NCBItaxID type string
- NCBItaxID type string
- GetChildProdom type
- inputWrapper
- Output Message: GetChildProdomResponseMsg
- outputWrapper
- GetChildProdomResponse type
- ChildTaxID type string
- ChildTaxID type string
- GetChildProdomResponse type
- outputWrapper
GetDFStreeProdom
Returns the list of the ProdomCG nodes (394) in DFS order
- SOAP Action: http://prodom.prabi.fr/ProdomCG_tree#GetDFStreeProdom
- Input Message: GetDFStreeProdomMsg
- inputWrapper
- GetDFStreeProdom
- inputWrapper
- Output Message: GetDFStreeProdomResponseMsg
- outputWrapper
- GetDFStreeProdomResponse type
- DFStreeProdom type string
- DFStreeProdom type string
- GetDFStreeProdomResponse type
- outputWrapper
WSDL Changes
| Date | Description of Changes |
| 11th May 2009 | First Snapshot |

Test #1: ProDomCG_treeTest
This is a test for ProdomCG_evoscen set of webservices. It uses perl and SOAPlite. It includes tests for the following webservices :
- NearestNodeProdom : output must be 2284 (the query is taxID 2284)
- GetParentProdom : output must be 2284 (the query is taxID 2287)
- GetChildProdom : output must contain 2287 (the query is taxID 2284)
- GetDFStreeProdom : output must contain "Arabidopsis thaliana" (last line of the file)
»
- Login to post comments
