Search the Ontologies

OntologyLookup.Search.OLSqueryMethod
OLSquery(q::Dict)

Query the Ontology Lookup Service (OLS) with the given parameters.

Arguments

  • q::Dict: A dictionary containing the query parameters.

Returns

  • data: The response data from the OLS search.
source
OntologyLookup.Search.searchMethod
search(q::String; [rows::Int=10, ontology::String=""])

Searches for ontology terms from the Ontology Lookup Service (OLS) using a search query.

Arguments

  • q::String: The search query.
  • rows::Int: The maximum number of rows to return.
  • ontology::String: The ontology to search in.
  • exact::Bool: Whether to search for an exact match.

Returns

A DataFrame containing the search results.

source