0% found this document useful (0 votes)
2 views

AlphaFold

AlphaFold is an AI program by DeepMind that predicts protein structures using deep learning, achieving significant accuracy improvements over traditional methods. Its versions, AlphaFold 1 and 2, won top placements in the CASP competitions, with AlphaFold 2 being described as transformational in the field. The recently announced AlphaFold 3 enhances predictions for protein complexes and has garnered multiple prestigious awards for its developers.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views

AlphaFold

AlphaFold is an AI program by DeepMind that predicts protein structures using deep learning, achieving significant accuracy improvements over traditional methods. Its versions, AlphaFold 1 and 2, won top placements in the CASP competitions, with AlphaFold 2 being described as transformational in the field. The recently announced AlphaFold 3 enhances predictions for protein complexes and has garnered multiple prestigious awards for its developers.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 18

AlphaFold

AlphaFold is an artificial intelligence (AI) program developed by DeepMind, a subsidiary of Alphabet,


which performs predictions of protein structure.[1] The program is designed as a deep learning system.[2]

AlphaFold software has had three major versions. A team of researchers that used AlphaFold 1 (2018)
placed first in the overall rankings of the 13th Critical Assessment of Structure Prediction (CASP) in
December 2018. The program was particularly successful at predicting the most accurate structure for
targets rated as the most difficult by the competition organisers, where no existing template structures
were available from proteins with a partially similar sequence. A team that used AlphaFold 2 (2020)
repeated the placement in the CASP14 competition in November 2020.[3] The team achieved a level of
accuracy much higher than any other group.[2][4] It scored above 90 for around two-thirds of the proteins
in CASP's global distance test (GDT), a test that measures the degree to which a computational program
predicted structure is similar to the lab experiment determined structure, with 100 being a complete
match, within the distance cutoff used for calculating GDT.[2][5]

AlphaFold 2's results at CASP14 were described as "astounding"[6] and "transformational".[7] Some
researchers noted that the accuracy is not high enough for a third of its predictions, and that it does not
reveal the mechanism or rules of protein folding for the protein folding problem to be considered
solved.[8][9] Nevertheless, there has been widespread respect for the technical achievement. On 15 July
2021 the AlphaFold 2 paper was published in Nature as an advance access publication alongside open
source software and a searchable database of species proteomes.[10][11][12] The paper has since been cited
more than 27 thousand times.

AlphaFold 3 was announced on 8 May 2024. It can predict the structure of complexes created by proteins
with DNA, RNA, various ligands, and ions.[13] The new prediction method shows a minimum 50%
improvement in accuracy for protein interactions with other molecules compared to existing methods.
Moreover, for certain key categories of interactions, the prediction accuracy has effectively doubled.[14]
Demis Hassabis and John Jumper from the team that developed AlphaFold won the Nobel Prize in
Chemistry in 2024 for their work on “protein structure prediction”. The two had won the Breakthrough
Prize in Life Sciences and the Albert Lasker Award for Basic Medical Research earlier in 2023.[15][16]

Background
Proteins consist of chains of amino acids which spontaneously fold to form the three dimensional (3-D)
structures of the proteins. The 3-D structure is crucial to understanding the biological function of the
protein.

Protein structures can be determined experimentally through techniques such as X-ray crystallography,
cryo-electron microscopy and nuclear magnetic resonance, which are all expensive and time-
consuming.[17] Such efforts, using the experimental methods, have identified the structures of about
170,000 proteins over the last 60 years, while there are over 200 million known proteins across all life
forms.[5]
Over the years, researchers have applied numerous
computational methods to predict the 3D structures of
proteins from their amino acid sequences, accuracy of
such methods in best possible scenario is close to
experimental techniques (NMR) by the use of
homology modeling based on molecular evolution.
CASP, which was launched in 1994 to challenge the
scientific community to produce their best protein
structure predictions, found that GDT scores of only
about 40 out of 100 can be achieved for the most
difficult proteins by 2016.[5] AlphaFold started
competing in the 2018 CASP using an artificial
intelligence (AI) deep learning technique.[17]

Algorithm
DeepMind is known to have trained the program on Amino-acid chains, known as polypeptides, fold to
over 170,000 proteins from the Protein Data Bank, a form a protein.
public repository of protein sequences and structures.
The program uses a form of attention network, a deep
learning technique that focuses on having the AI identify parts of a larger problem, then piece it together
to obtain the overall solution.[2] The overall training was conducted on processing power between 100
and 200 GPUs.[2]

AlphaFold 1 (2018)

AlphaFold 1 (2018) was built on work developed by various teams in the 2010s, work that looked at the
large databanks of related DNA sequences now available from many different organisms (most without
known 3D structures), to try to find changes at different residues that appeared to be correlated, even
though the residues were not consecutive in the main chain. Such correlations suggest that the residues
may be close to each other physically, even though not close in the sequence, allowing a contact map to
be estimated. Building on recent work prior to 2018, AlphaFold 1 extended this to estimate a probability
distribution for just how close the residues might be likely to be—turning the contact map into a likely
distance map. It also used more advanced learning methods than previously to develop the
inference.[18][19]

AlphaFold 2 (2020)

The 2020 version of the program (AlphaFold 2, 2020) is significantly different from the original version
that won CASP 13 in 2018, according to the team at DeepMind.[21][22]

The software design used in AlphaFold 1 contained a number of modules, each trained separately, that
were used to produce the guide potential that was then combined with the physics-based energy potential.
AlphaFold 2 replaced this with a system of sub-networks coupled together into a single differentiable
end-to-end model, based entirely on pattern recognition, which was trained in an integrated way as a
single integrated structure.[22][23] Local physics, in the
form of energy refinement based on the AMBER
model, is applied only as a final refinement step once
the neural network prediction has converged, and only
slightly adjusts the predicted structure.[24]

A key part of the 2020 system are two modules,


believed to be based on a transformer design, which are
used to progressively refine a vector of information for
each relationship (or "edge" in graph-theory
AlphaFold 2 performance, experiments, and
terminology) between an amino acid residue of the
architecture[20]
protein and another amino acid residue (these
relationships are represented by the array shown in
green); and between each amino acid position and each
different sequences in the input sequence alignment
(these relationships are represented by the array shown
in red).[23] Internally these refinement transformations
contain layers that have the effect of bringing relevant
data together and filtering out irrelevant data (the
"attention mechanism") for these relationships, in a
context-dependent way, learnt from training data. These
transformations are iterated, the updated information
output by one step becoming the input of the next, with
the sharpened residue/residue information feeding into
Architectural details of AlphaFold 2[20]
the update of the residue/sequence information, and
then the improved residue/sequence information
feeding into the update of the residue/residue information.[23] As the iteration progresses, according to
one report, the "attention algorithm ... mimics the way a person might assemble a jigsaw puzzle: first
connecting pieces in small clumps—in this case clusters of amino acids—and then searching for ways to
join the clumps in a larger whole."[5]

The output of these iterations then informs the final structure prediction module,[23] which also uses
transformers,[25] and is itself then iterated. In an example presented by DeepMind, the structure
prediction module achieved a correct topology for the target protein on its first iteration, scored as having
a GDT_TS of 78, but with a large number (90%) of stereochemical violations – i.e. unphysical bond
angles or lengths. With subsequent iterations the number of stereochemical violations fell. By the third
iteration the GDT_TS of the prediction was approaching 90, and by the eighth iteration the number of
stereochemical violations was approaching zero.[26]

The training data was originally restricted to single peptide chains. However, the October 2021 update,
named AlphaFold-Multimer, included protein complexes in its training data. DeepMind stated this update
succeeded about 70% of the time at accurately predicting protein-protein interactions.[27]

AlphaFold 3 (2024)
Announced on 8 May 2024, AlphaFold 3 was co-developed by Google DeepMind and Isomorphic Labs,
both subsidiaries of Alphabet. AlphaFold 3 is not limited to single-chain proteins, as it can also predict
the structures of protein complexes with DNA, RNA, post-translational modifications and selected
ligands and ions.[28][13]

AlphaFold 3 introduces the "Pairformer", a deep learning architecture inspired from the transformer,
considered similar but simpler than the Evoformer introduced with AlphaFold 2.[29][30] The raw
predictions from the Pairformer module are passed to a diffusion model, which starts with a cloud of
atoms and uses these predictions to iteratively progress towards a 3D depiction of the molecular
structure.[13]

The AlphaFold server was created to provide free access to AlphaFold 3 for non-commercial research.[31]

Competitions

CASP13

Results achieved for protein prediction by the best reconstructions in the CASP
2018 competition (small circles) and CASP 2020 competition (large circles),
compared with results achieved in previous years.
The crimson trend-line shows how a handful of models including AlphaFold 1
achieved a significant step-change in 2018 over the rate of progress that had
previously been achieved, particularly in respect of the protein sequences
considered the most difficult to predict.
(Qualitative improvement had been made in earlier years, but it is only as changes
bring structures within 8 Å of their experimental positions that they start to affect the
CASP GDS-TS measure).
The orange trend-line shows that by 2020 online prediction servers had been able
to learn from and match this performance, while the best other groups (green curve)
had on average been able to make some improvements on it. However, the black
trend curve shows the degree to which AlphaFold 2 had surpassed this again in
2020, across the board.
The detailed spread of data points indicates the degree of consistency or variation
achieved by AlphaFold. Outliers represent the handful of sequences for which it did
not make such a successful prediction.
In December 2018, DeepMind's AlphaFold placed first in the overall rankings of the 13th Critical
Assessment of Techniques for Protein Structure Prediction (CASP).[32][33]

The program was particularly successfully predicting the most accurate structure for targets rated as the
most difficult by the competition organisers, where no existing template structures were available from
proteins with a partially similar sequence. AlphaFold gave the best prediction for 25 out of 43 protein
targets in this class,[33][34][35] achieving a median score of 58.9 on the CASP's global distance test (GDT)
score, ahead of 52.5 and 52.4 by the two next best-placed teams,[36] who were also using deep learning to
estimate contact distances.[37][38] Overall, across all targets, the program achieved a GDT score of
68.5.[39]

In January 2020, implementations and illustrative code of AlphaFold 1 was released open-source on
GitHub.[40][17] but, as stated in the "Read Me" file on that website: "This code can't be used to predict
structure of an arbitrary protein sequence. It can be used to predict structure only on the CASP13 dataset
(links below). The feature generation code is tightly coupled to our internal infrastructure as well as
external tools, hence we are unable to open-source it." Therefore, in essence, the code deposited is not
suitable for general use but only for the CASP13 proteins. The company has not announced plans to make
their code publicly available as of 5 March 2021.

CASP14
In November 2020, DeepMind's new version, AlphaFold 2, won CASP14.[41][42] Overall, AlphaFold 2
made the best prediction for 88 out of the 97 targets.[6]

On the competition's preferred global distance test (GDT) measure of accuracy, the program achieved a
median score of 92.4 (out of 100), meaning that more than half of its predictions were scored at better
than 92.4% for having their atoms in more-or-less the right place,[43][44] a level of accuracy reported to be
comparable to experimental techniques like X-ray crystallography.[21][7][39] In 2018 AlphaFold 1 had
only reached this level of accuracy in two of all of its predictions.[6] 88% of predictions in the 2020
competition had a GDT_TS score of more than 80. On the group of targets classed as the most difficult,
AlphaFold 2 achieved a median score of 87.

Measured by the root-mean-square deviation (RMS-D) of the placement of the alpha-carbon atoms of the
protein backbone chain, which tends to be dominated by the performance of the worst-fitted outliers, 88%
of AlphaFold 2's predictions had an RMS deviation of less than 4 Å for the set of overlapped C-alpha
atoms.[6] 76% of predictions achieved better than 3 Å, and 46% had a C-alpha atom RMS accuracy better
than 2 Å,[6] with a median RMS deviation in its predictions of 2.1 Å for a set of overlapped CA atoms.[6]
AlphaFold 2 also achieved an accuracy in modelling surface side chains described as "really really
extraordinary".

To additionally verify AlphaFold-2 the conference organisers approached four leading experimental
groups for structures they were finding particularly challenging and had been unable to determine. In all
four cases the three-dimensional models produced by AlphaFold 2 were sufficiently accurate to determine
structures of these proteins by molecular replacement. These included target T1100 (Af1503), a small
membrane protein studied by experimentalists for ten years.[5]
Of the three structures that AlphaFold 2 had the least success in predicting, two had been obtained by
protein NMR methods, which define protein structure directly in aqueous solution, whereas AlphaFold
was mostly trained on protein structures in crystals. The third exists in nature as a multidomain complex
consisting of 52 identical copies of the same domain, a situation AlphaFold was not programmed to
consider. For all targets with a single domain, excluding only one very large protein and the two
structures determined by NMR, AlphaFold 2 achieved a GDT_TS score of over 80.

CASP15
In 2022, DeepMind did not enter CASP15, but most of the entrants used AlphaFold or tools incorporating
AlphaFold.[45]

Reception
AlphaFold 2 scoring more than 90 in CASP's global distance test (GDT) is considered a significant
achievement in computational biology[5] and great progress towards a decades-old grand challenge of
biology.[7] Nobel Prize winner and structural biologist Venki Ramakrishnan called the result "a stunning
advance on the protein folding problem",[5] adding that "It has occurred decades before many people in
the field would have predicted. It will be exciting to see the many ways in which it will fundamentally
change biological research."[41] Despite the enthusiasm surrounding the media and social processes AI is
not a "solution" and cannot be considered at the same level as science with explanatory power, since AI
results (https://www.technologyreview.com/2017/04/11/5113/the-dark-secret-at-the-heart-of-ai/) are
lacking this component (https://www.nature.com/news/can-we-open-the-black-box-of-ai-1.20731).

Propelled by press releases from CASP and DeepMind,[46][41] AlphaFold 2's success received wide media
attention.[47] As well as news pieces in the specialist science press, such as Nature,[7] Science,[5] MIT
Technology Review,[2] and New Scientist,[48][49] the story was widely covered by major national
newspapers,.[50][51][52][53] A frequent theme was that ability to predict protein structures accurately based
on the constituent amino acid sequence is expected to have a wide variety of benefits in the life sciences
space including accelerating advanced drug discovery and enabling better understanding of
diseases.[7][54] Some have noted that even a perfect answer to the protein prediction problem would still
leave questions about the protein folding problem—understanding in detail how the folding process
actually occurs in nature (and how sometimes they can also misfold).[55]

In 2023, Demis Hassabis and John Jumper won the Breakthrough Prize in Life Sciences[16] as well as the
Albert Lasker Award for Basic Medical Research for their management of the AlphaFold project.[56]
Hassabis and Jumper proceeded to win the Nobel Prize in Chemistry in 2024 for their work on “protein
structure prediction” with David Baker of the University of Washington.[15][57]

Source code
The open access to source code of several AlphaFold versions (excluding AlphaFold 3) has been provided
by DeepMind after requests from the scientific community.[58][59][60] Full source code of AlphaFold-3 is
expected to be provided to open access by the end of 2024.[61][62]

Database of protein models generated by AlphaFold


The AlphaFold Protein Structure Database was
AlphaFold Protein Structure Database
launched on July 22, 2021, as a joint effort between
AlphaFold and EMBL-EBI. At launch the database Content
contains AlphaFold-predicted models of protein Data types protein structure prediction
structures of nearly the full UniProt proteome of captured
humans and 20 model organisms, amounting to over
Organisms all UniProt proteomes
365,000 proteins. The database does not include
Contact
proteins with fewer than 16 or more than 2700
amino acid residues,[63] but for humans they are Research center EMBL-EBI
available in the whole batch file.[64] AlphaFold Primary citation [10]

planned to add more sequences to the collection, the Access


initial goal (as of beginning of 2022) being to cover
Website https://www.alphafold.ebi.ac.uk/
most of the UniRef90 set of more than 100 million
proteins. As of May 15, 2022, 992,316 predictions Download URL yes
were available.[65] Tools
Web yes
In July 2021, UniProt-KB and InterPro[66] has been
Miscellaneous
updated to show AlphaFold predictions when
available.[67] License CC-BY 4.0
Curation policy automatic
On July 28, 2022, the team uploaded to the database
the structures of around 200 million proteins from 1
million species, covering nearly every known protein on the planet.[68]

Limitations
AlphaFold has various limitations:

AlphaFold DB provides monomeric models of proteins, rather than their biologically relevant
complexes.[69]
Many protein regions are predicted with low confidence score, including the intrinsically
disordered protein regions.[70]
Alphafold-2 was validated for predicting structural effects of mutations with a limited
success.[71]
The model relies to some degree upon co-evolutionary information across similar proteins,
and thus may not perform well on synthetic proteins or proteins with very low homology to
anything in the database.[72]
The ability of the model to produce multiple native conformations of proteins is limited.
AlphaFold 3 version can predict structures of protein complexes with a very limited set of
selected cofactors and co- and post-translational modifications.[73] Between 50% and 70%
of the structures of the human proteome are incomplete without covalently-attached
glycans.[74][69] AlphaFill, a derived database, adds cofactors to AlphaFold models where
appropriate.[75]
In the algorithm, the residues are moved freely, without any restraints. Therefore, during
modeling the integrity of the chain is not maintained. As a result, AlphaFold may produce
topologically wrong results, like structures with an arbitrary number of knots.[76]

Applications
AlphaFold has been used to predict structures of proteins of SARS-CoV-2, the causative agent of
COVID-19. The structures of these proteins were pending experimental detection in early 2020.[77][7]
Results were examined by the scientists at the Francis Crick Institute in the United Kingdom before
release into the larger research community. The team also confirmed accurate prediction against the
experimentally determined SARS-CoV-2 spike protein that was shared in the Protein Data Bank, an
international open-access database, before releasing the computationally determined structures of the
under-studied protein molecules.[78] The team acknowledged that although these protein structures might
not be the subject of ongoing therapeutical research efforts, they will add to the community's
understanding of the SARS-CoV-2 virus.[78] Specifically, AlphaFold 2's prediction of the structure of the
ORF3a protein was very similar to the structure determined by researchers at University of California,
Berkeley using cryo-electron microscopy. This specific protein is believed to assist the virus in breaking
out of the host cell once it replicates. This protein is also believed to play a role in triggering the
inflammatory response to the infection.[79]

Published works
Andrew W. Senior et al. (December 2019), "Protein structure prediction using multiple deep
neural networks in the 13th Critical Assessment of Protein Structure Prediction (CASP13)"
(https://onlinelibrary.wiley.com/doi/abs/10.1002/prot.25834), Proteins: Structure, Function,
Bioinformatics 87(12) 1141–1148 doi:10.1002/prot.25834 (https://doi.org/10.1002%2Fprot.2
5834)
Andrew W. Senior et al. (15 January 2020), "Improved protein structure prediction using
potentials from deep learning" (https://www.nature.com/articles/s41586-019-1923-7), Nature
577 706–710 doi:10.1038/s41586-019-1923-7 (https://doi.org/10.1038%2Fs41586-019-1923
-7)
John Jumper et al. (December 2020), "High Accuracy Protein Structure Prediction Using
Deep Learning", in Fourteenth Critical Assessment of Techniques for Protein Structure
Prediction (Abstract Book) (https://predictioncenter.org/casp14/doc/CASP14_Abstracts.pdf),
pp. 22–24
John Jumper et al. (December 2020), "AlphaFold 2 (https://predictioncenter.org/casp14/doc/
presentations/2020_12_01_TS_predictor_AlphaFold2.pdf)". Presentation given at CASP 14.

See also
Folding@home
IBM Blue Gene
Foldit
Rosetta@home
Human Proteome Folding Project
AlphaZero
AlphaGo
AlphaGeometry
Predicted Aligned Error

References
1. "AlphaFold" (https://deepmind.com/research/case-studies/alphafold). Deepmind. Archived (h
ttps://web.archive.org/web/20210119220351/https://deepmind.com/research/case-studies/al
phafold) from the original on 19 January 2021. Retrieved 30 November 2020.
2. "DeepMind's protein-folding AI has solved a 50-year-old grand challenge of biology" (https://
www.technologyreview.com/2020/11/30/1012712/deepmind-protein-folding-ai-solved-biolog
y-science-drugs-disease/). MIT Technology Review. Archived (https://web.archive.org/web/2
0210828104639/https://www.technologyreview.com/2020/11/30/1012712/deepmind-protein-
folding-ai-solved-biology-science-drugs-disease/) from the original on 2021-08-28. Retrieved
2020-11-30.
3. Shead, Sam (2020-11-30). "DeepMind solves 50-year-old 'grand challenge' with protein
folding A.I." (https://www.cnbc.com/2020/11/30/deepmind-solves-protein-folding-grand-chall
enge-with-alphafold-ai.html) CNBC. Archived (https://web.archive.org/web/2021012818250
7/https://www.cnbc.com/2020/11/30/deepmind-solves-protein-folding-grand-challenge-with-a
lphafold-ai.html) from the original on 2021-01-28. Retrieved 2020-11-30.
4. Stoddart, Charlotte (1 March 2022). "Structural biology: How proteins got their close-up" (htt
ps://knowablemagazine.org/article/living-world/2022/structural-biology-how-proteins-got-thei
r-closeup). Knowable Magazine. doi:10.1146/knowable-022822-1 (https://doi.org/10.1146%
2Fknowable-022822-1). S2CID 247206999 (https://api.semanticscholar.org/CorpusID:24720
6999). Archived (https://web.archive.org/web/20220407231646/https://knowablemagazine.or
g/article/living-world/2022/structural-biology-how-proteins-got-their-closeup) from the original
on 7 April 2022. Retrieved 25 March 2022.
5. Robert F. Service, 'The game has changed.' AI triumphs at solving protein structures (https://
www.science.org/content/article/game-has-changed-ai-triumphs-solving-protein-structures)
Archived (https://web.archive.org/web/20230624175710/https://www.science.org/content/arti
cle/game-has-changed-ai-triumphs-solving-protein-structures) 2023-06-24 at the Wayback
Machine, Science, 30 November 2020
6. Mohammed AlQuraishi, CASP14 scores just came out and they're astounding (https://twitter.
com/MoAlQuraishi/status/1333383634649313280) Archived (https://web.archive.org/web/20
220804024406/https://twitter.com/MoAlQuraishi/status/1333383634649313280) 2022-08-04
at the Wayback Machine, Twitter, 30 November 2020.
7. Callaway, Ewen (2020-11-30). " 'It will change everything': DeepMind's AI makes gigantic
leap in solving protein structures". Nature. 588 (7837): 203–204.
Bibcode:2020Natur.588..203C (https://ui.adsabs.harvard.edu/abs/2020Natur.588..203C).
doi:10.1038/d41586-020-03348-4 (https://doi.org/10.1038%2Fd41586-020-03348-4).
PMID 33257889 (https://pubmed.ncbi.nlm.nih.gov/33257889). S2CID 227243204 (https://ap
i.semanticscholar.org/CorpusID:227243204).
8. Stephen Curry, No, DeepMind has not solved protein folding (http://occamstypewriter.org/sc
urry/2020/12/02/no-deepmind-has-not-solved-protein-folding/) Archived (https://web.archive.
org/web/20220729105258/http://occamstypewriter.org/scurry/2020/12/02/no-deepmind-has-
not-solved-protein-folding/) 2022-07-29 at the Wayback Machine, Reciprocal Space (blog), 2
December 2020
9. Ball, Phillip (9 December 2020). "Behind the screens of AlphaFold" (https://www.chemistryw
orld.com/opinion/behind-the-screens-of-alphafold/4012867.article). Chemistry World.
Archived (https://web.archive.org/web/20210815072312/https://www.chemistryworld.com/op
inion/behind-the-screens-of-alphafold/4012867.article) from the original on 15 August 2021.
Retrieved 10 December 2020.
10. Jumper, John; Evans, Richard; Pritzel, Alexander; Green, Tim; Figurnov, Michael;
Ronneberger, Olaf; Tunyasuvunakool, Kathryn; Bates, Russ; Žídek, Augustin; Potapenko,
Anna; Bridgland, Alex; Meyer, Clemens; Kohl, Simon A A; Ballard, Andrew J; Cowie,
Andrew; Romera-Paredes, Bernardino; Nikolov, Stanislav; Jain, Rishub; Adler, Jonas; Back,
Trevor; Petersen, Stig; Reiman, David; Clancy, Ellen; Zielinski, Michal; Steinegger, Martin;
Pacholska, Michalina; Berghammer, Tamas; Bodenstein, Sebastian; Silver, David; Vinyals,
Oriol; Senior, Andrew W; Kavukcuoglu, Koray; Kohli, Pushmeet; Hassabis, Demis (2021-07-
15). "Highly accurate protein structure prediction with AlphaFold" (https://www.ncbi.nlm.nih.g
ov/pmc/articles/PMC8371605). Nature. 596 (7873): 583–589. Bibcode:2021Natur.596..583J
(https://ui.adsabs.harvard.edu/abs/2021Natur.596..583J). doi:10.1038/s41586-021-03819-2
(https://doi.org/10.1038%2Fs41586-021-03819-2). PMC 8371605 (https://www.ncbi.nlm.nih.
gov/pmc/articles/PMC8371605). PMID 34265844 (https://pubmed.ncbi.nlm.nih.gov/3426584
4).
11. "GitHub - deepmind/alphafold: Open source code for AlphaFold" (https://github.com/deepmi
nd/alphafold). GitHub. Archived (https://web.archive.org/web/20210723182218/https://githu
b.com/deepmind/alphafold) from the original on 2021-07-23. Retrieved 2021-07-24.
12. "AlphaFold Protein Structure Database" (https://alphafold.ebi.ac.uk/). alphafold.ebi.ac.uk.
Archived (https://web.archive.org/web/20210724013505/https://alphafold.ebi.ac.uk/) from
the original on 2021-07-24. Retrieved 2021-07-24.
13. "AlphaFold 3 predicts the structure and interactions of all of life's molecules" (https://blog.go
ogle/technology/ai/google-deepmind-isomorphic-alphafold-3-ai-model/). Google. 2024-05-
08. Archived (https://web.archive.org/web/20240509000044/https://blog.google/technology/a
i/google-deepmind-isomorphic-alphafold-3-ai-model/) from the original on 2024-05-09.
Retrieved 2024-05-09.
14. "Beyond AlphaFold 3: Navigating Future Challenges in Protein Structure Prediction" (https://
www.chemh.com/beyond-alphafold-3-navigating-future-challenges-in-protein-structure-predi
ction/). 2024-05-10. Retrieved 2024-11-29.
15. Hunt, Christian Edwards, Katie (9 October 2024). "Scientists who used AI to 'crack the code'
of almost all proteins win Nobel Prize in chemistry" (https://edition.cnn.com/2024/10/09/scie
nce/nobel-prize-chemistry-proteins-baker-hassabis-jumper-intl/index.html). CNN. Archived
(https://web.archive.org/web/20241010043705/https://edition.cnn.com/2024/10/09/science/n
obel-prize-chemistry-proteins-baker-hassabis-jumper-intl/index.html) from the original on 10
October 2024. Retrieved 9 October 2024.
16. Knapp, Alex. "2023 Breakthrough Prizes Announced: Deepmind's Protein Folders Awarded
$3 Million" (https://www.forbes.com/sites/alexknapp/2022/09/22/2023-breakthrough-prizes-a
nnounced-deepminds-protein-folders-awarded-3-million/). Forbes. Archived (https://web.arc
hive.org/web/20240509171525/https://www.forbes.com/sites/alexknapp/2022/09/22/2023-br
eakthrough-prizes-announced-deepminds-protein-folders-awarded-3-million/) from the
original on 2024-05-09. Retrieved 2024-05-09.
17. "AlphaFold: Using AI for scientific discovery" (https://deepmind.com/blog/article/AlphaFold-U
sing-AI-for-scientific-discovery). Deepmind. 15 January 2020. Archived (https://web.archive.
org/web/20220307220937/https://deepmind.com/blog/article/AlphaFold-Using-AI-for-scientifi
c-discovery) from the original on 2022-03-07. Retrieved 2020-11-30.
18. Mohammed AlQuraishi (May 2019), AlphaFold at CASP13 (https://ccsp.hms.harvard.edu/wp
-content/uploads/2020/11/AlphaFold-at-CASP13-AlQuraishi.pdf) Archived (https://web.archi
ve.org/web/20211122013208/https://ccsp.hms.harvard.edu/wp-content/uploads/2020/11/Alp
haFold-at-CASP13-AlQuraishi.pdf) 2021-11-22 at the Wayback Machine, Bioinformatics,
35(22), 4862–4865 doi:10.1093/bioinformatics/btz422 (https://doi.org/10.1093%2Fbioinform
atics%2Fbtz422). See also Mohammed AlQuraishi (December 9, 2018), AlphaFold @
CASP13: "What just happened?" (https://moalquraishi.wordpress.com/2018/12/09/alphafold
-casp13-what-just-happened/) Archived (https://web.archive.org/web/20220729130717/http
s://moalquraishi.wordpress.com/2018/12/09/alphafold-casp13-what-just-happened/) 2022-
07-29 at the Wayback Machine (blog post).
Mohammed AlQuraishi (15 January 2020), A watershed moment for protein structure
prediction (https://www.nature.com/articles/d41586-019-03951-0) Archived (https://web.archi
ve.org/web/20220623072409/https://www.nature.com/articles/d41586-019-03951-0) 2022-
06-23 at the Wayback Machine, Nature 577, 627–628 doi:10.1038/d41586-019-03951-0 (htt
ps://doi.org/10.1038%2Fd41586-019-03951-0)
19. AlphaFold: Machine learning for protein structure prediction (http://fold.it/portal/node/200870
6) Archived (https://web.archive.org/web/20220512085046/http://fold.it/portal/node/2008706)
2022-05-12 at the Wayback Machine, Foldit, 31 January 2020
20. Jumper, John; et al. (August 2021). "Highly accurate protein structure prediction with
AlphaFold" (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8371605). Nature. 596 (7873):
583–589. Bibcode:2021Natur.596..583J (https://ui.adsabs.harvard.edu/abs/2021Natur.596..
583J). doi:10.1038/s41586-021-03819-2 (https://doi.org/10.1038%2Fs41586-021-03819-2).
ISSN 1476-4687 (https://search.worldcat.org/issn/1476-4687). PMC 8371605 (https://www.n
cbi.nlm.nih.gov/pmc/articles/PMC8371605). PMID 34265844 (https://pubmed.ncbi.nlm.nih.g
ov/34265844).
21. "DeepMind is answering one of biology's biggest challenges" (https://www.economist.com/s
cience-and-technology/2020/11/30/deepmind-is-answering-one-of-biologys-biggest-challeng
es). The Economist. 2020-11-30. ISSN 0013-0613 (https://search.worldcat.org/issn/0013-06
13). Archived (https://web.archive.org/web/20201203085450/https://www.economist.com/sci
ence-and-technology/2020/11/30/deepmind-is-answering-one-of-biologys-biggest-challenge
s) from the original on 2020-12-03. Retrieved 2020-11-30.
22. Jeremy Kahn, Lessons from DeepMind's breakthrough in protein-folding A.I. (https://fortune.
com/2020/12/01/lessons-from-deepminds-a-i-breakthrough-eye-on-ai/) Archived (https://we
b.archive.org/web/20220408095912/https://fortune.com/2020/12/01/lessons-from-deepmind
s-a-i-breakthrough-eye-on-ai/) 2022-04-08 at the Wayback Machine, Fortune, 1 December
2020
23. See block diagram. Also John Jumper et al. (1 December 2020), AlphaFold 2 presentation
(https://predictioncenter.org/casp14/doc/presentations/2020_12_01_TS_predictor_AlphaFol
d2.pdf) Archived (https://web.archive.org/web/20220703015739/https://predictioncenter.org/
casp14/doc/presentations/2020_12_01_TS_predictor_AlphaFold2.pdf) 2022-07-03 at the
Wayback Machine, slide 10
24. John Jumper et al., conference abstract (December 2020)
25. The structure module is stated to use a "3-d equivariant transformer architecture" (John
Jumper et al. (1 December 2020), AlphaFold 2 presentation (https://predictioncenter.org/cas
p14/doc/presentations/2020_12_01_TS_predictor_AlphaFold2.pdf) Archived (https://web.arc
hive.org/web/20220703015739/https://predictioncenter.org/casp14/doc/presentations/2020_
12_01_TS_predictor_AlphaFold2.pdf) 2022-07-03 at the Wayback Machine, slide 12).
One design for a transformer network with SE(3)-equivariance was proposed in Fabian
Fuchs et al SE(3)-Transformers: 3D Roto-Translation Equivariant Attention Networks (http
s://arxiv.org/pdf/2006.10503.pdf) Archived (https://web.archive.org/web/20211007133527/htt
ps://arxiv.org/pdf/2006.10503.pdf) 2021-10-07 at the Wayback Machine, NeurIPS 2020; also
website (https://fabianfuchsml.github.io/se3transformer/) Archived (https://web.archive.org/w
eb/20220703015807/https://fabianfuchsml.github.io/se3transformer/) 2022-07-03 at the
Wayback Machine. It is not known how similar this may or may not be to what was used in
AlphaFold.
See also the blog post (https://moalquraishi.wordpress.com/2020/12/08/alphafold2-casp14-it
-feels-like-ones-child-has-left-home/#s3.3) Archived (https://web.archive.org/web/20201208
164545/https://moalquraishi.wordpress.com/2020/12/08/alphafold2-casp14-it-feels-like-ones
-child-has-left-home/#s3.3) 2020-12-08 at the Wayback Machine by AlQuaraishi on this, or
the more detailed post (https://fabianfuchsml.github.io/alphafold2/) Archived (https://web.arc
hive.org/web/20220703015630/https://fabianfuchsml.github.io/alphafold2/) 2022-07-03 at
the Wayback Machine by Fabian Fuchs
26. John Jumper et al. (1 December 2020), AlphaFold 2 presentation (https://predictioncenter.or
g/casp14/doc/presentations/2020_12_01_TS_predictor_AlphaFold2.pdf) Archived (https://w
eb.archive.org/web/20220703015739/https://predictioncenter.org/casp14/doc/presentations/
2020_12_01_TS_predictor_AlphaFold2.pdf) 2022-07-03 at the Wayback Machine, slides 12
to 20
27. Callaway, Ewen (13 April 2022). "What's next for AlphaFold and the AI protein-folding
revolution" (https://doi.org/10.1038%2Fd41586-022-00997-5). Nature. 604 (7905): 234–238.
Bibcode:2022Natur.604..234C (https://ui.adsabs.harvard.edu/abs/2022Natur.604..234C).
doi:10.1038/d41586-022-00997-5 (https://doi.org/10.1038%2Fd41586-022-00997-5).
PMID 35418629 (https://pubmed.ncbi.nlm.nih.gov/35418629). S2CID 248156195 (https://ap
i.semanticscholar.org/CorpusID:248156195).
28. Metz, Cade (2024-05-08). "Google Unveils A.I. for Predicting Behavior of Human Molecules"
(https://www.nytimes.com/2024/05/08/technology/google-ai-molecules-alphafold3.html). The
New York Times. ISSN 0362-4331 (https://search.worldcat.org/issn/0362-4331). Archived (ht
tps://web.archive.org/web/20241010043551/https://www.nytimes.com/2024/05/08/technolog
y/google-ai-molecules-alphafold3.html) from the original on 2024-10-10. Retrieved
2024-05-09.
29. Abramson, Josh; Adler, Jonas; Dunger, Jack; Evans, Richard; Green, Tim; Pritzel,
Alexander; Ronneberger, Olaf; Willmore, Lindsay; Ballard, Andrew J.; Bambrick, Joshua;
Bodenstein, Sebastian W.; Evans, David A.; Hung, Chia-Chun; O’Neill, Michael; Reiman,
David (2024-05-08). "Accurate structure prediction of biomolecular interactions with
AlphaFold 3" (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC11168924). Nature. 630
(8016): 493–500. Bibcode:2024Natur.630..493A (https://ui.adsabs.harvard.edu/abs/2024Nat
ur.630..493A). doi:10.1038/s41586-024-07487-w (https://doi.org/10.1038%2Fs41586-024-0
7487-w). ISSN 1476-4687 (https://search.worldcat.org/issn/1476-4687). PMC 11168924 (htt
ps://www.ncbi.nlm.nih.gov/pmc/articles/PMC11168924). PMID 38718835 (https://pubmed.nc
bi.nlm.nih.gov/38718835).
30. Accurate structure prediction of biomolecular interactions with AlphaFold 3 (https://www.natu
re.com/articles/s41586-024-07487-w_reference.pdf) Archived (https://web.archive.org/web/2
0240512210527/https://www.nature.com/articles/s41586-024-07487-w_reference.pdf) 2024-
05-12 at the Wayback Machine, pdf of preprint of the article in Nature.
31. "A non-commercial server of AlphaFold-3" (https://golgi.sandbox.google.com/about).
Archived (https://web.archive.org/web/20241010043551/https://golgi.sandbox.google.com/w
elcome) from the original on 2024-10-10. Retrieved 2024-05-12.
32. Group performance based on combined z-scores (https://predictioncenter.org/casp13/zscor
es_final.cgi) Archived (https://web.archive.org/web/20220308055516/https://predictioncente
r.org/casp13/zscores_final.cgi) 2022-03-08 at the Wayback Machine, CASP 13, December
2018. (AlphaFold = Team 043: A7D)
33. Sample, Ian (2 December 2018). "Google's DeepMind predicts 3D shapes of proteins" (http
s://www.theguardian.com/science/2018/dec/02/google-deepminds-ai-program-alphafold-pre
dicts-3d-shapes-of-proteins). The Guardian. Archived (https://web.archive.org/web/2019071
8162031/https://www.theguardian.com/science/2018/dec/02/google-deepminds-ai-program-
alphafold-predicts-3d-shapes-of-proteins) from the original on 18 July 2019. Retrieved
30 November 2020.
34. "AlphaFold: Using AI for scientific discovery" (https://deepmind.com/blog/article/alphafold-ca
sp13). Deepmind. Archived (https://web.archive.org/web/20241010043555/https://deepmind.
google/discover/blog/alphafold-using-ai-for-scientific-discovery/) from the original on 10
October 2024. Retrieved 30 November 2020.
35. Singh, Arunima (2020). "Deep learning 3D structures" (https://doi.org/10.1038%2Fs41592-0
20-0779-y). Nature Methods. 17 (3): 249. doi:10.1038/s41592-020-0779-y (https://doi.org/1
0.1038%2Fs41592-020-0779-y). ISSN 1548-7105 (https://search.worldcat.org/issn/1548-71
05). PMID 32132733 (https://pubmed.ncbi.nlm.nih.gov/32132733). S2CID 212403708 (http
s://api.semanticscholar.org/CorpusID:212403708).
36. See CASP 13 data tables (https://predictioncenter.org/casp13/results.cgi?view=tb-sel)
Archived (https://web.archive.org/web/20220314052044/https://predictioncenter.org/casp13/
results.cgi?view=tb-sel) 2022-03-14 at the Wayback Machine for 043 A7D, 322 Zhang, and
089 MULTICOM
37. Wei Zheng et al,Deep-learning contact-map guided protein structure prediction in CASP13
(https://pubmed.ncbi.nlm.nih.gov/31365149/) Archived (https://web.archive.org/web/202201
22134714/https://pubmed.ncbi.nlm.nih.gov/31365149/) 2022-01-22 at the Wayback
Machine, Proteins: Structure, Function, and Bioinformatics, 87(12) 1149–1164
doi:10.1002/prot.25792 (https://doi.org/10.1002%2Fprot.25792); and slides (https://www.pre
dictioncenter.org/CASP13/doc/presentations/Pred_CASP13_TS_YZhang-Groups_Redacte
d.pdf) Archived (https://web.archive.org/web/20220726235133/https://www.predictioncenter.
org/CASP13/doc/presentations/Pred_CASP13_TS_YZhang-Groups_Redacted.pdf) 2022-
07-26 at the Wayback Machine
38. Hou, Jie; Wu, Tianqi; Cao, Renzhi; Cheng, Jianlin (2019-04-25). "Protein tertiary structure
modeling driven by deep learning and contact distance prediction in CASP13" (https://www.
ncbi.nlm.nih.gov/pmc/articles/PMC6800999). Proteins: Structure, Function, and
Bioinformatics. 87 (12). Wiley: 1165–1178. bioRxiv 10.1101/552422 (https://doi.org/10.110
1%2F552422). doi:10.1002/prot.25697 (https://doi.org/10.1002%2Fprot.25697). ISSN 0887-
3585 (https://search.worldcat.org/issn/0887-3585). PMC 6800999 (https://www.ncbi.nlm.nih.
gov/pmc/articles/PMC6800999). PMID 30985027 (https://pubmed.ncbi.nlm.nih.gov/3098502
7).
39. "DeepMind Breakthrough Helps to Solve How Diseases Invade Cells" (https://www.bloombe
rg.com/news/articles/2020-11-30/deepmind-s-alphafold-crosses-threshold-in-solving-protein
-riddle). Bloomberg.com. 2020-11-30. Archived (https://web.archive.org/web/202204051049
58/https://www.bloomberg.com/news/articles/2020-11-30/deepmind-s-alphafold-crosses-thr
eshold-in-solving-protein-riddle) from the original on 2022-04-05. Retrieved 2020-11-30.
40. "deepmind/deepmind-research" (https://github.com/deepmind/deepmind-research/tree/mast
er/alphafold_casp13). GitHub. Archived (https://web.archive.org/web/20220201014058/http
s://github.com/deepmind/deepmind-research/tree/master/alphafold_casp13) from the
original on 2022-02-01. Retrieved 2020-11-30.
41. "AlphaFold: a solution to a 50-year-old grand challenge in biology" (https://deepmind.com/bl
og/article/alphafold-a-solution-to-a-50-year-old-grand-challenge-in-biology). Deepmind. 30
November 2020. Archived (https://web.archive.org/web/20201130153625/https://deepmind.c
om/blog/article/alphafold-a-solution-to-a-50-year-old-grand-challenge-in-biology) from the
original on 30 November 2020. Retrieved 30 November 2020.
42. "DeepMind's protein-folding AI has solved a 50-year-old grand challenge of biology" (https://
www.technologyreview.com/2020/11/30/1012712/deepmind-protein-folding-ai-solved-biolog
y-science-drugs-disease/). MIT Technology Review. Archived (https://web.archive.org/web/2
0210828104639/https://www.technologyreview.com/2020/11/30/1012712/deepmind-protein-
folding-ai-solved-biology-science-drugs-disease/) from the original on 28 August 2021.
Retrieved 30 November 2020.
43. For the GDT_TS measure used, each atom in the prediction scores a quarter of a point if it
is within 8 Å (0.80 nm) of the experimental position; half a point if it is within 4 Å, three-
quarters of a point if it is within 2 Å, and a whole point if it is within 1 Å.
44. To achieve a GDT_TS score of 92.5, mathematically at least 70% of the structure must be
accurate to within 1 Å, and at least 85% must be accurate to within 2 Å,
45. Callaway, Ewen (2022-12-13). "After AlphaFold: protein-folding contest seeks next big
breakthrough" (https://doi.org/10.1038%2Fd41586-022-04438-1). Nature. 613 (7942): 13–
14. doi:10.1038/d41586-022-04438-1 (https://doi.org/10.1038%2Fd41586-022-04438-1).
PMID 36513827 (https://pubmed.ncbi.nlm.nih.gov/36513827). S2CID 254660427 (https://ap
i.semanticscholar.org/CorpusID:254660427).
46. Artificial intelligence solution to a 50-year-old science challenge could 'revolutionise' medical
research (https://predictioncenter.org/casp14/doc/CASP14_press_release.html) Archived (ht
tps://web.archive.org/web/20220424220605/https://predictioncenter.org/casp14/doc/CASP1
4_press_release.html) 2022-04-24 at the Wayback Machine (press release), CASP
organising committee, 30 November 2020
47. Brigitte Nerlich, Protein folding and science communication: Between hype and humility (htt
ps://blogs.nottingham.ac.uk/makingsciencepublic/2020/12/04/protein-folding-and-science-co
mmunication-between-hype-and-humility/) Archived (https://web.archive.org/web/202202151
61037/https://blogs.nottingham.ac.uk/makingsciencepublic/2020/12/04/protein-folding-and-s
cience-communication-between-hype-and-humility/) 2022-02-15 at the Wayback Machine,
University of Nottingham blog, 4 December 2020
48. Michael Le Page, DeepMind's AI biologist can decipher secrets of the machinery of life (http
s://www.newscientist.com/article/2261156-deepminds-ai-biologist-can-decipher-secrets-of-th
e-machinery-of-life/) Archived (https://web.archive.org/web/20220802003315/https://www.ne
wscientist.com/article/2261156-deepminds-ai-biologist-can-decipher-secrets-of-the-machine
ry-of-life/) 2022-08-02 at the Wayback Machine, New Scientist, 30 November 2020
49. The predictions of DeepMind's latest AI could revolutionise medicine (https://www.newscienti
st.com/article/2261613-the-predictions-of-deepminds-latest-ai-could-revolutionise-medicine/)
Archived (https://web.archive.org/web/20211107163155/https://www.newscientist.com/articl
e/2261613-the-predictions-of-deepminds-latest-ai-could-revolutionise-medicine/) 2021-11-
07 at the Wayback Machine, New Scientist, 2 December 2020
50. Tom Whipple, Deepmind finds biology's 'holy grail' with answer to protein problem (https://w
ww.thetimes.co.uk/edition/news/deepmind-finds-biology-s-holy-grail-with-answer-to-protein-
problem-htg6s7qlq) Archived (https://web.archive.org/web/20210119055048/https://www.the
times.co.uk/edition/news/deepmind-finds-biology-s-holy-grail-with-answer-to-protein-proble
m-htg6s7qlq) 2021-01-19 at the Wayback Machine, The Times (online), 30 November 2020.
In all science editor Tom Whipple wrote six articles on the subject for The Times on the day
the news broke. (thread (https://twitter.com/whippletom/status/1333494448420958210)
Archived (https://web.archive.org/web/20211108142415/https://twitter.com/whippletom/statu
s/1333494448420958210) 2021-11-08 at the Wayback Machine).
51. Cade Metz, London A.I. Lab Claims Breakthrough That Could Accelerate Drug Discovery (ht
tps://www.nytimes.com/2020/11/30/technology/deepmind-ai-protein-folding.html) Archived (h
ttps://web.archive.org/web/20220804151432/https://www.nytimes.com/2020/11/30/technolo
gy/deepmind-ai-protein-folding.html) 2022-08-04 at the Wayback Machine, New York Times,
30 November 2020
52. Ian Sample,DeepMind AI cracks 50-year-old problem of protein folding (https://www.theguar
dian.com/technology/2020/nov/30/deepmind-ai-cracks-50-year-old-problem-of-biology-resea
rch) Archived (https://web.archive.org/web/20201130160106/https://www.theguardian.com/t
echnology/2020/nov/30/deepmind-ai-cracks-50-year-old-problem-of-biology-research) 2020-
11-30 at the Wayback Machine, The Guardian, 30 November 2020
53. Lizzie Roberts, 'Once in a generation advance' as Google AI researchers crack 50-year-old
biological challenge (https://www.telegraph.co.uk/news/2020/11/30/google-ai-researchers-cr
ack-50-year-old-protein-folding-problem/) Archived (https://web.archive.org/web/202208040
03744/https://www.telegraph.co.uk/news/2020/11/30/google-ai-researchers-crack-50-year-ol
d-protein-folding-problem/) 2022-08-04 at the Wayback Machine. Daily Telegraph, 30
November 2020
54. Tim Hubbard, The secret of life, part 2: the solution of the protein folding problem. (https://ti
mjph.medium.com/the-secret-of-life-part-2-the-solution-of-the-protein-folding-problem-c544f
3a77ee3) Archived (https://web.archive.org/web/20220514070022/https://timjph.medium.co
m/the-secret-of-life-part-2-the-solution-of-the-protein-folding-problem-c544f3a77ee3) 2022-
05-14 at the Wayback Machine, medium.com, 30 November 2020
55. e.g. Greg Bowman, Protein folding and related problems remain unsolved despite
AlphaFold's advance (https://foldingathome.org/2020/12/08/protein-folding-and-related-probl
ems-remain-unsolved-despite-alphafolds-advance/) Archived (https://web.archive.org/web/2
0220713073427/https://foldingathome.org/2020/12/08/protein-folding-and-related-problems-
remain-unsolved-despite-alphafolds-advance/) 2022-07-13 at the Wayback Machine,
Folding@home blog, 8 December 2020
56. Sample, Ian (2023-09-21). "Team behind AI program AlphaFold win Lasker science prize" (h
ttps://www.theguardian.com/science/2023/sep/21/team-behind-ai-program-alphafold-win-las
ker-science-prize). The Guardian. ISSN 0261-3077 (https://search.worldcat.org/issn/0261-3
077). Archived (https://web.archive.org/web/20241010043702/https://www.theguardian.com/
science/2023/sep/21/team-behind-ai-program-alphafold-win-lasker-science-prize) from the
original on 2024-10-10. Retrieved 2024-05-09.
57. "The Nobel Prize in Chemistry 2024" (https://www.nobelprize.org/prizes/chemistry/2024/pres
s-release/). NobelPrize.org. Archived (https://web.archive.org/web/20241009100757/https://
www.nobelprize.org/prizes/chemistry/2024/press-release/) from the original on 2024-10-09.
Retrieved 2024-10-10.
58. Domínguez, Nuño (2020-12-02). "La inteligencia artificial arrasa en uno de los problemas
más importantes de la biología" (https://elpais.com/ciencia/2020-12-02/la-inteligencia-artifici
al-arrasa-en-uno-de-los-problemas-mas-importantes-de-la-biologia.html). El País (in
Spanish). Archived (https://web.archive.org/web/20220726121550/https://elpais.com/cienci
a/2020-12-02/la-inteligencia-artificial-arrasa-en-uno-de-los-problemas-mas-importantes-de-l
a-biologia.html) from the original on 2022-07-26. Retrieved 2024-05-12.
59. Briggs, David (2020-12-04). "If Google's Alphafold2 really has solved the protein folding
problem, they need to show their working" (https://www.skeptic.org.uk/2020/12/if-googles-al
phafold2-really-has-solved-the-protein-folding-problem-they-need-to-show-their-working/).
The Skeptic. Archived (https://web.archive.org/web/20240512225437/https://www.skeptic.or
g.uk/2020/12/if-googles-alphafold2-really-has-solved-the-protein-folding-problem-they-need-
to-show-their-working/) from the original on 2024-05-12. Retrieved 2024-05-12.
60. Demis Hassabis, "Brief update on some exciting progress on #AlphaFold!" (https://twitter.co
m/demishassabis/status/1405922961710854144) Archived (https://web.archive.org/web/202
20722104740/https://twitter.com/demishassabis/status/1405922961710854144) 2022-07-22
at the Wayback Machine (tweet), via twitter, 18 June 2021
61. "AlphaFold3 — why did Nature publish it without its code?" (https://www.nature.com/articles/
d41586-024-01463-0). Archived (https://web.archive.org/web/20240628192924/https://www.
nature.com/articles/d41586-024-01463-0) from the original on 2024-06-28. Retrieved
2024-05-27.
62. "AlphaFold 3: Stepping into the future of structure prediction" (https://frontlinegenomics.com/
alphafold-3-stepping-into-the-future-of-structure-prediction/). Archived (https://web.archive.or
g/web/20240527203643/https://frontlinegenomics.com/alphafold-3-stepping-into-the-future-o
f-structure-prediction/) from the original on 2024-05-27. Retrieved 2024-05-27.
63. "AlphaFold Protein Structure Database" (https://alphafold.ebi.ac.uk/faq). alphafold.ebi.ac.uk.
Archived (https://web.archive.org/web/20220729144612/https://alphafold.ebi.ac.uk/Faq)
from the original on 2022-07-29. Retrieved 2021-07-29.
64. "AlphaFold Protein Structure Database" (https://alphafold.ebi.ac.uk/download).
alphafold.ebi.ac.uk. Archived (https://web.archive.org/web/20220729184651/https://alphafol
d.ebi.ac.uk/download) from the original on 29 July 2022. Retrieved 27 July 2021.
65. "AlphaFold Protein Structure Database" (https://www.alphafold.ebi.ac.uk/).
www.alphafold.ebi.ac.uk. Archived (https://web.archive.org/web/20220802094731/https://ww
w.alphafold.ebi.ac.uk/) from the original on 2022-08-02. Retrieved 2021-07-24.
66. InterPro (22 July 2021). "Alphafold Structure Predictions Available In Interpro" (https://protei
nswebteam.github.io/interpro-blog/2021/07/22/AlphaFold-structure-predictions-available-in-I
nterPro/). proteinswebteam.github.io. Archived (https://web.archive.org/web/2021110515555
2/https://proteinswebteam.github.io/interpro-blog/2021/07/22/AlphaFold-structure-prediction
s-available-in-InterPro/) from the original on 2021-11-05. Retrieved 2021-07-29.
67. "Putting the power of AlphaFold into the world's hands" (https://deepmind.com/blog/article/p
utting-the-power-of-alphafold-into-the-worlds-hands). Deepmind. 22 July 2022. Archived (htt
ps://web.archive.org/web/20210724034333/https://deepmind.com/blog/article/putting-the-po
wer-of-alphafold-into-the-worlds-hands) from the original on 24 July 2021. Retrieved 24 July
2021.
68. Callaway, Ewen (2022-07-28). " 'The entire protein universe': AI predicts shape of nearly
every known protein" (https://doi.org/10.1038%2Fd41586-022-02083-2). Nature. 608 (7921):
15–16. Bibcode:2022Natur.608...15C (https://ui.adsabs.harvard.edu/abs/2022Natur.608...15
C). doi:10.1038/d41586-022-02083-2 (https://doi.org/10.1038%2Fd41586-022-02083-2).
PMID 35902752 (https://pubmed.ncbi.nlm.nih.gov/35902752). S2CID 251159714 (https://ap
i.semanticscholar.org/CorpusID:251159714).
69. "What use cases does AlphaFold not support?" (https://www.alphafold.ebi.ac.uk/faq#faq-8).
AlphaFold Protein Structure Database. Archived (https://web.archive.org/web/20220729144
612/https://alphafold.ebi.ac.uk/Faq#faq-8) from the original on 2022-07-29. Retrieved
2022-05-15.
70. AlphaFold heralds a data-driven revolution in biology and medicine (https://www.nature.com/
articles/s41591-021-01533-0) Archived (https://web.archive.org/web/20241010043626/http
s://www.nature.com/articles/s41591-021-01533-0) 2024-10-10 at the Wayback Machine, by
Janet M. Thornton, Roman A. Laskowski & Neera Borkakoti, Nature Medicine, volume 12,
pages 1666–1669, 12 October 2021
71. McBride, John M.; Polev, Konstantin; Abdirasulov, Amirbek; Reinharz, Vladimir; Grzybowski,
Bartosz A.; Tlusty, Tsvi (2023-11-20). "AlphaFold2 Can Predict Single-Mutation Effects" (http
s://link.aps.org/doi/10.1103/PhysRevLett.131.218401). Physical Review Letters. 131 (21):
218401. arXiv:2204.06860 (https://arxiv.org/abs/2204.06860).
Bibcode:2023PhRvL.131u8401M (https://ui.adsabs.harvard.edu/abs/2023PhRvL.131u8401
M). doi:10.1103/PhysRevLett.131.218401 (https://doi.org/10.1103%2FPhysRevLett.131.218
401). ISSN 0031-9007 (https://search.worldcat.org/issn/0031-9007). PMID 38072605 (http
s://pubmed.ncbi.nlm.nih.gov/38072605). Archived (https://web.archive.org/web/2024060903
5807/https://journals.aps.org/prl/abstract/10.1103/PhysRevLett.131.218401) from the
original on 2024-06-09. Retrieved 2023-11-26.
72. "DeepMind's latest AI breakthrough could turbocharge drug discovery" (https://www.fastcom
pany.com/90584816/deepmind-alphafold-alphabet-ai-proteins-drug-discovery). Fast
Company. ISSN 1085-9241 (https://search.worldcat.org/issn/1085-9241). Archived (https://w
eb.archive.org/web/20230124205605/https://www.fastcompany.com/90584816/deepmind-al
phafold-alphabet-ai-proteins-drug-discovery) from the original on 2023-01-24. Retrieved
2023-01-24.
73. Bagdonas, Haroldas; Fogarty, Carl A.; Fadda, Elisa; Agirre, Jon (2021-10-29). "The case for
post-predictional modifications in the AlphaFold Protein Structure Database" (https://mural.m
aynoothuniversity.ie/17434/1/ElisaFaddaAlpha2021.pdf) (PDF). Nature Structural &
Molecular Biology. 28 (11): 869–870. doi:10.1038/s41594-021-00680-9 (https://doi.org/10.1
038%2Fs41594-021-00680-9). ISSN 1545-9985 (https://search.worldcat.org/issn/1545-998
5). PMID 34716446 (https://pubmed.ncbi.nlm.nih.gov/34716446). S2CID 240228913 (http
s://api.semanticscholar.org/CorpusID:240228913). Archived (https://web.archive.org/web/20
240113191703/https://mural.maynoothuniversity.ie/17434/1/ElisaFaddaAlpha2021.pdf)
(PDF) from the original on 2024-01-13. Retrieved 2024-01-13.
74. An, Hyun Joo; Froehlich, John W; Lebrilla, Carlito B (2009-10-01). "Determination of
glycosylation sites and site-specific heterogeneity in glycoproteins" (https://www.ncbi.nlm.ni
h.gov/pmc/articles/PMC2749913). Current Opinion in Chemical Biology. Analytical
Techniques/Mechanisms. 13 (4): 421–426. doi:10.1016/j.cbpa.2009.07.022 (https://doi.org/1
0.1016%2Fj.cbpa.2009.07.022). ISSN 1367-5931 (https://search.worldcat.org/issn/1367-593
1). PMC 2749913 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC2749913).
PMID 19700364 (https://pubmed.ncbi.nlm.nih.gov/19700364).
75. Hekkelman, Maarten L.; de Vries, Ida; Joosten, Robbie P.; Perrakis, Anastassis (February
2023). "AlphaFill: enriching AlphaFold models with ligands and cofactors" (https://www.ncbi.
nlm.nih.gov/pmc/articles/PMC9911346). Nature Methods. 20 (2): 205–213.
doi:10.1038/s41592-022-01685-y (https://doi.org/10.1038%2Fs41592-022-01685-y).
PMC 9911346 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9911346). PMID 36424442
(https://pubmed.ncbi.nlm.nih.gov/36424442).
76. Dabrowski-Tumanski, Pawel; Stasiak, Andrzej (7 November 2023). "AlphaFold Blindness to
Topological Barriers Affects Its Ability to Correctly Predict Proteins' Topology" (https://www.n
cbi.nlm.nih.gov/pmc/articles/PMC10672856). Molecules. 28 (22): 7462.
doi:10.3390/molecules28227462 (https://doi.org/10.3390%2Fmolecules28227462).
PMC 10672856 (https://www.ncbi.nlm.nih.gov/pmc/articles/PMC10672856).
PMID 38005184 (https://pubmed.ncbi.nlm.nih.gov/38005184).
77. "AI Can Help Scientists Find a Covid-19 Vaccine" (https://www.wired.com/story/opinion-ai-ca
n-help-find-scientists-find-a-covid-19-vaccine/). Wired. ISSN 1059-1028 (https://search.worl
dcat.org/issn/1059-1028). Archived (https://web.archive.org/web/20220423195503/https://w
ww.wired.com/story/opinion-ai-can-help-find-scientists-find-a-covid-19-vaccine/) from the
original on 2022-04-23. Retrieved 2020-12-01.
78. "Computational predictions of protein structures associated with COVID-19" (https://deepmi
nd.com/research/open-source/computational-predictions-of-protein-structures-associated-wi
th-COVID-19). Deepmind. 4 August 2020. Archived (https://web.archive.org/web/202203251
85435/https://deepmind.com/research/open-source/computational-predictions-of-protein-str
uctures-associated-with-COVID-19) from the original on 2022-03-25. Retrieved 2020-12-01.
79. "How DeepMind's new protein-folding A.I. is already helping to combat the coronavirus
pandemic" (https://fortune.com/2020/11/30/covid-protein-folding-deepmind-ai/). Fortune.
Archived (https://web.archive.org/web/20201130204444/https://fortune.com/2020/11/30/covi
d-protein-folding-deepmind-ai/) from the original on 2020-11-30. Retrieved 2020-12-01.

Further reading
Carlos Outeiral, CASP14: what Google DeepMind's AlphaFold 2 really achieved, and what it
means for protein folding, biology and bioinformatics (https://www.blopig.com/blog/2020/12/c
asp14-what-google-deepminds-alphafold-2-really-achieved-and-what-it-means-for-protein-fo
lding-biology-and-bioinformatics/), Oxford Protein Informatics Group. (3 December)
Mohammed AlQuraishi, AlphaFold2 @ CASP14: "It feels like one's child has left home." (htt
ps://moalquraishi.wordpress.com/2020/12/08/alphafold2-casp14-it-feels-like-ones-child-has-
left-home/) (blog), 8 December 2020
Mohammed AlQuraishi, The AlphaFold2 Method Paper: A Fount of Good Ideas (https://moal
quraishi.wordpress.com/2021/07/25/the-alphafold2-method-paper-a-fount-of-good-ideas/)
(blog), 25 July 2021

External links
AlphaFold-3 web server (https://golgi.sandbox.google.com/about)
AlphaFold v2.1 code and links to model (https://github.com/deepmind/alphafold) on GitHub
Open access to protein structure predictions for the human proteome and 20 other key
organisms (https://alphafold.ebi.ac.uk/) at European Bioinformatics Institute (AlphaFold
Protein Structure Database)
CASP 14 (https://predictioncenter.org/casp14/index.cgi) website
AlphaFold: The making of a scientific breakthrough (https://www.youtube.com/watch?v=gg7
WjuFs8F4), DeepMind, via YouTube.
ColabFold (https://github.com/sokrypton/ColabFold) (Mirdita, Milot; Schütze, Konstantin;
Moriwaki, Yoshitaka; Heo, Lim; Ovchinnikov, Sergey; Steinegger, Martin (2022-05-30).
"ColabFold: Making protein folding accessible to all" (https://www.ncbi.nlm.nih.gov/pmc/articl
es/PMC9184281). Nature Methods. 19 (6): 679–682. doi:10.1038/s41592-022-01488-1 (http
s://doi.org/10.1038%2Fs41592-022-01488-1). PMC 9184281 (https://www.ncbi.nlm.nih.gov/
pmc/articles/PMC9184281). PMID 35637307 (https://pubmed.ncbi.nlm.nih.gov/35637307).),
version (https://colab.research.google.com/github/sokrypton/ColabFold/blob/main/AlphaFold
2.ipynb) for homooligomeric prediction and complexes

Retrieved from "https://en.wikipedia.org/w/index.php?title=AlphaFold&oldid=1272910447"

You might also like