Entering edit mode
doctor.dee005
•
0
@doctordee005-15840
Last seen 6.6 years ago
The command I had given and errors:
get.genes.by.pathway("path:eco00020")
Error in .SOAP(KEGGserver, "get_genes_by_pathway", .soapArgs = list(pathway_id = pathway.id), :
object 'KEGGxmlns' not found.
What is this KEGGxmlns object?
The
KEGGSOAP
package was removed from Bioconductor in 2.13 release as documented here. Please ensure you are using updated packages and package functions as many functionality fromKEGGSOAP
was moved toKEGGREST
. Please see the documentation.