alphafold-database

Retrieve AlphaFold protein structures and confidence metrics by UniProt ID.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Rowtion/Bioclaw --skill alphafold-database-rowtion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: alphafold-database
Source: https://github.com/Rowtion/Bioclaw/tree/main/scientific-skills/alphafold-database
Command: npx skills add https://github.com/Rowtion/Bioclaw --skill alphafold-database-rowtion

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires biopython, requests, numpy, matplotlib, pandas, scipy, google-cloud-bigquery, gsutil, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides programmatic access to AlphaFold's vast database of AI-predicted 3D protein structures, enabling researchers to quickly retrieve and analyze protein conformations without manual searching.

Core Features & Use Cases

  • Structure Retrieval: Download PDB/mmCIF files for over 200 million proteins by UniProt ID.
  • Confidence Analysis: Access and interpret pLDDT and PAE scores to assess prediction reliability.
  • Bulk Data Access: Utilize Google Cloud for large-scale proteome downloads.
  • Use Case: A structural biologist needs to investigate the predicted structure of a newly identified protein. They can use this Skill to download the structure, analyze its confidence metrics, and integrate it into their research pipeline.

Quick Start

Use the alphafold-database skill to download the structure for UniProt ID P00520.

Frequently Asked Questions about alphafold-database

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

FAQPage Schema
How do I download AlphaFold predicted protein structures by UniProt ID?

To download AlphaFold predicted protein structures, you provide a UniProt ID to retrieve the corresponding 3D coordinates in PDB or mmCIF format. This direct access covers over 200 million protein predictions for structural biology research.

How do I access and interpret AlphaFold pLDDT and PAE confidence scores?

You access AlphaFold pLDDT and PAE confidence scores alongside the 3D protein coordinates to assess prediction reliability. Interpreting these metrics helps evaluate the structural stability of specific protein regions for bioinformatics analysis.

Can I use Google Cloud BigQuery for large-scale AlphaFold database downloads?

Yes, you can use Google Cloud BigQuery and gsutil for large-scale AlphaFold database access. This integration supports efficient bulk retrieval of predicted protein structures, enabling comprehensive proteome analysis.

Does Biopython work with AlphaFold mmCIF files for structural biology analysis?

Biopython works with AlphaFold mmCIF and PDB files to parse the retrieved 3D protein coordinates. This integration facilitates structural biology analysis by allowing programmatic manipulation of the prediction data.

What is the best way to retrieve predicted protein structures for drug discovery?

The best way to retrieve predicted protein structures for drug discovery is by querying the AlphaFold database directly using UniProt IDs. This provides immediate access to AI-predicted conformations and confidence metrics for target analysis.

What are the limitations of using AI-predicted protein structures for bioinformatics?

AI-predicted protein structures provide static conformations without dynamic experimental validation. You must analyze pLDDT and PAE confidence metrics carefully, as low scores indicate unreliable regions that may limit bioinformatics research conclusions.