Learn R Programming

SMITE (version 1.0.2)

Reactome.Symbol.Igraph: 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")

Arguments

Value

An Igraph network based off of REACTOME interactions

Format

An igraph object with 5770 nodes and 114288 edges
nodes
gene names as gene symbols
edges
paired genes that interact

Source

REACTOME

Details

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

References

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

Examples

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

Run the code above in your browser using DataLab