KEGGSOAP
1
0
Entering edit mode
Ricardo Silva ▴ 110
@ricardo-silva-5055
Last seen 9.6 years ago
Hi, i'm a beginner user of KEGGSOAP and for my application, one of the most important kegg functions is get_reactions_by_compound, can I create a function to KEGGSOAP with something like this function (compound.id.list) { require(KEGGSOAP) unlist(.SOAP(KEGGserver, "get_reactions_by_compounds", .soapArgs = list(compounds_id_list = compound.id.list), action = KEGGaction, xmlns = c("URI", "SOAP/KEGG"), nameSpaces = SOAPNameSpaces(version = KEGGsoapns), .types = list(listType))) } where do I found KEGGaction definitions? best regards Ricardo [[alternative HTML version deleted]]
KEGGSOAP KEGGSOAP • 786 views
ADD COMMENT
0
Entering edit mode
Marc Carlson ★ 7.2k
@marc-carlson-2264
Last seen 7.7 years ago
United States
Hi Ricardo, I think you are on the right track. You will also want to look at the zzz.R file in KEGGSOAP which has the few lines of code needed (from the XML package) to parse the WSDL. If you are curious about the KEGG API. Have a look at their website: http://www.kegg.jp/kegg/soap/doc/keggapi_manual.html Does that answer your question? Marc ----- Original Message ----- From: "Ricardo Silva" <rsilvabioinfo@usp.br> To: bioconductor at stat.math.ethz.ch Sent: Tuesday, January 17, 2012 6:37:57 AM Subject: [BioC] KEGGSOAP Hi, i'm a beginner user of KEGGSOAP and for my application, one of the most important kegg functions is get_reactions_by_compound, can I create a function to KEGGSOAP with something like this function (compound.id.list) { require(KEGGSOAP) unlist(.SOAP(KEGGserver, "get_reactions_by_compounds", .soapArgs = list(compounds_id_list = compound.id.list), action = KEGGaction, xmlns = c("URI", "SOAP/KEGG"), nameSpaces = SOAPNameSpaces(version = KEGGsoapns), .types = list(listType))) } where do I found KEGGaction definitions? best regards Ricardo [[alternative HTML version deleted]] _______________________________________________ Bioconductor mailing list Bioconductor at r-project.org https://stat.ethz.ch/mailman/listinfo/bioconductor Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT

Login before adding your answer.

Traffic: 632 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6