awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
google-deepmind avatar

google-deepmind/alphafold

0
View on GitHub↗
14,681 stars·2,631 forks·Python·Apache-2.0·15 views

Alphafold

AlphaFold is a deep learning biology tool and structural bioinformatic pipeline designed to predict the three-dimensional shapes of proteins from their amino acid sequences. It functions as a machine learning system capable of generating 3D molecular models for both monomeric proteins and multimeric protein complexes, including homomers and heteromers.

The system incorporates evolutionary information through multiple sequence alignment to identify physical proximity between residues. It utilizes a neural network architecture featuring spatial attention mechanisms and iterative refinement to determine the final atomic coordinates of a protein structure.

The pipeline includes capabilities for protein structural refinement via a relaxation procedure to resolve stereochemical violations. It also provides confidence analysis, generating scores to identify high-confidence sequence regions and evaluate global domain packing.

Features

  • Protein Structure Prediction - Computes the three-dimensional shape of a protein based on its amino acid sequence using deep learning.
  • Equivariant - Implements invariant point attention to process 3D coordinates regardless of the protein's rotation or shift.
  • Geometry Confidence Metrics - Calculates per-residue and global error estimates to evaluate the local consistency and reliability of the predicted 3D geometry.
  • Refinement Modules - Provides a module that recursively refines 3D atomic coordinates through iterative neural network passes.
  • Protein Representation Networks - Uses an Evoformer-based transformer architecture to iteratively refine protein sequence and pair representations.
  • Structural Confidence Analysis - Generates pLDDT and predicted TM-scores to identify high-confidence sequence regions and assess global domain packing.
  • Protein Folding Inference - Computes the 3D structure of a protein from its primary amino acid sequence using a machine learning inference pipeline.
  • Structure Prediction Models - Functions as a machine learning system that predicts the 3D shape of protein complexes and monomers from amino acid sequences.
  • Multimeric Structure Prediction - Predicts the structure of multimeric proteins, including homomers and heteromers, by processing multiple amino acid sequences.
  • Evolutionary Sequence Integration - Incorporates evolutionary information via multiple sequence alignment to identify co-varying residues and physical proximity.
  • Deep Learning Biology Frameworks - Provides a deep learning computational framework designed to solve the protein folding problem for structural biology research.
  • Protein Complex Prediction - Determines the spatial arrangement of multimeric proteins, including homomers and heteromers.
  • Protein Interaction Modeling - Predicts the 3D spatial arrangement and interaction of multimeric protein complexes, including homomers and heteromers.
  • Protein Reliability Analysis - Evaluates the reliability of predicted protein structures using scoring metrics to identify high-confidence regions.
  • Structural Bioinformatics Analysis - Provides a set of inference tools that generate 3D molecular models and confidence scores for protein folding analysis.
  • Stereochemical Refinement - Performs an Amber relaxation procedure on unrelaxed model outputs to resolve stereochemical violations in the final structure.
  • Molecular Dynamics Force Fields - Implements an Amber relaxation procedure to resolve stereochemical violations and improve the physical stability of predicted structures.
  • Protein Structural Refinement - Applies relaxation procedures to predicted models to fix stereochemical errors and improve the accuracy of the final structure.

Star history

Star history chart for google-deepmind/alphafoldStar history chart for google-deepmind/alphafold

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. Learn more on our About page.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Open-source alternatives to Alphafold

Similar open-source projects, ranked by how many features they share with Alphafold.
  • deepmind/alphafolddeepmind avatar

    deepmind/alphafold

    14,687View on GitHub↗

    AlphaFold is a deep learning biology framework and machine learning pipeline designed to predict the three-dimensional coordinates of proteins based on their amino acid sequences. It functions as a bioinformatics inference system for calculating protein folding patterns and estimating prediction confidence. The system includes a protein multimer predictor for determining the 3D structures of protein complexes, supporting both homomers and heteromers. It utilizes specialized model presets to handle these complex structural predictions. The framework covers biological database management for m

    Python
    View on GitHub↗14,687
  • google-deepmind/alphafold3google-deepmind avatar

    google-deepmind/alphafold3

    7,613View on GitHub↗

    AlphaFold3 is a biomolecular structure prediction model and bioinformatics structural analysis tool. It uses a deep learning system to predict the three-dimensional shapes of proteins, DNA, RNA, and ligands. The system functions as a diffusion-based protein folding model that predicts the spatial coordinates of biomolecular atoms and interactions. It utilizes a GPU-accelerated inference pipeline to process genetic sequences and structural templates for molecular modeling. The project covers structural bioinformatics analysis and protein interaction modeling to determine the physical arrangem

    Python
    View on GitHub↗7,613
  • jwohlwend/boltzjwohlwend avatar

    jwohlwend/boltz

    4,038View on GitHub↗

    Boltz is a deep learning molecular modeler and biomolecular structure prediction system. It uses neural network architectures to simulate the physical folding and docking of biomolecules, specifically predicting the three-dimensional shapes of protein and ligand complexes. The project functions as a protein-ligand complex predictor and binding affinity predictor, estimating the strength and probability of molecular interactions between ligands and targets. These capabilities are applied to computer aided drug design, including ligand binding affinity prediction and protein-ligand interaction

    Python
    View on GitHub↗4,038
  • biopython/biopythonbiopython avatar

    biopython/biopython

    5,078View on GitHub↗

    Biopython is a bioinformatics library for Python providing tools to parse, manipulate, and analyze biological sequences, molecular structures, and phylogenetic trees. It serves as a biological sequence parser for genomic and proteomic data across multiple industry-standard file formats and acts as an interface for querying biological data and citations from NCBI Entrez repositories. The project distinguishes itself through specialized toolkits for protein structure analysis and phylogenetic tree construction. It includes a protein structure analyzer for processing PDB and mmCIF files to calcu

    Pythonbioinformaticsbiopythondna
    View on GitHub↗5,078
See all 16 alternatives to Alphafold→

Frequently asked questions

What does google-deepmind/alphafold do?

AlphaFold is a deep learning biology tool and structural bioinformatic pipeline designed to predict the three-dimensional shapes of proteins from their amino acid sequences. It functions as a machine learning system capable of generating 3D molecular models for both monomeric proteins and multimeric protein complexes, including homomers and heteromers.

What are the main features of google-deepmind/alphafold?

The main features of google-deepmind/alphafold are: Protein Structure Prediction, Equivariant, Geometry Confidence Metrics, Refinement Modules, Protein Representation Networks, Structural Confidence Analysis, Protein Folding Inference, Structure Prediction Models.

What are some open-source alternatives to google-deepmind/alphafold?

Open-source alternatives to google-deepmind/alphafold include: deepmind/alphafold — AlphaFold is a deep learning biology framework and machine learning pipeline designed to predict the three-dimensional… google-deepmind/alphafold3 — AlphaFold3 is a biomolecular structure prediction model and bioinformatics structural analysis tool. It uses a deep… jwohlwend/boltz — Boltz is a deep learning molecular modeler and biomolecular structure prediction system. It uses neural network… biopython/biopython — Biopython is a bioinformatics library for Python providing tools to parse, manipulate, and analyze biological… facebookresearch/esm — This project is a collection of pretrained transformer protein language models designed for sequence embedding,… glouppe/info8010-deep-learning — This project provides a comprehensive educational curriculum and research resource for deep learning, focusing on the…