tooluniverse.tools.get_joint_associated_diseases_by_HPO_ID_list moduleΒΆ

get_joint_associated_diseases_by_HPO_ID_list

Retrieve diseases associated with a list of phenotypes or symptoms by a list of HPO IDs.

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

Retrieve diseases associated with a list of phenotypes or symptoms by a list of HPO IDs.

Parameters:
  • HPO_ID_list (list[Any]) – List of phenotypes or symptoms

  • 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