Description Usage Arguments Value Author(s) Examples
Find experiments in Atlas based on a search string such as a "liver" or "cancer". Returns the experiment IDs plus the text in which the search string was found.
| 1 | getExperimentsByDescription(searchterm, limit = 0, endpoint = "http://www.ebi.ac.uk/rdf/services/atlas/sparql")
 | 
| searchterm | The search term. | 
| limit | Optional limit on number of returned results (default is everything) | 
| endpoint | The location of the SPARQL endpoint - default value is live Atlas endpoint | 
| $experiment | Atlas Experiment ID of matched experiment to search term' | 
| $description | Description of experiment which matched term | 
James Malone, Simon Jupp
| 1 2 | ###get experiments which contain the word liver in the description
getExperimentsByDescription("liver")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.