tooluniverse.tools.GO_get_annotations_for_gene moduleΒΆ

GO_get_annotations_for_gene

Finds all GO annotations for a specific gene/protein using GOlr search.

tooluniverse.tools.GO_get_annotations_for_gene.GO_get_annotations_for_gene(gene_id, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Finds all GO annotations for a specific gene/protein using GOlr search.

Parameters:
  • gene_id (str) – A gene identifier such as gene symbol (e.g., β€˜TP53’) or database ID.

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any