tooluniverse.tools.get_HPO_ID_by_phenotype moduleΒΆ

get_HPO_ID_by_phenotype

Retrieve the HPO ID of a phenotype or symptom.

tooluniverse.tools.get_HPO_ID_by_phenotype.get_HPO_ID_by_phenotype(query, limit=None, offset=None, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Retrieve the HPO ID of a phenotype or symptom.

Parameters:
  • query (str) – One query phenotype or symptom.

  • limit (int) – Number of entries to fetch.

  • offset (int) – Number of initial entries to skip.

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any