tooluniverse.tools.OpenTargets_get_publications_by_disease_efoId moduleΒΆ

OpenTargets_get_publications_by_disease_efoId

Retrieve publications related to a disease efoId, including PubMed IDs and publication dates.

tooluniverse.tools.OpenTargets_get_publications_by_disease_efoId.OpenTargets_get_publications_by_disease_efoId(entityId, additionalIds=None, startYear=None, startMonth=None, endYear=None, endMonth=None, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Retrieve publications related to a disease efoId, including PubMed IDs and publication dates.

Parameters:
  • entityId (str) – The ID of the entity (efoId).

  • additionalIds (list[Any]) – List of additional IDs to include in the search.

  • startYear (int) – Year at the lower end of the filter.

  • startMonth (int) – Month at the lower end of the filter.

  • endYear (int) – Year at the higher end of the filter.

  • endMonth (int) – Month at the higher end of the filter.

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any