tooluniverse.tools.get_taxonomy_by_pdb_id moduleΒΆ

get_taxonomy_by_pdb_id

Get the scientific name and taxonomy of the organism(s) associated with a PDB entry.

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

Get the scientific name and taxonomy of the organism(s) associated with a PDB entry.

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

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

Any