tooluniverse.tools.alphafold_get_annotations module

alphafold_get_annotations

Retrieve AlphaFold MUTAGEN annotations for a given UniProt accession. Returns experimental mutage…

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

Retrieve AlphaFold MUTAGEN annotations for a given UniProt accession. Returns experimental mutage…

Parameters:
  • qualifier (str) – UniProt ACCESSION (e.g., ‘P69905’). Must be an accession number, not an entry…

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