tooluniverse.tools.PubChem_get_associated_patents_by_CID moduleΒΆ

PubChem_get_associated_patents_by_CID

Get a list of patents associated with a specific compound CID.

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

Get a list of patents associated with a specific compound CID.

Parameters:
  • cid (int) – PubChem compound ID to query, e.g., 2244 (Aspirin).

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any