Learn R Programming

AtlasRDF (version 1.8.0)

getGenesForPathwayURI: Get genes associated with a signalling pathway from Reactome.

Description

Get genes that are associated with proteins which are in turn associated to a specific signalling pathway in Reactome.

Usage

getGenesForPathwayURI(pathwayuri, endpoint = "http://www.ebi.ac.uk/rdf/services/atlas/sparql")

Arguments

pathwayuri
The URI of a reactome pathway.
endpoint
SPARQL endpoint to query data from. Default value is the live Atlas SPARQL endpoint but this can be overidden.

Value

List of gene URIs for the pathway

Examples

Run this code
###get gene list for the pathway AKT Signaling in Cancer
#getGenesForPathwayURI("<http://identifiers.org/reactome/REACT_147727.2>")

Run the code above in your browser using DataLab