tooluniverse.tools.alphafold_get_annotations moduleΒΆ

alphafold_get_annotations

Retrieve AlphaFold variant annotations (e.g., missense mutations) for a given UniProt accession (…

tooluniverse.tools.alphafold_get_annotations.alphafold_get_annotations(qualifier, type, *, stream_callback=None, use_cache=False, validate=True)[source]ΒΆ

Retrieve AlphaFold variant annotations (e.g., missense mutations) for a given UniProt accession (…

Parameters:
  • qualifier (str) – Protein identifier: UniProt accession, entry name, or CRC64 checksum.

  • type (str) – Annotation type (currently only β€˜MUTAGEN’ is supported).

  • 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]