#11 · Primary category: Bioinformatics & Genomics
alphafold2
To eventually become an unofficial Pytorch implementation / replication of Alphafold2, as details of the architecture get released
Project last updated:10/29/22
GitHub Stars
1.6K
Forks
264
Contributors
6
License
MIT
Why we included this project
Protein structure prediction remains one of the hardest open problems in computational biology, and this project gives researchers a PyTorch take on the AlphaFold2 attention architecture, a more approachable alternative to the official JAX codebase for anyone who wants to train and experiment with it directly. The trunk runs axial self and cross attention over sequences and multiple-sequence alignments, and it can emit distograms, backbone angles, or predicted residue coordinates through equivariant structure modules like SE3 or E(n) transformers. Wrappers accept pretrained protein representations from ESM, MSA, and ProtTrans, so you can feed those straight into the model. Structural biologists and machine learning researchers will find it a readable starting point for experimentation, with support for custom atom configurations and reversible attention. Just keep in mind it is a work in progress, not a drop-in AlphaFold2 replacement, so treat it as a research toolkit rather than a production folding service.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
deepvariant
DeepVariant is an analysis pipeline that uses a deep neural network to call genetic variants from next-generation DNA sequencing data.
scanpy
Single-cell analysis in Python. Scales to >100M cells.
chemprop
Message Passing Neural Networks for Molecule Property Prediction
Assemblies-of-putative-SARS-CoV2-spike-encoding-mRNA-sequences-for-vaccines-BNT-162b2-and-mRNA-1273
Provides experimental sequence data for COVID-19 vaccine mRNAs to facilitate identification of vaccine-derived reads in RNA-seq studies.
scvi-tools
Deep probabilistic analysis of single-cell and spatial omics data