Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

AlphaFold

From Wikipedia, the free encyclopedia
Artificial intelligence program by DeepMind
Part ofa series on
Artificial intelligence (AI)
Glossary

AlphaFold is anartificial intelligence (AI) program developed byDeepMind, a subsidiary ofAlphabet, which performspredictions of protein structure.[1] It is designed usingdeep learning techniques.[2]

AlphaFold 1 (2018) placed first in the overall rankings of the 13thCritical Assessment of Structure Prediction (CASP) in December 2018. It was particularly successful at predicting the most accurate structures for targets rated as most difficult by the competition organizers, where no existingtemplate structures were available fromproteins with partially similar sequences.

AlphaFold 2 (2020) repeated this placement in the CASP14 competition in November 2020.[3] It achieved a level of accuracy much higher than any other entry.[2][4] It scored above 90 on CASP'sglobal distance test (GDT) for approximately two-thirds of the proteins, a test measuring the similarity between a computationally predicted structure and the experimentally determined structure, where 100 represents a complete match.[2][5] The inclusion ofmetagenomic data has improved the quality of the prediction ofMSAs. One of the biggest sources of the training data was the custom-built Big Fantastic Database (BFD) of 65,983,866 protein families, represented as MSAs andhidden Markov models (HMMs), covering 2,204,359,010 protein sequences from reference databases, metagenomes, and metatranscriptomes.[6]

AlphaFold 2's results at CASP14 were described as "astounding"[7] and "transformational".[8] However, some researchers noted that the accuracy was insufficient for a third of its predictions, and that it did not reveal the underlying mechanism or rules ofprotein folding for theprotein folding problem, which remains unsolved.[9][10]

Despite this, the technical achievement was widely recognized. On 15 July 2021, the AlphaFold 2 paper was published inNature as an advance access publication alongsideopen source software and a searchable database of speciesproteomes.[6][11][12] As of February 2025, the paper had been cited nearly 35,000 times.[13]

AlphaFold 3 was announced on 8 May 2024. It can predict the structure ofcomplexes created by proteins withDNA,RNA, variousligands, andions.[14][15] 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.[16]

Demis Hassabis andJohn Jumper ofGoogle DeepMind shared one half of the 2024Nobel Prize in Chemistry, awarded "for protein structure prediction," while the other half went toDavid Baker "for computational protein design."[17] Hassabis and Jumper had previously won theBreakthrough Prize in Life Sciences and theAlbert Lasker Award for Basic Medical Research in 2023 for their leadership of the AlphaFold project.[18][19]

Background

[edit]
See also:Protein structure prediction andDe novo protein structure prediction
three individual polypeptide chains at different levels of folding and a cluster of chains
Amino-acid chains, known aspolypeptides, fold to form a protein

Proteins consist ofchains of amino acids whichspontaneously fold to form thethree 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 asX-ray crystallography,cryo-electron microscopy andnuclear magnetic resonance (NMR), which are all expensive and time-consuming.[20] 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 topredict 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 ofhomology modeling based on molecular evolution.CASP, which was launched in 1994 to challenge the scientific community to produce their best protein structure predictions, found thatGDT 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 anartificial intelligence (AI)deep learning technique.[20]

Algorithm

[edit]

DeepMind is known to have trained the program on over 170,000 proteins from theProtein Data Bank, a public repository of protein sequences and structures. The program uses a form ofattention network, adeep learning technique that focuses on having theAI 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 200GPUs.[2]

AlphaFold 1 (2018)

[edit]

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 differentresidues (peptides) 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 acontact map to be estimated. Building on recent work prior to 2018, AlphaFold 1 extended this by estimating a probability distribution for the distances between residues, effectively transforming the contact map into a distance map. It also used more advanced learning methods than previously to develop the inference.[21][22]

AlphaFold 2 (2020)

[edit]

AlphaFold 2 performance, experiments, and architecture[23]
Architectural details of AlphaFold 2[23]

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.[24][25]

AlphaFold 1 used a number of separately trained modules to produce a guide potential, which was then combined with a physics-based energy potential. AlphaFold 2 replaced this with a system of interconnected sub-networks, forming a single, differentiable, end-to-end model based on pattern recognition. This model was trained in an integrated manner.[25][26] After the neural network's prediction converges, a final refinement step applies local physical constraints using energy minimization based on theAMBER force field. This step only slightly adjusts the predicted structure.[27]

A key part of the 2020 system are two modules, believed to be based on atransformer design, which are used to progressively refine avector of information for each relationship (or "edge" in graph-theory terminology) between anamino acid residue of the 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 inputsequence alignment (these relationships are represented by the array shown in red).[26] 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 the update of the residue/sequence information, and then the improved residue/sequence information feeding into the update of the residue/residue information.[26] 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][needs update]

The output of these iterations then informs the final structure prediction module,[26] which also uses transformers,[28] 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.[29]

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.[30]

AlphaFold 3 (2024)

[edit]

Announced on 8 May 2024,AlphaFold 3 was co-developed by Google DeepMind andIsomorphic Labs, both subsidiaries ofAlphabet. AlphaFold 3 is not limited to single-chain proteins, as it can also predict the structures ofprotein complexes withDNA,RNA,post-translational modifications and selectedligands andions.[31][14]

AlphaFold 3 introduces the "Pairformer," a deep learning architecture inspired by the transformer, which is considered similar to, but simpler than, the Evoformer used in AlphaFold 2.[15][32] The Pairformer module's initial predictions are refined by adiffusion model. This model begins with a cloud of atoms and iteratively refines their positions, guided by the Pairformer's output, to generate a 3D representation of the molecular structure.[14]

The AlphaFold server was created to provide free access to AlphaFold 3 for non-commercial research.[33] As of May 2025, the AlphaFold 3 research paper has been directly cited more than 4000 times.[34]

Competitions

[edit]
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.

CASP13

[edit]

In December 2018, DeepMind's AlphaFold placed first in the overall rankings of the 13thCritical Assessment of Techniques for Protein Structure Prediction (CASP).[35][36]

The program was particularly successfully predicting the most accurate structure for targets rated as the most difficult by the competition organisers, where no existingtemplate 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,[36][37][38] achieving a median score of 58.9 on the CASP'sglobal distance test (GDT) score, ahead of 52.5 and 52.4 by the two next best-placed teams,[39] who were also using deep learning to estimate contact distances.[40][41] Overall, across all targets, AlphaFold 1 achieved a GDT score of 68.5.[42]

In January 2020, implementations and illustrative code of AlphaFold 1 was releasedopen-source onGitHub.[43][20] 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

[edit]

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

On the competition's preferredglobal 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,[46][47] a level of accuracy reported to be comparable to experimental techniques likeX-ray crystallography.[24][8][42] In 2018 AlphaFold 1 had only reached this level of accuracy in two of all of its predictions.[7] 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.[citation needed]

Measured by theroot-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.[7] 76% of predictions achieved better than 3 Å, and 46% had a C-alpha atom RMS accuracy better than 2 Å,[7] with a median RMS deviation in its predictions of 2.1 Å for a set of overlapped CA atoms.[7] AlphaFold 2 also achieved an accuracy in modelling surfaceside chains described as "really really extraordinary".

To further validate AlphaFold 2, the conference organizers approached four leading experimental groups working on structures they found 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 bymolecular replacement. These included target T1100 (Af1503), a smallmembrane 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 byprotein NMR methods, which define protein structure directly in aqueous solution, whereas AlphaFold was mostly trained onprotein structures in crystals. The third exists in nature as amultidomain complex consisting of 52 identical copies of the samedomain, 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

[edit]

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

Reception

[edit]

AlphaFold 2 scoring more than 90 inCASP'sglobal distance test (GDT) is a great achievement incomputational biology[5].[8]Nobel Prize winner andstructural biologistVenki 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."[44]

AlphaFold 2's success received wide media attention.[49][44][50] News pieces appeared in the science press, such asNature,[8]Science,[5]MIT Technology Review,[2] andNew Scientist,[51][52] and the story was covered by national newspapers.[53][54][55][56] A frequent theme was the ability to predict protein structures based on the constituent amino acid sequence, expected to have benefits in the life sciences--accelerating drug discovery and enabling better understanding of diseases.[8][57] Some have noted that even a perfect answer to the proteinprediction problem still leaves questions about the proteinfolding problem (and thusprotein dynamics)—understanding in detail how the folding process actually occurs in nature (and how sometimes they can alsomisfold).[58]

In 2023,Demis Hassabis andJohn Jumper won theBreakthrough Prize in Life Sciences[19] as well as theAlbert Lasker Award for Basic Medical Research for their management of the AlphaFold project.[59] Hassabis and Jumper proceeded to win theNobel Prize in Chemistry in 2024 for their work on "protein structure prediction" withDavid Baker of the University of Washington.[18][60]

Source code

[edit]

Open access to source code of several AlphaFold versions (excluding AlphaFold 3) has been provided by DeepMind after requests from the scientific community.[61][62][63] The source code of AlphaFold 3[64] was made available for non-commercial use to the scientific community upon request in November 2024.

Database of protein models generated by AlphaFold

[edit]
AlphaFold Protein Structure Database
Content
Data types
captured
protein structure prediction
Organismsall UniProt proteomes
Contact
Research centerEMBL-EBI
Primary citation[6]
Access
Websitehttps://www.alphafold.ebi.ac.uk/
Download URLyes
Tools
Webyes
Miscellaneous
LicenseCC-BY 4.0
Curation policyautomatic

TheAlphaFold Protein Structure Database, a joint project between AlphaFold andEMBL-EBI, was launched on July 22, 2021. At launch, the database contained AlphaFold-predictedmodels for nearly the completeUniProtproteome of humans and 20model organisms, totaling over 365,000 proteins. The database does not include proteins with fewer than 16 or more than 2700amino acid residues,[65] but for humans they are available in the whole batch file.[66] AlphaFold's initial goal (as of early 2022) was to expand the database to cover most of the UniRef90 set, which contains over 100 million proteins. As of May 15, 2022, the database contained 992,316 predictions.[67]

In July 2021, UniProt-KB andInterPro[68] has been updated to show AlphaFold predictions when available.[69]

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.[70]

Performance, validations and limitations

[edit]

Despite its impressive success, AlphaFold has also shown certain limitations:

  • AlphaFold DB provides models of individual protein chains (monomers), rather than their biologically relevantcomplexes.[71]
  • Many protein regions are predicted with low confidence score, including theintrinsically disordered protein regions.[72]
  • Alphafold-2 was validated for predicting effects of point mutations on structure[73] and free energy[74], with a partial success.
  • The model relies, to some extent, on co-evolutionary information from similar proteins. Therefore, it may not perform as well on synthetic proteins or proteins with very low homology to those in the training database.[75]
  • The model's ability to predict multiplenative conformations of proteins is limited.
  • AlphaFold 3 version can predict structures of protein complexes with a very limited set of selectedcofactors and co- andpost-translational modifications.[76] Between 50% and 70% of the structures of the human proteome are incomplete without covalently-attached glycans.[77][71] AlphaFill, a derived database, adds cofactors to AlphaFold models where appropriate.[78]
  • 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.[79]

Applications

[edit]
See also:Earth BioGenome Project

AlphaFold has been used to predict structures of proteins ofSARS-CoV-2, the causative agent ofCOVID-19. The structures of these proteins were pending experimental detection in early 2020.[80][8] Results were reviewed by scientists at theFrancis Crick Institute in the United Kingdom before being released to the broader research community. The team also confirmed accurate prediction against the experimentally determined SARS-CoV-2spike protein that was shared in theProtein Data Bank, an international open-access database, before releasing the computationally determined structures of the under-studied protein molecules.[81] 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.[81] Specifically, AlphaFold 2's prediction of the structure of theORF3a protein was very similar to the structure determined by researchers atUniversity of California, Berkeley usingcryo-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.[82]

Published works

[edit]

See also

[edit]

References

[edit]
  1. ^"AlphaFold".Deepmind.Archived from the original on 19 January 2021. Retrieved30 November 2020.
  2. ^abcdef"DeepMind's protein-folding AI has solved a 50-year-old grand challenge of biology".MIT Technology Review.Archived from the original on 2021-08-28. Retrieved2020-11-30.
  3. ^Shead, Sam (2020-11-30)."DeepMind solves 50-year-old 'grand challenge' with protein folding A.I."CNBC.Archived from the original on 2021-01-28. Retrieved2020-11-30.
  4. ^Stoddart, Charlotte (1 March 2022)."Structural biology: How proteins got their close-up".Knowable Magazine.doi:10.1146/knowable-022822-1.S2CID 247206999.Archived from the original on 7 April 2022. Retrieved25 March 2022.
  5. ^abcdefghRobert F. Service,'The game has changed.' AI triumphs at solving protein structuresArchived 2023-06-24 at theWayback Machine,Science, 30 November 2020
  6. ^abcJumper, 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".Nature.596 (7873):583–589.Bibcode:2021Natur.596..583J.doi:10.1038/s41586-021-03819-2.PMC 8371605.PMID 34265844.
  7. ^abcdefMohammed AlQuraishi,CASP14 scores just came out and they're astoundingArchived 2022-08-04 at theWayback Machine, Twitter, 30 November 2020.
  8. ^abcdefCallaway, 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.doi:10.1038/d41586-020-03348-4.PMID 33257889.S2CID 227243204.
  9. ^Stephen Curry,No, DeepMind has not solved protein foldingArchived 2022-07-29 at theWayback Machine, Reciprocal Space (blog), 2 December 2020
  10. ^Ball, Phillip (9 December 2020)."Behind the screens of AlphaFold".Chemistry World.Archived from the original on 15 August 2021. Retrieved10 December 2020.
  11. ^"GitHub - deepmind/alphafold: Open source code for AlphaFold".GitHub.Archived from the original on 2021-07-23. Retrieved2021-07-24.
  12. ^"AlphaFold Protein Structure Database".alphafold.ebi.ac.uk.Archived from the original on 2021-07-24. Retrieved2021-07-24.
  13. ^"Google Scholar".scholar.google.com. Retrieved2025-05-01.
  14. ^abc"AlphaFold 3 predicts the structure and interactions of all of life's molecules".Google. 2024-05-08.Archived from the original on 2024-05-09. Retrieved2024-05-09.
  15. ^abAbramson, 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".Nature.630 (8016):493–500.Bibcode:2024Natur.630..493A.doi:10.1038/s41586-024-07487-w.ISSN 1476-4687.PMC 11168924.PMID 38718835.
  16. ^"Beyond AlphaFold 3: Navigating Future Challenges in Protein Structure Prediction". 2024-05-10. Retrieved2024-11-29.
  17. ^"Press release: The Nobel Prize in Chemistry 2024". The Royal Swedish Academy of Sciences. 9 October 2024. Retrieved29 November 2024.The Royal Swedish Academy of Sciences has decided to award the Nobel Prize in Chemistry 2024 with one half to David Baker..."for computational protein design" and the other half jointly to Demis Hassabis... John Jumper..."for protein structure prediction"
  18. ^abHunt, Christian Edwards, Katie (9 October 2024)."Scientists who used AI to 'crack the code' of almost all proteins win Nobel Prize in chemistry".CNN.Archived from the original on 10 October 2024. Retrieved9 October 2024.{{cite news}}: CS1 maint: multiple names: authors list (link)
  19. ^abKnapp, Alex."2023 Breakthrough Prizes Announced: Deepmind's Protein Folders Awarded $3 Million".Forbes.Archived from the original on 2024-05-09. Retrieved2024-05-09.
  20. ^abc"AlphaFold: Using AI for scientific discovery".Deepmind. 15 January 2020.Archived from the original on 2022-03-07. Retrieved2020-11-30.
  21. ^Mohammed AlQuraishi (May 2019),AlphaFold at CASP13Archived 2021-11-22 at theWayback Machine,Bioinformatics,35(22), 4862–4865doi:10.1093/bioinformatics/btz422. See also Mohammed AlQuraishi (December 9, 2018),AlphaFold @ CASP13: "What just happened?"Archived 2022-07-29 at theWayback Machine (blog post).
    Mohammed AlQuraishi (15 January 2020),A watershed moment for protein structure predictionArchived 2022-06-23 at theWayback Machine,Nature577, 627–628doi:10.1038/d41586-019-03951-0
  22. ^AlphaFold: Machine learning for protein structure predictionArchived 2022-05-12 at theWayback Machine,Foldit, 31 January 2020
  23. ^abJumper, John; et al. (August 2021)."Highly accurate protein structure prediction with AlphaFold".Nature.596 (7873):583–589.Bibcode:2021Natur.596..583J.doi:10.1038/s41586-021-03819-2.ISSN 1476-4687.PMC 8371605.PMID 34265844.
  24. ^ab"DeepMind is answering one of biology's biggest challenges".The Economist. 2020-11-30.ISSN 0013-0613.Archived from the original on 2020-12-03. Retrieved2020-11-30.
  25. ^abJeremy Kahn,Lessons from DeepMind's breakthrough in protein-folding A.I.Archived 2022-04-08 at theWayback Machine,Fortune, 1 December 2020
  26. ^abcdSee block diagram. Also John Jumperet al. (1 December 2020),AlphaFold 2 presentationArchived 2022-07-03 at theWayback Machine, slide 10
  27. ^John Jumper et al., conference abstract (December 2020)
  28. ^The structure module is stated to use a "3-d equivariant transformer architecture" (John Jumperet al. (1 December 2020),AlphaFold 2 presentationArchived 2022-07-03 at theWayback Machine, slide 12).
    One design for a transformer network withSE(3)-equivariance was proposed in Fabian Fuchset alSE(3)-Transformers: 3D Roto-Translation Equivariant Attention NetworksArchived 2021-10-07 at theWayback Machine,NeurIPS 2020; alsowebsiteArchived 2022-07-03 at theWayback Machine. It is not known how similar this may or may not be to what was used in AlphaFold.
    See alsothe blog postArchived 2020-12-08 at theWayback Machine by AlQuaraishi on this, or themore detailed postArchived 2022-07-03 at theWayback Machine by Fabian Fuchs
  29. ^John Jumperet al. (1 December 2020),AlphaFold 2 presentationArchived 2022-07-03 at theWayback Machine, slides 12 to 20
  30. ^Callaway, Ewen (13 April 2022)."What's next for AlphaFold and the AI protein-folding revolution".Nature.604 (7905):234–238.Bibcode:2022Natur.604..234C.doi:10.1038/d41586-022-00997-5.PMID 35418629.S2CID 248156195.
  31. ^Metz, Cade (2024-05-08)."Google Unveils A.I. for Predicting Behavior of Human Molecules".The New York Times.ISSN 0362-4331.Archived from the original on 2024-10-10. Retrieved2024-05-09.
  32. ^Accurate structure prediction of biomolecular interactions with AlphaFold 3Archived 2024-05-12 at theWayback Machine, pdf of preprint of the article in Nature.
  33. ^"A non-commercial server of AlphaFold-3".Archived from the original on 2024-10-10. Retrieved2024-05-12.
  34. ^"Google Scholar".scholar.google.com. Retrieved2025-05-01.
  35. ^Group performance based on combined z-scoresArchived 2022-03-08 at theWayback Machine, CASP 13, December 2018. (AlphaFold = Team 043: A7D)
  36. ^abSample, Ian (2 December 2018)."Google's DeepMind predicts 3D shapes of proteins".The Guardian.Archived from the original on 18 July 2019. Retrieved30 November 2020.
  37. ^"AlphaFold: Using AI for scientific discovery".Deepmind.Archived from the original on 10 October 2024. Retrieved30 November 2020.
  38. ^Singh, Arunima (2020)."Deep learning 3D structures".Nature Methods.17 (3): 249.doi:10.1038/s41592-020-0779-y.ISSN 1548-7105.PMID 32132733.S2CID 212403708.
  39. ^SeeCASP 13 data tablesArchived 2022-03-14 at theWayback Machine for 043 A7D, 322 Zhang, and 089 MULTICOM
  40. ^Wei Zhenget al,Deep-learning contact-map guided protein structure prediction in CASP13Archived 2022-01-22 at theWayback Machine,Proteins: Structure, Function, and Bioinformatics,87(12) 1149–1164doi:10.1002/prot.25792; andslidesArchived 2022-07-26 at theWayback Machine
  41. ^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".Proteins: Structure, Function, and Bioinformatics.87 (12). Wiley:1165–1178.bioRxiv 10.1101/552422.doi:10.1002/prot.25697.ISSN 0887-3585.PMC 6800999.PMID 30985027.
  42. ^ab"DeepMind Breakthrough Helps to Solve How Diseases Invade Cells".Bloomberg.com. 2020-11-30.Archived from the original on 2022-04-05. Retrieved2020-11-30.
  43. ^"deepmind/deepmind-research".GitHub.Archived from the original on 2022-02-01. Retrieved2020-11-30.
  44. ^abc"AlphaFold: a solution to a 50-year-old grand challenge in biology".Deepmind. 30 November 2020.Archived from the original on 30 November 2020. Retrieved30 November 2020.
  45. ^"DeepMind's protein-folding AI has solved a 50-year-old grand challenge of biology".MIT Technology Review.Archived from the original on 28 August 2021. Retrieved30 November 2020.
  46. ^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 Å.
  47. ^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 Å,
  48. ^Callaway, Ewen (2022-12-13)."After AlphaFold: protein-folding contest seeks next big breakthrough".Nature.613 (7942):13–14.doi:10.1038/d41586-022-04438-1.PMID 36513827.S2CID 254660427.
  49. ^Artificial intelligence solution to a 50-year-old science challenge could 'revolutionise' medical researchArchived 2022-04-24 at theWayback Machine (press release),CASP organising committee, 30 November 2020
  50. ^Brigitte Nerlich,Protein folding and science communication: Between hype and humilityArchived 2022-02-15 at theWayback Machine,University of Nottingham blog, 4 December 2020
  51. ^Michael Le Page,DeepMind's AI biologist can decipher secrets of the machinery of lifeArchived 2022-08-02 at theWayback Machine,New Scientist, 30 November 2020
  52. ^The predictions of DeepMind's latest AI could revolutionise medicineArchived 2021-11-07 at theWayback Machine,New Scientist, 2 December 2020
  53. ^Tom Whipple,Deepmind finds biology's 'holy grail' with answer to protein problem,The Times (online), 30 November 2020.
    Tom Whipple wrote six articles on the subject forThe Times when the news broke. (threadArchived 2021-11-08 at theWayback Machine).
  54. ^Cade Metz,London A.I. Lab Claims Breakthrough That Could Accelerate Drug DiscoveryArchived 2022-08-04 at theWayback Machine,New York Times, 30 November 2020
  55. ^Ian Sample,DeepMind AI cracks 50-year-old problem of protein foldingArchived 2020-11-30 at theWayback Machine,The Guardian, 30 November 2020
  56. ^Lizzie Roberts,'Once in a generation advance' as Google AI researchers crack 50-year-old biological challengeArchived 2022-08-04 at theWayback Machine.Daily Telegraph, 30 November 2020
  57. ^Tim Hubbard,The secret of life, part 2: the solution of the protein folding problem.Archived 2022-05-14 at theWayback Machine,medium.com, 30 November 2020
  58. ^e.g. Greg Bowman,Protein folding and related problems remain unsolved despite AlphaFold's advanceArchived 2022-07-13 at theWayback Machine,Folding@home blog, 8 December 2020
  59. ^Sample, Ian (2023-09-21)."Team behind AI program AlphaFold win Lasker science prize".The Guardian.ISSN 0261-3077.Archived from the original on 2024-10-10. Retrieved2024-05-09.
  60. ^"The Nobel Prize in Chemistry 2024".NobelPrize.org.Archived from the original on 2024-10-09. Retrieved2024-10-10.
  61. ^Domínguez, Nuño (2020-12-02)."La inteligencia artificial arrasa en uno de los problemas más importantes de la biología".El País (in Spanish).Archived from the original on 2022-07-26. Retrieved2024-05-12.
  62. ^Briggs, David (2020-12-04)."If Google's Alphafold2 really has solved the protein folding problem, they need to show their working".The Skeptic.Archived from the original on 2024-05-12. Retrieved2024-05-12.
  63. ^Demis Hassabis,"Brief update on some exciting progress on #AlphaFold!"Archived 2022-07-22 at theWayback Machine (tweet), viatwitter, 18 June 2021
  64. ^google-deepmind/alphafold3, Google DeepMind, 2025-02-08, retrieved2025-02-08
  65. ^"AlphaFold Protein Structure Database".alphafold.ebi.ac.uk.Archived from the original on 2022-07-29. Retrieved2021-07-29.
  66. ^"AlphaFold Protein Structure Database".alphafold.ebi.ac.uk.Archived from the original on 29 July 2022. Retrieved27 July 2021.
  67. ^"AlphaFold Protein Structure Database".www.alphafold.ebi.ac.uk.Archived from the original on 2022-08-02. Retrieved2021-07-24.
  68. ^InterPro (22 July 2021)."Alphafold Structure Predictions Available In Interpro".proteinswebteam.github.io.Archived from the original on 2021-11-05. Retrieved2021-07-29.
  69. ^"Putting the power of AlphaFold into the world's hands".Deepmind. 22 July 2022.Archived from the original on 24 July 2021. Retrieved24 July 2021.
  70. ^Callaway, Ewen (2022-07-28)."'The entire protein universe': AI predicts shape of nearly every known protein".Nature.608 (7921):15–16.Bibcode:2022Natur.608...15C.doi:10.1038/d41586-022-02083-2.PMID 35902752.S2CID 251159714.
  71. ^ab"What use cases does AlphaFold not support?".AlphaFold Protein Structure Database.Archived from the original on 2022-07-29. Retrieved2022-05-15.
  72. ^AlphaFold heralds a data-driven revolution in biology and medicineArchived 2024-10-10 at theWayback Machine, byJanet M. Thornton, Roman A. Laskowski & Neera Borkakoti,Nature Medicine, volume 12, pages 1666–1669, 12 October 2021
  73. ^McBride, John M.; Polev, Konstantin; Abdirasulov, Amirbek; Reinharz, Vladimir; Grzybowski, Bartosz A.; Tlusty, Tsvi (2023-11-20)."AlphaFold2 Can Predict Single-Mutation Effects".Physical Review Letters.131 (21) 218401.arXiv:2204.06860.Bibcode:2023PhRvL.131u8401M.doi:10.1103/PhysRevLett.131.218401.ISSN 0031-9007.PMID 38072605.Archived from the original on 2024-06-09. Retrieved2023-11-26.
  74. ^McBride, John M.; Tlusty, Tsvi (2024-08-26)."AI-Predicted Protein Deformation Encodes Energy Landscape Perturbation".Physical Review Letters.133 (9).doi:10.1103/PhysRevLett.133.098401.ISSN 0031-9007.
  75. ^"DeepMind's latest AI breakthrough could turbocharge drug discovery".Fast Company.ISSN 1085-9241.Archived from the original on 2023-01-24. Retrieved2023-01-24.
  76. ^Bagdonas, Haroldas; Fogarty, Carl A.; Fadda, Elisa; Agirre, Jon (2021-10-29)."The case for post-predictional modifications in the AlphaFold Protein Structure Database"(PDF).Nature Structural & Molecular Biology.28 (11):869–870.doi:10.1038/s41594-021-00680-9.ISSN 1545-9985.PMID 34716446.S2CID 240228913.Archived(PDF) from the original on 2024-01-13. Retrieved2024-01-13.
  77. ^An, Hyun Joo; Froehlich, John W; Lebrilla, Carlito B (2009-10-01)."Determination of glycosylation sites and site-specific heterogeneity in glycoproteins".Current Opinion in Chemical Biology. Analytical Techniques/Mechanisms.13 (4):421–426.doi:10.1016/j.cbpa.2009.07.022.ISSN 1367-5931.PMC 2749913.PMID 19700364.
  78. ^Hekkelman, Maarten L.; de Vries, Ida; Joosten, Robbie P.; Perrakis, Anastassis (February 2023)."AlphaFill: enriching AlphaFold models with ligands and cofactors".Nature Methods.20 (2):205–213.doi:10.1038/s41592-022-01685-y.PMC 9911346.PMID 36424442.
  79. ^Dabrowski-Tumanski, Pawel; Stasiak, Andrzej (7 November 2023)."AlphaFold Blindness to Topological Barriers Affects Its Ability to Correctly Predict Proteins' Topology".Molecules.28 (22): 7462.doi:10.3390/molecules28227462.PMC 10672856.PMID 38005184.
  80. ^"AI Can Help Scientists Find a Covid-19 Vaccine".Wired.ISSN 1059-1028.Archived from the original on 2022-04-23. Retrieved2020-12-01.
  81. ^ab"Computational predictions of protein structures associated with COVID-19".Deepmind. 4 August 2020.Archived from the original on 2022-03-25. Retrieved2020-12-01.
  82. ^"How DeepMind's new protein-folding A.I. is already helping to combat the coronavirus pandemic".Fortune.Archived from the original on 2020-11-30. Retrieved2020-12-01.

Further reading

[edit]

External links

[edit]
Computer
programs
AlphaGo
Versions
Competitions
In popular culture
Other
Machine
learning
Neural networks
Other
Generative
AI
Chatbots
Models
Other
See also
Concepts
Applications
Implementations
Audio–visual
Text
Decisional
People
Architectures
Retrieved from "https://en.wikipedia.org/w/index.php?title=AlphaFold&oldid=1318486488"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp