tooluniverse.tools.alphafold_get_prediction moduleΒΆ

alphafold_get_prediction

Retrieve full AlphaFold 3D structure predictions for a given protein. Input must be a UniProt acc…

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

Retrieve full AlphaFold 3D structure predictions for a given protein. Input must be a UniProt acc…

Parameters:
  • qualifier (str) – Protein identifier: UniProt accession (e.g., β€˜P69905’), entry name (e.g., β€˜HB…

  • sequence_checksum (str) – Optional CRC64 checksum of the UniProt sequence.

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

  • use_cache (bool, default False) – Enable caching

  • validate (bool, default True) – Validate parameters

Return type:

list[Any]