import requests
requests.get('http://localhost:1234/keggscape/v1/mmu04911')
This is supposed to download pathway path:mmu04911 (Insulin secretion), but what I get in Cytoscape is a map labeled as "Renal cell carcinoma". The map seems to match the map of insulin secretion. But the label is wrong.
Another example is
requests.get('http://localhost:1234/keggscape/v1/mmu04211')
I get similar problem. The name of the map should be "Longevity regulating pathway", but is labeled "Insulin signaling pathway".
This is supposed to download pathway
path:mmu04911(Insulin secretion), but what I get in Cytoscape is a map labeled as "Renal cell carcinoma". The map seems to match the map of insulin secretion. But the label is wrong.Another example is
I get similar problem. The name of the map should be "Longevity regulating pathway", but is labeled "Insulin signaling pathway".