Description Usage Arguments Value Author(s) Examples
Get the ENSEMBL gene IDs and names which are reported as differentially expressed in Atlas for a specified conditions and species.
| 1 | getSpeciesSpecificEnsemblGenesForExFactor(exfactor, taxon, limit = 0, endpoint="http://www.ebi.ac.uk/rdf/services/atlas/sparql")
 | 
| exfactor | URI of the experimental factor search term | 
| taxon | URI of the species to limit search to | 
| limit | Optional limit to number of genes returned (default is all) | 
| endpoint | The location of the SPARQL endpoint - default value is live Atlas endpoint | 
data frame of results with the following:
| dbXref  | URI identifier of the gene | 
| genename  | Common gene name | 
| ensemblid  | ENSEMBL ID of gene | 
James Malone, Simon Jupp
| 1 2 | ###get genes differentially expressed for HeLa cells (efo:EFO_0001185) in human (obo:NCBITaxon_9606)
#getSpeciesSpecificEnsemblGenesForExFactor("efo:EFO_0001185", "obo:NCBITaxon_9606")
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.