tooluniverse.tools.get_protein_metadata_by_pdb_id module

get_protein_metadata_by_pdb_id

Retrieve basic protein structure metadata, including structure title, experimental method, resolu…

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

Retrieve basic protein structure metadata, including structure title, experimental method, resolu…

Parameters:
  • pdb_id (str) – 4-character RCSB PDB ID of the protein

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

dict[str, Any]