This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Pathway network

Is there a way to import the KEGG or Reactome pathway graphs (the interaction between genes/proteins) as igraph object or in Cytoscape?

reactome pathway cytoscape kegg igraph

1 answer

The whole Reactome graph is in a neo4j graph database. You can access it with the neo4r package then convert to an igraph object. Check chapter 6 of the book Using R & Neo4J. The package ReactomeGraph4R does some of the work for you.
For KEGG, try the Bioconductor KEGGgraph package.

Log in to answer this question.