50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


AtlasRDF (version 1.8.0)

getSpeciesSpecificEnsemblGenesForExFactor: Get ENSEMBL genes which have been differentially expressed for a given condition and species.

Description

Get the ENSEMBL gene IDs and names which are reported as differentially expressed in Atlas for a specified conditions and species.

Usage

getSpeciesSpecificEnsemblGenesForExFactor(exfactor, taxon, limit = 0, endpoint="http://www.ebi.ac.uk/rdf/services/atlas/sparql")

Arguments

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

Value

data frame of results with the following:
dbXref
URI identifier of the gene
genename
Common gene name
ensemblid
ENSEMBL ID of gene

Examples

Run this code
###get genes differentially expressed for HeLa cells (efo:EFO_0001185) in human (obo:NCBITaxon_9606)
#getSpeciesSpecificEnsemblGenesForExFactor("efo:EFO_0001185", "obo:NCBITaxon_9606")

Run the code above in your browser using DataLab