Next Article in Journal
Sources of Nitrogen-, Sulfur-, and Phosphorus-Containing Feedstocks for Prebiotic Chemistry in the Planetary Environment
Previous Article in Journal
The Anti-Tumor Effect of Boron Neutron Capture Therapy in Glioblastoma Subcutaneous Xenograft Model Using the Proton Linear Accelerator-Based BNCT System in Korea
 
 
Font Type:
Arial Georgia Verdana
Font Size:
Aa Aa Aa
Line Spacing:
Column Width:
Background:
Review

Artificial Intelligence in Cryo-Electron Microscopy

1
Department of Biotechnology, The Catholic University of Korea, Bucheon-si 14662, Gyeonggi, Korea
2
Department of Biochemistry, University of Missouri, Columbia, MO 65211, USA
3
Department of Biomedical Engineering, Kyung Hee University, Yongin-si 17104, Gyeonggi, Korea
*
Authors to whom correspondence should be addressed.
Life 2022, 12(8), 1267; https://doi.org/10.3390/life12081267
Submission received: 26 July 2022 / Revised: 15 August 2022 / Accepted: 18 August 2022 / Published: 19 August 2022
(This article belongs to the Section Biochemistry, Biophysics and Computational Biology)

Abstract

:
Cryo-electron microscopy (cryo-EM) has become an unrivaled tool for determining the structure of macromolecular complexes. The biological function of macromolecular complexes is inextricably tied to the flexibility of these complexes. Single particle cryo-EM can reveal the conformational heterogeneity of a biochemically pure sample, leading to well-founded mechanistic hypotheses about the roles these complexes play in biology. However, the processing of increasingly large, complex datasets using traditional data processing strategies is exceedingly expensive in both user time and computational resources. Current innovations in data processing capitalize on artificial intelligence (AI) to improve the efficiency of data analysis and validation. Here, we review new tools that use AI to automate the data analysis steps of particle picking, 3D map reconstruction, and local resolution determination. We discuss how the application of AI moves the field forward, and what obstacles remain. We also introduce potential future applications of AI to use cryo-EM in understanding protein communities in cells.

1. Introduction

In cells, macromolecules perform their biological roles in the context of complex networks, exchanging binding partners and altering assembly states [1]. This molecular network can be determined by the structural analysis of macromolecules, which is crucial for understanding functional mechanisms and designing new drugs to exploit those functions in disease states [2]. Since 2013, we have experienced a boom of structural discovery with respect to biomolecules using cryo-electron microscopy (cryo-EM), now arguably the most powerful tool in structural biology. Distinct from other conventional structural approaches, such as X-ray crystallography (XRC) and Nuclear Magnetic Resonance (NMR), cryo-EM can characterize the intact forms of various biomolecules and their interacting partners in sizes ranging from small individual proteins to large complexes, at near-atomic resolution [3,4]. This “resolution revolution” was achieved through advancements in both instrumental hardware (e.g., vitrification machines, electron sources, and direct electron detectors [5,6,7]) and image processing software (e.g., Relion [8], CryoSPARC [9], Cistem [10], Scipion [11]). Single-particle analysis (SPA) cryo-EM uses a large number of extracted particles randomly oriented in vitreous ice, resulting in a unique advantage in studying macromolecular complexes. Using this technique, it is possible to observe numerous conformational variations between states and understand the flexibility of disordered regions of biomolecular complexes [12,13].
Structural analysis using cryo-EM of biologically important macromolecules is increasingly complex, scaling with the size of the complexes studied and the size of the datasets collected by better, faster cameras. The heterogeneity of dynamic macromolecules can be a great barrier to reconstructing high-resolution 3D structures. To address the challenge of structural heterogeneity, semi-automated image processing algorithms and pipelines have been developed [9,11]. However, despite computational developments, a high level of user skill, time, and attention are still required, which not only limits processing speed, but also introduces significant variability to the end result [14,15]. With recent advances in artificial intelligence (AI) technology, several fully automated deep learning-based image processing approaches have been applied to the workflow of cryo-EM 3D reconstruction and atomic structure determination, including steps such as particle picking [16,17,18,19,20,21,22,23], 3D map reconstruction [24,25,26], resolution determination [27,28], map sharpening [29], and model building [30,31], all relying on neural networks that are trained on “big data” (Figure 1 and Table 1).
This review paper will introduce various neural network-based programs actively developed and currently used in the cryo-EM, explaining how the new programs address current gaps in the field, and propose methodological areas for further development.

2. Pre-Processing: Particle Picking

One of the most important tasks in SPA cryo-EM for high-resolution 3D reconstruction, second only to preparing optimal samples, is particle selection. During data collection, a low electron dose is used to minimize radiation damage to biological samples, which generates noisy images with low contrast, making it difficult to recognize particles from raw micrographs [35]. For this reason, the reconstruction of a reliable 3D map requires a sufficiently large set of particle images, the selection of which is the first bottleneck in the image processing steps of SPA. Over the past decades, many particle recognition methods have been proposed, most of which are based on template matching, edge detection and feature extraction [36,37,38]. Template matching is the most popular particle selection approach. Template matching uses the cross-correlation of patched micrographs with calculated particle image templates [39]. This semi-automated particle selection method performs well with “good quality images”, meaning those with strong signal-to-noise ratio (SNR) and a good contrast. However, because this method depends greatly on the quality of the micrographs, its performance is significantly reduced for heterogeneous samples commonly found with biological macromolecules. The weakness of requiring exemplary micrographs for dynamic, non-ideal biochemical samples also applies to other conventional approaches (e.g., edge detection and feature extraction). If semi-automated particle selection is not reliable, users resort to manual particle selection, which requires a great deal of time and effort and introduces many opportunities for user error or bias.
Over the past few years, new automated particle selection methods have been introduced (e.g., DeepPicker [16], DeepEM [20]) using deep learning algorithms and convolutional techniques to extract features from massive quantities of data through layers in neural networks [40]. A convolutional neural network (CNN) is a biological process-inspired deep learning algorithm that differentiates one from the other by accepting input images and assigning importance (weight and bias) to various aspects of the images [41]. Similarly to multi-layer perceptions, each convolution layer is connected within the network; that is, the values of one layer act as inputs of the next layer, so that the algorithm learns complex patterns [17].
DeepPicker [16] and DeepEM [20] are some of the earliest models of fully automated particle recognition tools. These particle selecting tools crop micrographs with a default step size by a sliding window and generate several image patches, which are then the input of CNN that classifies the extracted patches into positive (actual particle) or negative (background noise) images. For training purpose, DeepEM requires hundreds of manually selected particles [20], while DeepPicker has an alternative training scheme which uses a pretrained network with similarly shaped molecules as training data for particle picking [16]. These neural network-based particle picking tools have contributed significantly to particle selection from challenging datasets. However, these approaches still have some drawbacks. The computational costs can be high, as these programs generate several image patches by a sliding window to crop each collected micrograph and grouping these patches into “good” or “bad” [17,18,21]. In addition, these approaches are not suitable for large particles or samples with ice contamination.
Recently, several advanced deep learning-based particle picking packages have been released to address the above issues, such as TOPAZ [22], WARP [23], and crYOLO [17]. TOPAZ, one of the most popular particle-picking tools in recent years, uses a similar deep learning system to DeepPicker. In contrast to existing deep learning-based particle selection tools, including DeepPicker and DeepEM, TOPAZ uses a relatively small number of training samples, accomplished by using unlabeled samples in place of negative samples [22]. Since negative data corresponding to non-particles have more diverse characteristics, the manual selection of non-particles is an important but tedious task. To overcome this challenge, TOPAZ formulates the problem description as a positive-unlabeled learning problem, which trains a model given a small number of positive samples and the remaining samples, which are unlabeled, are understood to be non-particles. WARP employs a deep residual network (ResNet) architecture [42], which allows for the training of deeper CNNs by effectively skipping some connections or layers [23]. WARP was trained with real data from the electron microscopy public image archive (EMPIAR) [43] and synthetic data from the protein data bank (PDB) [44]. In addition, WARP corrects micrograph motion and estimates the local defocus, which ultimately identifies high-contrast artifacts and provides accurate particle picking results. crYOLO utilizes an object detection approach called “You Only Look Once” (YOLO) [45], which is a state-of-the-art approach in deep neural network in terms of both speed and accuracy. The advantage of crYOLO is that it requires only a single pass of the full image instead of multiple passes of cropped regions [17]. Moreover, as crYOLO uses a single pass of the full image, it is more appropriate for detecting the larger context around a particle of interest [17]. These advanced, fully automated, deep learning approaches appear to be more suited for cryo-EM image processing than the conventional methods. Nonetheless, as the size of cryo-EM datasets dramatically increases without the improvement of SNR, the field must pay more attention to the issue of low-SNR images, which significantly reduce the detection accuracy of these advanced particle picking tools.

3. Three-Dimensional (3D) Map Reconstruction

SPA cryo-EM is a method that determines the 3D structure of macromolecules at the atomic level by imaging many individual particles, isolated from a biological sample, frozen in a cryogenic state [46]. Although it deals with biological substances, 3D reconstruction is an astonishing product of physical and mathematical theories. Since it is not the main topic of this review paper, the detailed theories describing 3D reconstruction will not be covered, but we will briefly introduce some basic principles used in SPA cryo-EM.
Transmission electron microscopy (TEM) produces 2D projection images, so the basic concept of SPA 3D reconstruction is to generate a 3D model by computationally combining various 2D images representing different orientations/views of the biological sample [47]. The most important part of this process is to accurately estimate the orientation and translational shift (pose) of each individual particle image extracted from the raw micrograph. However, as mentioned in the previous section, cryo-EM collects images using a very low electron dose to protect the sample from radiation damage, which results in a low SNR thus hindering accurate pose estimation. To improve the SNR, several particle images are collected and aligned in the same orientation through several computational approaches [48]. There are various strategies for pose estimation that have been implemented in EM image processing software packages. One approach is projection matching [49], in which unknown poses of each experimental image are assigned by comparing the unknown pose with a computationally produced initial 3D reference model. Although the projection matching approach is relatively simple, the accuracy of pose estimation is significantly reduced at lower SNR, so projection matching requires high computational costs [34]. In the advancement of 3D reconstruction algorithms in SPA cryo-EM, some approaches using statistical weighting of projection images have been introduced, including maximum-likelihood (ML) approaches [50,51]. In a ML implementation, each individual particle image is not directly assigned a single pose (the best match). Instead, each particle image is given a set of probable of orientations and similarity scores which eventually are used as weights in 3D reconstruction [34,36,47,50,51]. During each iteration, the estimation scores are improved until meeting a convergence criterion [51,52]. However, as it is still difficult to search all possible 3D maps, results heavily depend on the first estimate of the initial 3D model, resulting in an artifact known as model-bias [34]. More recently, an implementation with ab-initio (initial model-free) model using a stochastic gradient descent (SGD) algorithm has been proposed to address the model-bias derived misassignment issue [9]. Although SGD minimizes optimization problems in SPA 3D reconstruction, it is not sufficient for high-resolution 3D reconstruction (further refinement steps are required) and is not a complete initial model-free approach as an initial guess for modeling is still needed [51]. There are still many improvements needed, but SGD has recently received a lot of attention because it greatly advances the application of the deep learning field to cryoEM [53,54].

3.1. Model Building, 3D Classification, and 3D Refinement

The molecular mechanisms of proteins, protein complexes, and other biological macromolecules are essential for maintaining life. Until recently, however, these molecular mechanisms have been largely inferred from static 3D structures. Now, if we can analyze the presence and distribution of different conformations related to the versatile roles these macromolecules play, a more complete understanding of the secrets of life can be achieved.
SPA cryo-EM is considered an optimal approach for determining high-resolution 3D structures of a variety of macromolecules, especially for heterogenous, flexible, and/or dynamic complexes [55,56]. The predominant approach used for heterogenous reconstruction in SPA image processing packages is a discrete classification, such as 3D classification or heterogeneous refinement (e.g., local refinement [10,36] and multi-body refinement [57]), in which each particle can only belong to one class or pose, or to another. There is no information about possible relationships between classes. For such an approach, it is necessary to specify an initial model to provide information on the underlying structural state, which can result in a fatal errors or biases as described above [24]. The most problematic point is that the 3D reconstruction approach is not suitable for observing various conformations of complexes that undergo continuous structural changes [24]. More recently, a linear subspace model (Principal Component Analysis, PCA [58,59]), called 3D Variability Analysis (3DVA) [60], has been proposed to resolve the continuous distribution of related conformations of macromolecules. One caveat, however, is that 3DVA may introduce artifacts when the structural change is incorrectly approximated by linear interpolations through underlying volumes [24,60].
In SPA cryo-EM, utilization of deep learning algorithms is mostly limited to pre-processing steps, including raw image denoising [61] and particle selection [16,17,18,19,20,21]. Very recently, a few neural network-based approaches, which are feature unsupervised learning and no requirement for prior training, have been applied to determine SPA 3D reconstructions, including CryoGAN [25], CryoDRGN [24], and 3D Flexible Refinement (3DFlex) [26]. CryoGAN [25] modifies generative adversarial networks (GANs) [62], in which the generator network of a classical GAN is replaced by a cryo-EM Physics Simulator, to reconstruct a 3D model for the continuous variability of biomolecules. CryoDRGN [24] uses a modified variational auto-encoder (VAE) [63], called amortized variational inference approach, for the posterior estimation of the volume, while 3DFlex [26] adopts an auto-decoder model performing direct inference to increase the accuracy of the posterior estimation of the conformational coordinates. Although the auto-decoder approach enables the reconstruction of flexible regions with higher resolution to understand more detailed information about the dynamics of macromolecules, it requires more computational resources than the encoder-based approaches [26].

3.2. Postprocessing

Along with the remarkable advancements in equipment and image processing programs, high-resolution 3D EM maps of various complexes using SPA cryo-EM have reached the point where detailed information about the biomolecules can be revealed. For this reason, resolution evaluation and verification of reconstructed 3D maps is increasingly important. Despite this importance, the concept of resolution has not yet been completely defined in the electron microscopy field, and the various approaches currently used have yet to be fully agreed upon [64,65]. Currently, the most commonly used approach to define the resolution of the 3D EM map is based on Fourier Shell Correlation (FSC) curves, calculating the correlations of different resolutions of Fourier space at a given threshold between two independent 3D maps of the same molecule [66,67]. However, this approach remains somewhat controversial for a few reasons. First, this approach requires setting a reference threshold for the measured information [27]. Second, the assessment of the 3D reconstruction through this approach is not sensitive to isotropic filtering of the whole dataset and may vary depending on the local features of the density map [27,28].
One of the first local resolution approaches to evaluate the quality of local regions of an EM map is BlocRes [64], which estimates the resolution of local regions based on FSC through a sliding window over the entire density map. In addition to the limitations of the FSC described above, this approach has the additional disadvantage of having to specify the size of the moving window [27,64]. Another recently developed approach is ResMap [65] which estimates the local resolution by detecting a 3D sinusoidal wave above the noise level for each point on a density map. More recently, MonoRes [68] has been proposed to define the local resolution of a 3D electron density map. This most recent approach is based on a similar principle to the ResMap method, but it uses monogenic amplitude at different frequencies. This MonoRes approach estimates the local resolution by comparing the monogenic signals with the corresponding monogenic amplitude of the noise within a defined resolution range. However, all approaches, including recently proposed methods, require significant computational processing time, and additional estimation of noise variance, so the final estimates produced by various approaches differ considerably [28].
With the emergence of deep learning algorithms as new technology in the cryo-EM field, some neural network-based approaches have also been proposed for local resolution estimation procedures [27,28]. Among them, the recently released CNN-based automatic local resolution estimation method, called DeepRes [27], addresses some of the drawbacks of the conventional approaches that are currently being used in cryo-EM. In particular, it is possible to detect local changes in the quality of 3D EM maps caused by various post-processing procedures, such as isotropic filtering, model/non-model-based local sharpening, and noise suppression, which are frequently used in the course of a modeling workflow [27]. As there is no universally accepted approach to determine local resolution estimation yet, and various debates continue, further development and research of deep learning-based methods for this application are necessary.

4. Atomic Model Building

As a result of recent innovative technological advances in cryo-EM instrumentation and analysis tools, including those described in this review, structural analysis of important biological systems that were previously intractable has become possible. The broadening diversity of analytic approaches is fueling sensational innovation that can reveal the secrets of biology at a molecular level, with wide-ranging impacts on human health and our understanding of the world around us. In fact, the number of high-resolution maps obtained by cryo-EM is rapidly increasing (Figure 2) [69], and in recent years, it is approaching the number of 3D models reconstructed through XRC, which has long been the standard of structural techniques [44,69,70]. However, the goal of structural analysis is not simply to reconstruct a 3D map in atomic detail, but to understand what those atomic structures suggest about molecular mechanisms such as interactions between biological macromolecules. In this regard, there is still much room for growth.
High-resolution (<3 Å) EM maps are now sufficient for determining high-quality atomic structures using only slightly modified software [71,72] originally designed for XRC. In addition, de novo atomic model building using 3D maps with near-atomic resolution (around 4 Å), which accounts for the greatest portion of cryo-EM maps deposited currently, is now commonplace [73,74,75]. However, many 3D EM maps are still reconstructed at intermediate resolutions, ranging from ~5–8 Å (Figure 2), due to inherent properties of macromolecular complexes (e.g., high flexibility and multiple conformational states) which have a significant impact on high-resolution 3D reconstruction, and these intermediate resolution maps are insufficient for determining atomic structures [30,69,76]. Moreover, with the recent increase in the number of intermediate resolution maps obtained through sub-tomogram averages of cryo-electron tomography (cryo-ET), the most rapidly developing method in the cryo-EM field, accurate structural determination approaches for intermediate EM maps are urgently needed [31,77,78,79]. Indeed, as of 2022, only about 2000 out of 4000 maps with intermediate resolution (in the range of ~5–8 Å) deposited to EMDB, have a complete atomic structure [44,69].
Efforts are underway to solve this urgent issue, and several reliable approaches are currently being explored. One common approach is to model the atomic structure by fitting a given template, such as a previously determined homologous atomic structure or a predicted structure based on amino acid sequences, to an EM map through a series of refinement processes [80,81,82,83]. However, many problems remain with these approaches to atomic model building using low-resolution EM maps. The success of the model fitting approach described above requires a high degree of user expertise, so the final model is heavily influenced by the skill and experience of the individual user performing the fitting and refinements. Model fitting for protein complexes with flexible regions and various conformational states requires complicated procedures which inevitably introduces errors in the final model, while also incurring high computational costs [31]. In addition, the software used in most approaches was primarily designed for single-chain protein fitting, but we now are often investigating macromolecular complexes made up of multiple proteins or proteins and nucleic acids. Thus, EM map segmentation for each subunit of the complex must be performed before full-scale model fitting [30,31]. For accurate map segmentation, the information contained in the EM map is crucial, but low-resolution EM maps carry less information than high-resolution maps, increasing the challenge of building a reliable complete structure through model fitting approaches for an intermediate resolution EM map, especially for molecular complexes [31].
To address such challenges, some deep learning-based approaches have been proposed to automatically build the atomic structure from relatively low-resolution EM maps, including Emap2sec [30] and EMBuild [31]. Emap2sec has implemented a CNN-based algorithm which has the advantage of performing local structure detection across the whole 3D map [30]. Its performance was benchmarked using various EM maps with intermediate resolution ranging from 5 Å to 10 Å, resulting in more accurate detection of secondary structure with improved validation scores in the resulting 3D maps compared to those obtained using traditional approaches [71,84]. However, despite showing improved detection accuracy, an observed limitation is in building the specific secondary structure, such as alpha-helices and beta-strands into the detected local regions [30]. More recently, another deep learning-based approach (called EMBuild) using a nested U-net (UNet++) [85], a fully convolution network (FCN) which is a more powerful architecture for image segmentation, has been applied to atomic model building from intermediate resolution EM maps [31]. EMBuild was evaluated not only on SPA EM maps (4–8 Å), but also maps obtained by sub-tomogram averaging (4–9 Å), and it showed excellent performance in building reliable atomic structures into intermediate resolution 3D maps [31]. Although many modifications are still needed in the future, recently developed deep learning-based algorithms are expected to serve as an essential tool for simplifying structural determination in intermediate resolution cryo-EM maps.

5. Future Applications

Through the era of the “resolution revolution” of cryo-EM, brought about by advances in instrumentation and sample preparation, we have learned a tremendous amount of structural and functional information about numerous, important macromolecular complexes. However, due to the inherent characteristics of macromolecular complexes that perform various roles in cells (e.g., heterogeneity), structural analysis becomes more complicated compared to analysis of individual proteins, and many challenges are amplified in these higher quality data sets [13]. To overcome these problems that cannot be solved by existing structural analytic methods, several approaches have been introduced building on the advancements of deep learning-based algorithms. In particular, CNN-based models excel in image classification and particle recognition steps, which are the most fundamental steps in the cryo-EM image processing workflow [86]. Moreover, some neural-network algorithms capable of reconstructing high-resolution 3D structures for heterogenous samples are also proposed [24,25,52]. More recently, deep learning-based approaches related to post-processing, the final step associated with the enhancement of the reconstructed 3D electron density map, have also been launched [29]. Thus, we are in the early stages of a period of rapid advancement in data analysis capabilities built on the strength of AI and machine learning. This advancement will open a new frontier in the types of samples accessible to high resolution characterization by cryoEM.
In SPA cryo-EM, scientists typically analyze the structures and functions of various molecular complexes which have been isolated and taken out of their original context in cells. These purified samples are used in in vitro experiments to understand their important physiological processes. However, this approach does not capture the characteristics of molecular complexes in cells, especially versatile protein complexes that function through interactions with several functionally synchronized partners in their original environments, called protein communities [87,88].
The next frontier in analyzing these protein communities is to directly observe and structurally characterize native cell extracts. A recent study combined electron microscopy and mass spectrometry data to visualize each protein complex within the communities in native cell extracts [89]. In addition, with the recent advancements in cryo-EM [3], it is now possible to obtain high-resolution data on native cell extracts, and many related studies have been published recently [13,88,90,91]. However, despite these advances, the high complexity of cell extracts makes it difficult to properly quantify and 3D reconstruct molecular complexes interacting within the cell extract [92]. To meet this need, neural network-based approaches are being developed to effectively detect and isolate in silico particles of different shapes and sizes within protein communities from EM images of cell extracts [13]. The biggest obstacle to this strategy is how effectively we can determine the 3D model of each component from heterogeneous 2D projections of imaged cell extracts [92]. Advances in recently published AI-based protein structure prediction tools [93,94,95] have opened a new path for the study of these cell extracts. Researchers will now be able to easily access reliable model prediction tools, gaining insight into the 3D structure of molecular complexes applicable to the study of native cell extracts.

Author Contributions

Conceptualization, J.M.C., C.L.D. and J.L.; software, J.M.C.; validation, J.M.C., C.L.D. and J.L.; formal analysis, J.M.C., C.L.D. and J.L.; investigation, J.M.C., C.L.D. and J.L.; resources, J.M.C.; data curation, J.M.C. and J.L.; writing—original draft preparation, J.M.C., C.L.D. and J.L.; writing—review and editing, J.M.C., C.L.D. and J.L.; visualization, J.M.C.; supervision, J.M.C., C.L.D. and J.L.; project administration, J.M.C. and J.L.; funding acquisition, J.M.C. All authors have read and agreed to the published version of the manuscript.

Funding

This work was supported by National Research Foundation of Korea (NRF) grant funded by the Korea government (MSIT) (NRF-2022R1C1C1003352) and The Catholic University of Korea (Research Fund, 2021).

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Berendsen, H.J.; Hayward, S. Collective protein dynamics in relation to function. Curr. Opin. Struct. Biol. 2000, 10, 165–169. [Google Scholar] [CrossRef]
  2. Chung, J.M.; Jung, H.S. Cryo-electron tomography: A tool for in situ structural analysis of macromolecular complexes. Appl. Spectrosc. Rev. 2017, 53, 195–202. [Google Scholar] [CrossRef]
  3. Kuhlbrandt, W. Biochemistry. The resolution revolution. Science 2014, 343, 1443–1444. [Google Scholar] [CrossRef] [PubMed]
  4. A celebration of structural biology. Nat. Methods 2021, 18, 427. [CrossRef]
  5. Passmore, L.A.; Russo, C.J. Specimen Preparation for High-Resolution Cryo-EM. Methods Enzymol. 2016, 579, 51–86. [Google Scholar] [CrossRef] [PubMed]
  6. Nakane, T.; Kotecha, A.; Sente, A.; McMullan, G.; Masiulis, S.; Brown, P.; Grigoras, I.T.; Malinauskaite, L.; Malinauskas, T.; Miehling, J.; et al. Single-particle cryo-EM at atomic resolution. Nature 2020, 587, 152–156. [Google Scholar] [CrossRef] [PubMed]
  7. Yip, K.M.; Fischer, N.; Paknia, E.; Chari, A.; Stark, H. Atomic-resolution protein structure determination by cryo-EM. Nature 2020, 587, 157–161. [Google Scholar] [CrossRef]
  8. Zivanov, J.; Nakane, T.; Scheres, S.H.W. Estimation of high-order aberrations and anisotropic magnification from cryo-EM data sets in RELION-3.1. IUCrJ 2020, 7, 253–267. [Google Scholar] [CrossRef]
  9. Punjani, A.; Rubinstein, J.L.; Fleet, D.J.; Brubaker, M.A. cryoSPARC: Algorithms for rapid unsupervised cryo-EM structure determination. Nat. Methods 2017, 14, 290–296. [Google Scholar] [CrossRef]
  10. Grant, T.; Rohou, A.; Grigorieff, N. cisTEM, user-friendly software for single-particle image processing. eLife 2018, 7, e35383. [Google Scholar] [CrossRef]
  11. De la Rosa-Trevin, J.M.; Quintana, A.; Del Cano, L.; Zaldivar, A.; Foche, I.; Gutierrez, J.; Gomez-Blanco, J.; Burguet-Castell, J.; Cuenca-Alba, J.; Abrishami, V.; et al. Scipion: A software framework toward integration, reproducibility and validation in 3D electron microscopy. J. Struct. Biol. 2016, 195, 93–99. [Google Scholar] [CrossRef] [PubMed]
  12. Saibil, H.R. Conformational changes studied by cryo-electron microscopy. Nat. Struct. Biol. 2000, 7, 711–714. [Google Scholar] [CrossRef] [PubMed]
  13. Skalidis, I.; Kyrilis, F.L.; Tuting, C.; Hamdi, F.; Chojnowski, G.; Kastritis, P.L. Cryo-EM and artificial intelligence visualize endogenous protein community members. Structure 2022, 30, 575–589. [Google Scholar] [CrossRef] [PubMed]
  14. Lawson, C.L.; Chiu, W. Comparing cryo-EM structures. J. Struct. Biol. 2018, 204, 523–526. [Google Scholar] [CrossRef]
  15. Li, Y.; Cash, J.N.; Tesmer, J.J.G.; Cianfrocco, M.A. High-Throughput Cryo-EM Enabled by User-Free Preprocessing Routines. Structure 2020, 28, 858–869. [Google Scholar] [CrossRef]
  16. Wang, F.; Gong, H.; Liu, G.; Li, M.; Yan, C.; Xia, T.; Li, X.; Zeng, J. DeepPicker: A deep learning approach for fully automated particle picking in cryo-EM. J. Struct. Biol. 2016, 195, 325–336. [Google Scholar] [CrossRef]
  17. Wagner, T.; Merino, F.; Stabrin, M.; Moriya, T.; Antoni, C.; Apelbaum, A.; Hagel, P.; Sitsel, O.; Raisch, T.; Prumbaum, D.; et al. SPHIRE-crYOLO is a fast and accurate fully automated particle picker for cryo-EM. Commun. Biol. 2019, 2, 218. [Google Scholar] [CrossRef]
  18. Nguyen, N.P.; Ersoy, I.; Gotberg, J.; Bunyak, F.; White, T.A. DRPnet: Automated particle picking in cryo-electron micrographs using deep regression. BMC Bioinform. 2021, 22, 55. [Google Scholar] [CrossRef]
  19. Al-Azzawi, A.; Ouadou, A.; Max, H.; Duan, Y.; Tanner, J.J.; Cheng, J. DeepCryoPicker: Fully automated deep neural network for single protein particle picking in cryo-EM. BMC Bioinform. 2020, 21, 509. [Google Scholar] [CrossRef]
  20. Zhu, Y.; Ouyang, Q.; Mao, Y. A deep convolutional neural network approach to single-particle recognition in cryo-electron microscopy. BMC Bioinform. 2017, 18, 348. [Google Scholar] [CrossRef]
  21. Zhang, J.; Wang, Z.; Chen, Y.; Han, R.; Liu, Z.; Sun, F.; Zhang, F. PIXER: An automated particle-selection method based on segmentation using a deep neural network. BMC Bioinform. 2019, 20, 41. [Google Scholar] [CrossRef] [PubMed]
  22. Bepler, T.; Morin, A.; Rapp, M.; Brasch, J.; Shapiro, L.; Noble, A.J.; Berger, B. Positive-unlabeled convolutional neural networks for particle picking in cryo-electron micrographs. Nat. Methods 2019, 16, 1153–1160. [Google Scholar] [CrossRef] [PubMed]
  23. Tegunov, D.; Cramer, P. Real-time cryo-electron microscopy data preprocessing with Warp. Nat. Methods 2019, 16, 1146–1152. [Google Scholar] [CrossRef] [PubMed]
  24. Zhong, E.D.; Bepler, T.; Berger, B.; Davis, J.H. CryoDRGN: Reconstruction of heterogeneous cryo-EM structures using neural networks. Nat. Methods 2021, 18, 176–185. [Google Scholar] [CrossRef]
  25. Gupta, H.; McCann, M.T.; Donati, L.; Unser, M. CryoGAN: A New Reconstruction Paradigm for Single-Particle Cryo-EM Via Deep Adversarial Learning. IEEE Trans. Comput. Imaging 2021, 7, 759–774. [Google Scholar] [CrossRef]
  26. Punjani, A.; Fleet, D.J. 3D Flexible Refinement: Structure and Motion of Flexible Proteins from Cryo-EM. bioRxiv 2021. [Google Scholar] [CrossRef]
  27. Ramirez-Aportela, E.; Mota, J.; Conesa, P.; Carazo, J.M.; Sorzano, C.O.S. DeepRes: A new deep-learning- and aspect-based local resolution method for electron-microscopy maps. IUCrJ 2019, 6, 1054–1063. [Google Scholar] [CrossRef]
  28. Avramov, T.K.; Vyenielo, D.; Gomez-Blanco, J.; Adinarayanan, S.; Vargas, J.; Si, D. Deep Learning for Validating and Estimating Resolution of Cryo-Electron Microscopy Density Maps. Molecules 2019, 24, 1181. [Google Scholar] [CrossRef]
  29. Sanchez-Garcia, R.; Gomez-Blanco, J.; Cuervo, A.; Carazo, J.M.; Sorzano, C.O.S.; Vargas, J. DeepEMhancer: A deep learning solution for cryo-EM volume post-processing. Commun. Biol. 2021, 4, 874. [Google Scholar] [CrossRef]
  30. Maddhuri Venkata Subramaniya, S.R.; Terashi, G.; Kihara, D. Protein secondary structure detection in intermediate-resolution cryo-EM maps using deep learning. Nat. Methods 2019, 16, 911–917. [Google Scholar] [CrossRef]
  31. He, J.; Lin, P.; Chen, J.; Cao, H.; Huang, S.Y. Model building of protein complexes from intermediate-resolution cryo-EM maps with deep learning-guided automatic assembly. Nat. Commun. 2022, 13, 4066. [Google Scholar] [CrossRef]
  32. Scheres, S.H. Beam-induced motion correction for sub-megadalton cryo-EM particles. eLife 2014, 3, e03665. [Google Scholar] [CrossRef] [PubMed]
  33. Zhu, J.; Penczek, P.A.; Schroder, R.; Frank, J. Three-dimensional reconstruction with contrast transfer function correction from energy-filtered cryoelectron micrographs: Procedure and application to the 70S Escherichia coli ribosome. J. Struct. Biol. 1997, 118, 197–219. [Google Scholar] [CrossRef] [PubMed]
  34. Sigworth, F.J. Principles of cryo-EM single-particle image processing. Microscopy 2016, 65, 57–67. [Google Scholar] [CrossRef] [PubMed]
  35. Carazo, J.M.; Frank, J. Three-dimensional matching of macromolecular structures obtained from electron microscopy: An application to the 70S and 50S E. coli ribosomal particles. Ultramicroscopy 1988, 25, 13–22. [Google Scholar] [CrossRef]
  36. Scheres, S.H. RELION: Implementation of a Bayesian approach to cryo-EM structure determination. J. Struct. Biol. 2012, 180, 519–530. [Google Scholar] [CrossRef]
  37. Adiga, U.; Baxter, W.T.; Hall, R.J.; Rockel, B.; Rath, B.K.; Frank, J.; Glaeser, R. Particle picking by segmentation: A comparative study with SPIDER-based manual particle picking. J. Struct. Biol. 2005, 152, 211–220. [Google Scholar] [CrossRef]
  38. Yu, Z.; Bajaj, C. Detecting circular and rectangular particles based on geometric feature detection in electron micrographs. J. Struct. Biol. 2004, 145, 168–180. [Google Scholar] [CrossRef]
  39. Scheres, S.H. Semi-automated selection of cryo-EM particles in RELION-1.3. J. Struct. Biol. 2015, 189, 114–122. [Google Scholar] [CrossRef]
  40. Langlois, R.; Pallesen, J.; Ash, J.T.; Nam Ho, D.; Rubinstein, J.L.; Frank, J. Automated particle picking for low-contrast macromolecules in cryo-electron microscopy. J. Struct. Biol. 2014, 186, 1–7. [Google Scholar] [CrossRef]
  41. Schmidhuber, J. Deep learning in neural networks: An overview. Neural Netw. 2015, 61, 85–117. [Google Scholar] [CrossRef] [PubMed]
  42. He, K.; Zhang, X.; Ren, S.; Sun, J. Deep Residual Learning for Image Recognition. In Proceedings of the 2016 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Las Vegas, NV, USA, 27–30 June 2016; pp. 770–778. [Google Scholar]
  43. Iudin, A.; Korir, P.K.; Salavert-Torres, J.; Kleywegt, G.J.; Patwardhan, A. EMPIAR: A public archive for raw electron microscopy image data. Nat. Methods 2016, 13, 387–388. [Google Scholar] [CrossRef] [PubMed]
  44. Berman, H.M.; Westbrook, J.; Feng, Z.; Gilliland, G.; Bhat, T.N.; Weissig, H.; Shindyalov, I.N.; Bourne, P.E. The Protein Data Bank. Nucleic Acids Res. 2000, 28, 235–242. [Google Scholar] [CrossRef] [PubMed]
  45. Redmon, J.; Farhadi, A. YOLO9000: Better, Faster, Stronger. In Proceedings of the 2017 IEEE Conference on Computer Vision and Pattern Recognition (CVPR), Honolulu, HI, USA, 21–26 July 2017; pp. 6517–6525. [Google Scholar]
  46. Dubochet, J.; Adrian, M.; Chang, J.J.; Homo, J.C.; Lepault, J.; McDowall, A.W.; Schultz, P. Cryo-electron microscopy of vitrified specimens. Q. Rev. Biophys. 1988, 21, 129–228. [Google Scholar] [CrossRef] [PubMed]
  47. Nogales, E. The development of cryo-EM into a mainstream structural biology technique. Nat. Methods 2016, 13, 24–27. [Google Scholar] [CrossRef] [PubMed]
  48. Thuman-Commike, P.A. Single particle macromolecular structure determination via electron microscopy. FEBS Lett. 2001, 505, 199–205. [Google Scholar] [CrossRef]
  49. Penczek, P.A.; Grassucci, R.A.; Frank, J. The ribosome at improved resolution: New techniques for merging and orientation refinement in 3D cryo-electron microscopy of biological particles. Ultramicroscopy 1994, 53, 251–270. [Google Scholar] [CrossRef]
  50. Sigworth, F.J. A maximum-likelihood approach to single-particle image refinement. J. Struct. Biol. 1998, 122, 328–339. [Google Scholar] [CrossRef]
  51. Singer, A.; Sigworth, F.J. Computational Methods for Single-Particle Electron Cryomicroscopy. Annu. Rev. Biomed. Data Sci. 2020, 3, 163–190. [Google Scholar] [CrossRef]
  52. Nashed, Y.S.G.; Poitevin, F.; Gupta, H.; Woollard, G.; Kagan, M.; Yoon, C.H.; Ratner, D. CryoPoseNet: End-to-End Simultaneous Learning of Single-particle Orientation and 3D Map Reconstruction from Cryo-electron Microscopy Data. In Proceedings of the 2021 IEEE/CVF International Conference on Computer Vision Workshops (ICCVW), Montreal, BC, Canada, 11–17 October 2021; pp. 4049–4059. [Google Scholar]
  53. Bottou, L.; Curtis, F.E.; Nocedal, J. Optimization Methods for Large-Scale Machine Learning. SIAM Rev. 2018, 60, 223–311. [Google Scholar] [CrossRef]
  54. Bendory, T.; Bartesaghi, A.; Singer, A. Single-particle cryo-electron microscopy: Mathematical theory, computational challenges, and opportunities. IEEE Signal Process. Mag. 2020, 37, 58–76. [Google Scholar] [CrossRef] [PubMed]
  55. Ourmazd, A. Cryo-EM, XFELs and the structure conundrum in structural biology. Nat. Methods 2019, 16, 941–944. [Google Scholar] [CrossRef] [PubMed]
  56. Haselbach, D.; Komarov, I.; Agafonov, D.E.; Hartmuth, K.; Graf, B.; Dybkov, O.; Urlaub, H.; Kastner, B.; Luhrmann, R.; Stark, H. Structure and Conformational Dynamics of the Human Spliceosomal B(act) Complex. Cell 2018, 172, 454–464. [Google Scholar] [CrossRef] [PubMed]
  57. Nakane, T.; Kimanius, D.; Lindahl, E.; Scheres, S.H. Characterisation of molecular motions in cryo-EM single-particle data by multi-body refinement in RELION. eLife 2018, 7, e36861. [Google Scholar] [CrossRef] [PubMed]
  58. Penczek, P.A.; Kimmel, M.; Spahn, C.M. Identifying conformational states of macromolecules by eigen-analysis of resampled cryo-EM images. Structure 2011, 19, 1582–1590. [Google Scholar] [CrossRef]
  59. Tagare, H.D.; Kucukelbir, A.; Sigworth, F.J.; Wang, H.; Rao, M. Directly reconstructing principal components of heterogeneous particles from cryo-EM images. J. Struct. Biol. 2015, 191, 245–262. [Google Scholar] [CrossRef]
  60. Punjani, A.; Fleet, D.J. 3D variability analysis: Resolving continuous flexibility and discrete heterogeneity from single particle cryo-EM. J. Struct. Biol. 2021, 213, 107702. [Google Scholar] [CrossRef]
  61. Bepler, T.; Kelley, K.; Noble, A.J.; Berger, B. Topaz-Denoise: General deep denoising models for cryoEM and cryoET. Nat. Commun. 2020, 11, 5208. [Google Scholar] [CrossRef]
  62. Goodfelllow, I.J.; Pouget-Abadie, J.; Mirza, M.; Xu, B.; Warde-Farley, D.; Ozair, S.; Courville, A.; Bengio, Y. Generative Adversarial Networks. arXiv 2014. [Google Scholar] [CrossRef]
  63. Kingma, D.P.; Welling, M. Auto-Encoding Variational Bayes. arXiv 2013. [Google Scholar] [CrossRef]
  64. Cardone, G.; Heymann, J.B.; Steven, A.C. One number does not fit all: Mapping local variations in resolution in cryo-EM reconstructions. J. Struct. Biol. 2013, 184, 226–236. [Google Scholar] [CrossRef] [PubMed]
  65. Kucukelbir, A.; Sigworth, F.J.; Tagare, H.D. Quantifying the local resolution of cryo-EM density maps. Nat. Methods 2014, 11, 63–65. [Google Scholar] [CrossRef] [PubMed]
  66. Saxton, W.O.; Baumeister, W. The correlation averaging of a regularly arranged bacterial cell envelope protein. J. Microsc. 1982, 127, 127–138. [Google Scholar] [CrossRef]
  67. Banterle, N.; Bui, K.H.; Lemke, E.A.; Beck, M. Fourier ring correlation as a resolution criterion for super-resolution microscopy. J. Struct. Biol. 2013, 183, 363–367. [Google Scholar] [CrossRef]
  68. Vilas, J.L.; Gomez-Blanco, J.; Conesa, P.; Melero, R.; Miguel de la Rosa-Trevin, J.; Oton, J.; Cuenca, J.; Marabini, R.; Carazo, J.M.; Vargas, J.; et al. MonoRes: Automatic and Accurate Estimation of Local Resolution for Electron Microscopy Maps. Structure 2018, 26, 337–344.e334. [Google Scholar] [CrossRef] [PubMed]
  69. Lawson, C.L.; Patwardhan, A.; Baker, M.L.; Hryc, C.; Garcia, E.S.; Hudson, B.P.; Lagerstedt, I.; Ludtke, S.J.; Pintilie, G.; Sala, R.; et al. EMDataBank unified data resource for 3DEM. Nucleic Acids Res. 2016, 44, D396–D403. [Google Scholar] [CrossRef]
  70. Patwardhan, A. Trends in the Electron Microscopy Data Bank (EMDB). Acta Crystallogr. D Struct. Biol. 2017, 73, 503–508. [Google Scholar] [CrossRef] [PubMed]
  71. Terwilliger, T.C.; Grosse-Kunstleve, R.W.; Afonine, P.V.; Moriarty, N.W.; Zwart, P.H.; Hung, L.W.; Read, R.J.; Adams, P.D. Iterative model building, structure refinement and density modification with the PHENIX AutoBuild wizard. Acta Crystallogr. D Biol. Crystallogr. 2008, 64, 61–69. [Google Scholar] [CrossRef]
  72. Emsley, P.; Lohkamp, B.; Scott, W.G.; Cowtan, K. Features and development of Coot. Acta Crystallogr. D Biol. Crystallogr. 2010, 66, 486–501. [Google Scholar] [CrossRef]
  73. Frenz, B.; Walls, A.C.; Egelman, E.H.; Veesler, D.; DiMaio, F. RosettaES: A sampling strategy enabling automated interpretation of difficult cryo-EM maps. Nat. Methods 2017, 14, 797–800. [Google Scholar] [CrossRef]
  74. Terashi, G.; Kihara, D. De novo main-chain modeling for EM maps using MAINMAST. Nat. Commun. 2018, 9, 1618. [Google Scholar] [CrossRef]
  75. DiMaio, F.; Song, Y.; Li, X.; Brunner, M.J.; Xu, C.; Conticello, V.; Egelman, E.; Marlovits, T.; Cheng, Y.; Baker, D. Atomic-accuracy models from 4.5-A cryo-electron microscopy data with density-guided iterative local refinement. Nat. Methods 2015, 12, 361–365. [Google Scholar] [CrossRef]
  76. Esquivel-Rodriguez, J.; Kihara, D. Computational methods for constructing protein structure models from 3D electron microscopy maps. J. Struct. Biol. 2013, 184, 93–102. [Google Scholar] [CrossRef]
  77. Bharat, T.A.; Scheres, S.H. Resolving macromolecular structures from electron cryo-tomography data using subtomogram averaging in RELION. Nat. Protoc. 2016, 11, 2054–2065. [Google Scholar] [CrossRef] [PubMed]
  78. Castano-Diez, D.; Zanetti, G. In situ structure determination by subtomogram averaging. Curr. Opin. Struct. Biol. 2019, 58, 68–75. [Google Scholar] [CrossRef] [PubMed]
  79. Schur, F.K. Toward high-resolution in situ structural biology with cryo-electron tomography and subtomogram averaging. Curr Opin. Struct. Biol. 2019, 58, 1–9. [Google Scholar] [CrossRef] [PubMed]
  80. Lasker, K.; Sali, A.; Wolfson, H.J. Determining macromolecular assembly structures by molecular docking and fitting into an electron density map. Proteins 2010, 78, 3205–3211. [Google Scholar] [CrossRef] [PubMed]
  81. Van Zundert, C.P.; Bonvin, M. Fast and sensitive rigid-body fitting into cryo-EM density maps with PowerFit. AIMS Biophys. 2015, 2, 73–87. [Google Scholar] [CrossRef]
  82. Zhang, B.; Zhang, W.; Pearce, R.; Zhang, Y.; Shen, H.B. Fitting Low-Resolution Protein Structures into Cryo-EM Density Maps by Multiobjective Optimization of Global and Local Correlations. J. Phys. Chem. B 2021, 125, 528–538. [Google Scholar] [CrossRef]
  83. Liebschner, D.; Afonine, P.V.; Baker, M.L.; Bunkoczi, G.; Chen, V.B.; Croll, T.I.; Hintze, B.; Hung, L.W.; Jain, S.; McCoy, A.J.; et al. Macromolecular structure determination using X-rays, neutrons and electrons: Recent developments in Phenix. Acta Crystallogr. D Struct. Biol. 2019, 75, 861–877. [Google Scholar] [CrossRef]
  84. Langer, G.; Cohen, S.X.; Lamzin, V.S.; Perrakis, A. Automated macromolecular model building for X-ray crystallography using ARP/wARP version 7. Nat. Protoc. 2008, 3, 1171–1179. [Google Scholar] [CrossRef]
  85. Zhou, Z.; Siddiquee, M.M.R.; Tajbakhsh, N.; Liang, J. UNet++: Redesigning Skip Connections to Exploit Multiscale Features in Image Segmentation. IEEE Trans. Med. Imaging 2020, 39, 1856–1867. [Google Scholar] [CrossRef]
  86. Rawat, W.; Wang, Z. Deep Convolutional Neural Networks for Image Classification: A Comprehensive Review. Neural Comput. 2017, 29, 2352–2449. [Google Scholar] [CrossRef] [PubMed]
  87. Gavin, A.C.; Aloy, P.; Grandi, P.; Krause, R.; Boesche, M.; Marzioch, M.; Rau, C.; Jensen, L.J.; Bastuck, S.; Dumpelfeld, B.; et al. Proteome survey reveals modularity of the yeast cell machinery. Nature 2006, 440, 631–636. [Google Scholar] [CrossRef] [PubMed]
  88. Kastritis, P.L.; O’Reilly, F.J.; Bock, T.; Li, Y.; Rogon, M.Z.; Buczak, K.; Romanov, N.; Betts, M.J.; Bui, K.H.; Hagen, W.J.; et al. Capturing protein communities by structural proteomics in a thermophilic eukaryote. Mol. Syst. Biol. 2017, 13, 936. [Google Scholar] [CrossRef] [PubMed]
  89. Han, B.G.; Dong, M.; Liu, H.; Camp, L.; Geller, J.; Singer, M.; Hazen, T.C.; Choi, M.; Witkowska, H.E.; Ball, D.A.; et al. Survey of large protein complexes in D. vulgaris reveals great structural diversity. Proc. Natl. Acad. Sci. USA 2009, 106, 16580–16585. [Google Scholar] [CrossRef]
  90. Kyrilis, F.L.; Semchonok, D.A.; Skalidis, I.; Tuting, C.; Hamdi, F.; O’Reilly, F.J.; Rappsilber, J.; Kastritis, P.L. Integrative structure of a 10-megadalton eukaryotic pyruvate dehydrogenase complex from native cell extracts. Cell Rep. 2021, 34, 108727. [Google Scholar] [CrossRef]
  91. Su, C.C.; Lyu, M.; Morgan, C.E.; Bolla, J.R.; Robinson, C.V.; Yu, E.W. A ‘Build and Retrieve’ methodology to simultaneously solve cryo-EM structures of membrane proteins. Nat. Methods 2021, 18, 69–75. [Google Scholar] [CrossRef]
  92. Kyrilis, F.L.; Belapure, J.; Kastritis, P.L. Detecting Protein Communities in Native Cell Extracts by Machine Learning: A Structural Biologist’s Perspective. Front. Mol. Biosci. 2021, 8, 660542. [Google Scholar] [CrossRef]
  93. Jumper, J.; Evans, R.; Pritzel, A.; Green, T.; Figurnov, M.; Ronneberger, O.; Tunyasuvunakool, K.; Bates, R.; Zidek, A.; Potapenko, A.; et al. Highly accurate protein structure prediction with AlphaFold. Nature 2021, 596, 583–589. [Google Scholar] [CrossRef]
  94. Baek, M.; DiMaio, F.; Anishchenko, I.; Dauparas, J.; Ovchinnikov, S.; Lee, G.R.; Wang, J.; Cong, Q.; Kinch, L.N.; Schaeffer, R.D.; et al. Accurate prediction of protein structures and interactions using a three-track neural network. Science 2021, 373, 871–876. [Google Scholar] [CrossRef] [PubMed]
  95. Tunyasuvunakool, K.; Adler, J.; Wu, Z.; Green, T.; Zielinski, M.; Zidek, A.; Bridgland, A.; Cowie, A.; Meyer, C.; Laydon, A.; et al. Highly accurate protein structure prediction for the human proteome. Nature 2021, 596, 590–596. [Google Scholar] [CrossRef]
Figure 1. General workflow diagram of SPA 3D reconstruction. The asterisk (*) represents steps in which deep learning algorithms have been actively applied recently. The remaining steps, including motion correction, CTF estimation and 2D classification, were not discussed in this paper. For more details, please refer to [32,33,34]. The deep learning-based approaches (right boxes) introduced in this review were placed at each corresponding stage of the computational pipeline.
Figure 1. General workflow diagram of SPA 3D reconstruction. The asterisk (*) represents steps in which deep learning algorithms have been actively applied recently. The remaining steps, including motion correction, CTF estimation and 2D classification, were not discussed in this paper. For more details, please refer to [32,33,34]. The deep learning-based approaches (right boxes) introduced in this review were placed at each corresponding stage of the computational pipeline.
Life 12 01267 g001
Figure 2. Electron Microscopy Data Bank (EMDB) [69] entry counts at given resolution ranges over the last 7 years.
Figure 2. Electron Microscopy Data Bank (EMDB) [69] entry counts at given resolution ranges over the last 7 years.
Life 12 01267 g002
Table 1. Recently introduced deep learning-based cryo-EM image processing approaches.
Table 1. Recently introduced deep learning-based cryo-EM image processing approaches.
NameApplication AreaReference
DeepPickerParticle RecognitionWang et al., 2016 [16]
DeepEMParticle RecognitionZhu et al., 2017 [20]
TOPAZParticle RecognitionBepler et al., 2019 [22]
WARPParticle RecognitionTegunov et al., 2019 [23]
crYOLOParticle RecognitionWagner et al., 2019 [17]
PIXERParticle RecognitionZhang et al., 2019 [21]
DeepCryoPickerParticle RecognitionAl-Azzawi et al., 2020 [19]
DRPnetParticle RecognitionNguyen et al., 2021 [18]
CryoGAN3D ReconstructionGupta et al., 2021 [25]
CryoDRGN3D ReconstructionZhong et al., 2021 [24]
3DFlex3D ReconstructionPunjani et al., 2021 [26]
DeepResLocal resolutionRamirez-Aportela et al., 2019 [27]
DeepEMhancerMap SharpeningSanchez-Garcia et al., 2021 [29]
Emap2secModel buildingMaddhuri Venkata Subramaniya et al., 2019 [30]
EMBuildModel buildingHe et al., 2022 [31]
Publisher’s Note: MDPI stays neutral with regard to jurisdictional claims in published maps and institutional affiliations.

Share and Cite

MDPI and ACS Style

Chung, J.M.; Durie, C.L.; Lee, J. Artificial Intelligence in Cryo-Electron Microscopy. Life 2022, 12, 1267. https://doi.org/10.3390/life12081267

AMA Style

Chung JM, Durie CL, Lee J. Artificial Intelligence in Cryo-Electron Microscopy. Life. 2022; 12(8):1267. https://doi.org/10.3390/life12081267

Chicago/Turabian Style

Chung, Jeong Min, Clarissa L. Durie, and Jinseok Lee. 2022. "Artificial Intelligence in Cryo-Electron Microscopy" Life 12, no. 8: 1267. https://doi.org/10.3390/life12081267

Note that from the first issue of 2016, this journal uses article numbers instead of page numbers. See further details here.

Article Metrics

Back to TopTop