graph (version 1.50.0)

pathwayGraph: Graph representing the topology of a pathway

Description

Builds a graphNEL object representing the topology of a pathway.

Usage

pathwayGraph(pathway, edge.types=NULL)

Arguments

pathway
a Pathway object.
edge.types
keep only the edges maching the type names in this vector.

Value

  • A graphNEL object.

See Also

Pathway

graphNEL

Examples

Run this code
r <- pathways("hsapiens", "reactome")
  pathwayGraph(r$`mTOR signalling`, edge.types="Binding")

Run the code above in your browser using DataLab