Reactome.Symbol.Igraph {SMITE}R Documentation

An Igraph network for REACTOME with nodes as gene symbols

Description

This is an Igraph network that was created using the REACTOME protein-protein interaction database.

Usage

data("Reactome.Symbol.Igraph")

Format

An igraph object with 5770 nodes and 114288 edges

nodes

gene names as gene symbols

edges

paired genes that interact

Details

The provided igraph file was created using the igraph package and the interaction file provided from the reference.

Value

An Igraph network based off of REACTOME interactions

Source

REACTOME

References

http://www.reactome.org/pages/download-data/

Examples

data(Reactome.Symbol.Igraph)
head(igraph::V(REACTOME))

[Package SMITE version 1.22.0 Index]