Reactome.Symbol.Igraph {SMITE} | R Documentation |
This is an Igraph network that was created using the REACTOME protein-protein interaction database.
data("Reactome.Symbol.Igraph")
An igraph object with 5770 nodes and 114288 edges
gene names as gene symbols
paired genes that interact
The provided igraph file was created using the igraph package and the interaction file provided from the reference.
An Igraph network based off of REACTOME interactions
REACTOME
http://www.reactome.org/pages/download-data/
data(Reactome.Symbol.Igraph) head(igraph::V(REACTOME))