Learn R Programming

AtlasRDF (version 1.8.0)

getExperimentIdsForGeneURI: Get ArrayExpress experiment ID which contain a gene specified by URI.

Description

Get all of the ArrayExpress experiment IDs which contain a gene, specified by a URI.

Usage

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

Arguments

geneuri
Gene URI
endpoint
The location of the SPARQL endpoint - default value is live Atlas endpoint

Value

List of ArrayExpress experiment IDs for the specified gene.

Examples

Run this code
###get the experiment IDs for a gene ENSG00000142556 (ENSEMBL ID)
    #getExperimentIdsForGeneURI("http://identifiers.org/ensembl/ENSG00000142556")

Run the code above in your browser using DataLab