alphafold-database-fetch-and-analyze

Fetch AlphaFold protein structures and analyze pLDDT and PAE metrics.

413|62|Updated Jun 23, 2026
One-click install
npx skills add https://github.com/NVIDIA-BioNeMo/bionemo-agent-toolkit --skill alphafold-database-fetch-and-analyze-nvidia-bionemo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alphafold-database-fetch-and-analyze
Source: https://github.com/NVIDIA-BioNeMo/bionemo-agent-toolkit/tree/main/plugins/bionemo-agent-toolkit/skills/complexa-binder-design/vendor/science-skills/alphafold_database_fetch_and_analyze
Command: npx skills add https://github.com/NVIDIA-BioNeMo/bionemo-agent-toolkit --skill alphafold-database-fetch-and-analyze-nvidia-bionemo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill addresses the complexity of manually querying the AlphaFold Database and interpreting structural confidence metrics, which are essential for accurate downstream biological analysis.

Core Features & Use Cases

  • Automated Data Retrieval: Fetches mmCIF structure files and PAE matrices directly from the AlphaFold Database using UniProt IDs.
  • Structural Confidence Analysis: Automatically calculates pLDDT metrics to assess the reliability of predicted protein regions.
  • Domain Boundary Detection: Identifies rigid domain boundaries and disordered regions using PAE matrix analysis to guide experimental or computational workflows.

Quick Start

Use the alphafold-database-fetch-and-analyze skill to download the structure for UniProt ID P04637 and analyze its domain boundaries.

Frequently Asked Questions about alphafold-database-fetch-and-analyze

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve AlphaFold protein structures using a UniProt ID?

To retrieve AlphaFold protein structures, you can fetch mmCIF files and PAE matrices directly from the AlphaFold Database by providing a standard UniProt ID.

How does pLDDT confidence verification work for predicted protein regions?

pLDDT confidence verification works by calculating predicted local distance difference test metrics from JSON metadata to assess the structural reliability of specific protein regions.

Can I identify domain boundaries and disordered regions from PAE matrices?

Yes, you can identify rigid domain boundaries and assess disordered regions by analyzing PAE matrices to guide downstream computational or experimental structural biology workflows.

Do I need specialized libraries to analyze AlphaFold JSON metadata and PAE matrices?

You do not need specialized libraries, as processing AlphaFold JSON metadata and PAE matrices for structural analysis requires only standard Python libraries.

What is the best way to automate querying the AlphaFold Database for structural biology tasks?

Automating AlphaFold Database queries is best handled by using scripts to retrieve structure files and automatically calculate confidence metrics for domain boundary identification and disorder assessment.

Why should I use automated AlphaFold structure retrieval instead of manual database queries?

Automated AlphaFold structure retrieval eliminates the complexity of manually querying the database and interpreting structural confidence metrics required for accurate downstream biological analysis.