tooluniverse.tools.OpenTargets_get_publications_by_drug_chemblId moduleΒΆ
OpenTargets_get_publications_by_drug_chemblId
Retrieve publications related to a drug chemblId, including PubMed IDs and publication dates.
- tooluniverse.tools.OpenTargets_get_publications_by_drug_chemblId.OpenTargets_get_publications_by_drug_chemblId(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 drug chemblId, including PubMed IDs and publication dates.
- Parameters:
entityId (
str
) β The ID of the entity (chemblId).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
- Return type:
Any