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?
• 1,526 views
•
link
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.
• 0 views
•
link
Log in to answer this question.