Learn R Programming

AtlasRDF (version 1.8.0)

getExperimentURIsForGeneId: Get experiment URIs which contain a gene specified by ENSEMBL ID.

Description

Get all of the experiment URIs which contain a gene, specified by an ENSEMBL ID, which has been reported as differentially expressed with said experiment.

Usage

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

Arguments

geneid
ENSEMBL gene ID
endpoint
The location of the SPARQL endpoint - default value is live Atlas endpoint

Value

List of experiment URIs for the specified gene. Note, the last part of the URI is the accession number used in Arrayexpress to identify an experiment.

Examples

Run this code
###get the experiment IDs for a gene ENSMUSG00000031314 (ENSEMBL ID)
#getExperimentURIsForGeneId("ENSMUSG00000031314")

Run the code above in your browser using DataLab