tooluniverse.tools.get_binding_affinity_by_pdb_id moduleΒΆ

get_binding_affinity_by_pdb_id

Retrieve binding affinity constants (Kd, Ki, IC50) associated with ligands in a PDB entry.

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

Retrieve binding affinity constants (Kd, Ki, IC50) associated with ligands in a PDB entry.

Parameters:
  • pdb_id (str) – RCSB PDB ID (e.g., 1A8M)

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any