Entering edit mode
doctor.dee005
•
0
@doctordee005-15840
Last seen 7.5 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
KEGGSOAPpackage was removed from Bioconductor in 2.13 release as documented here. Please ensure you are using updated packages and package functions as many functionality fromKEGGSOAPwas moved toKEGGREST. Please see the documentation.