Description Usage Arguments Value Author(s) Examples
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.
1 | getExperimentURIsForGeneId(geneid, endpoint = "http://www.ebi.ac.uk/rdf/services/atlas/sparql")
|
geneid |
ENSEMBL gene ID |
endpoint |
The location of the SPARQL endpoint - default value is live Atlas endpoint |
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.
James Malone, Simon Jupp
1 2 | ###get the experiment IDs for a gene ENSMUSG00000031314 (ENSEMBL ID)
#getExperimentURIsForGeneId("ENSMUSG00000031314")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.