Description Usage Arguments Value Author(s) Examples
Get the URI of an ENSEMBL gene based on a search by the common gene name.
1 | getGeneUriFromName(genename, taxon, endpoint = "http://www.ebi.ac.uk/rdf/services/atlas/sparql")
|
genename |
The common gene name by which to search |
taxon |
The URI of the taxon to search genes for, use function getTaxonURI to get the URI |
endpoint |
The location of the SPARQL endpoint - default value is live Atlas endpoint |
list of gene URIs matching the query: note this can be more than one
James Malone, Simon Jupp
1 2 | ###get the gene URI identifier based on the common gene name for "SRGN" in human
#getGeneUriFromName("SRGN", "obo:NCBITaxon_9606")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.