Description Usage Arguments Value Author(s) Examples
View source: R/AtlasRDF.R View source: R/AtlasRDF.R
Finds any EFO ontology class whose label matches the given search label or part of it.
1 | searchForEFOTerms(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. |
Data frame of EFO class URIs and their corresponding labels
James Malone, Simon Jupp
1 2 | ###find the efo classes which contain the word 'cancer' in their label
#searchForEFOTerms("cancer")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.