tooluniverse.tools.get_protein_classification_by_pdb_id moduleΒΆ

get_protein_classification_by_pdb_id

Get the classification of the protein structure (e.g., transferase, oxidoreductase).

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

Get the classification of the protein structure (e.g., transferase, oxidoreductase).

Parameters:
  • pdb_id (str) – PDB ID of the entry

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any