getGeneUriFromEnsemblId: Get gene URI from an ENSEMBL ID.

Description Usage Arguments Value Author(s) Examples

View source: R/AtlasRDF.R

Description

Get the URI for an ENSEMBL gene based on the ENSEMBL ID.

Usage

1
getGeneUriFromEnsemblId(id, endpoint = "http://www.ebi.ac.uk/rdf/services/atlas/sparql")

Arguments

id

ENSEMBL gene ID

endpoint

The location of the SPARQL endpoint - default value is live Atlas endpoint

Value

List of URIs for a given ENSEMBL ID - this is almost always one but it is feasible there are two so be aware.

Author(s)

James Malone, Simon Jupp

Examples

1
2
3
###get the URI identifier for a gene based on the ENSEMBL ID
#
getGeneUriFromEnsemblId("ENSMUSG00000031314")

AtlasRDF documentation built on Nov. 17, 2017, 9:33 a.m.