searchForEFOTerms: Search for EFO URIs from a given label text

Description Usage Arguments Value Author(s) Examples

View source: R/AtlasRDF.R View source: R/AtlasRDF.R

Description

Finds any EFO ontology class whose label matches the given search label or part of it.

Usage

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

Arguments

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.

Value

Data frame of EFO class URIs and their corresponding labels

Author(s)

James Malone, Simon Jupp

Examples

1
2
    ###find the efo classes which contain the word 'cancer' in their label
    #searchForEFOTerms("cancer")   

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