Description Usage Arguments Value Author(s) Examples
Find the EFO ontology class URI for a given search label.
1 | getExFactorURIFromLabel(label, endpoint="http://www.ebi.ac.uk/rdf/services/atlas/sparql")
|
label |
Search string to find the EFO class URI by |
endpoint |
SPARQL endpoint to query data from. Default value is the live Atlas SPARQL endpoint but this can be overidden. |
EFO class URI for the given search term
James Malone, Simon Jupp
1 2 | ####find the efo class uri for "asthma"
getExFactorURIFromLabel("asthma") #<http://www.ebi.ac.uk/efo/EFO_0000270>
|
Loading required package: hash
hash-3.0.1 provided by Decision Patterns
Loading required package: SPARQL
Loading required package: XML
Loading required package: RCurl
Loading required package: bitops
An error occured when trying SPARQL query for getExFactorURIFromLabel function Error in function (type, msg, asError = TRUE) : Could not resolve host: www.ebi.ac.uk
NULL
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.