Loading...
Loading...
Retrieve and analyze AlphaFold predicted structures for a protein. Use when the user provides a specific UniProt Accession ID and wants structural confidence metrics (pLDDT), domain boundary analysis, or disorder assessment. Do not use if the user only has a protein name, gene name, or amino acid sequence — ask for a UniProt ID first.
npx skill4agent add google-deepmind/science-skills alphafold-database-fetch-and-analyzeuvuvuv.cif_predicted_aligned_error.json-metadata.jsonuv run scripts/fetch_structure.py P00520 -o /path/to/output/
uv run scripts/fetch_structure.py P04637 -o /path/to/custom_results/-ofetch_structure.pyuv run scripts/analyze_plddt.py ./data/AF-P00520-F1-metadata.jsonuv run scripts/analyze_pae.py ./data/AF-P00520-F1-predicted_aligned_error_v6.json[!] WARNING