tooluniverse.tools.GO_search_terms module

GO_search_terms

Searches for Gene Ontology (GO) terms by a keyword using the GOlr search engine. Returns GO terms…

tooluniverse.tools.GO_search_terms.GO_search_terms(query, *, stream_callback=None, use_cache=False, validate=True)[source]

Searches for Gene Ontology (GO) terms by a keyword using the GOlr search engine. Returns GO terms…

Parameters:
  • query (str) – The keyword to search for, e.g., ‘apoptosis’ or ‘kinase activity’.

  • stream_callback (Callable, optional) – Callback for streaming output

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any