Citation: Gydo C.P.van Zundert, Alexandre M.J.J. Bonvin. Fast and sensitive rigid-body fitting into cryo-EM density maps with PowerFit[J]. AIMS Biophysics, 2015, 2(2): 73-87. doi: 10.3934/biophy.2015.2.73
[1] | Vittoria Raimondi, Alessandro Grinzato . A basic introduction to single particles cryo-electron microscopy. AIMS Biophysics, 2022, 9(1): 5-20. doi: 10.3934/biophy.2022002 |
[2] | O.S. Sorzano Carlos, Vargas Javier, Otón Joaquín, Abrishami Vahid, M. de la Rosa-Trevín José, del Riego Sandra, Fernández-Alderete Alejandro, Martínez-Rey Carlos, Marabini Roberto, M. Carazo José . Fast and accurate conversion of atomic models into electron density maps. AIMS Biophysics, 2015, 2(1): 8-20. doi: 10.3934/biophy.2015.1.8 |
[3] | Carl S. Helrich . Studies of cholesterol structures in phospholipid bilayers. AIMS Biophysics, 2017, 4(3): 415-437. doi: 10.3934/biophy.2017.3.415 |
[4] | Christophe A. Monnier, David C. Thévenaz, Sandor Balog, Gina L. Fiore, Dimitri Vanhecke, Barbara Rothen-Rutishauser, Alke Petri-Fink . A guide to investigating colloidal nanoparticles by cryogenic transmission electron microscopy: pitfalls and benefits. AIMS Biophysics, 2015, 2(3): 245-258. doi: 10.3934/biophy.2015.3.245 |
[5] | Yu-Ting Huang, Hui-Fen Liao, Shun-Li Wang, Shan-Yang Lin . Glycation and secondary conformational changes of human serum albumin: study of the FTIR spectroscopic curve-fitting technique. AIMS Biophysics, 2016, 3(2): 247-260. doi: 10.3934/biophy.2016.2.247 |
[6] | Sebastian Kube, Petra Wendler . Structural comparison of contractile nanomachines. AIMS Biophysics, 2015, 2(2): 88-115. doi: 10.3934/biophy.2015.2.88 |
[7] | Vladimir B. Teif, Andrey G. Cherstvy . Chromatin and epigenetics: current biophysical views. AIMS Biophysics, 2016, 3(1): 88-98. doi: 10.3934/biophy.2016.1.88 |
[8] | Maria Teresa Caccamo, Giuseppe Mavilia, Letterio Mavilia, Pietro Calandra, Domenico Lombardo, Salvatore Magazù . RETRACTED: Thermal investigation of montmorillonite/BSA by Fourier Transform InfraRed Spectroscopy measurements. AIMS Biophysics, 2020, 7(4): 248-266. doi: 10.3934/biophy.2020019 |
[9] | David Kirchenbuechler, Yael Mutsafi, Ben Horowitz, Smadar Levin-Zaidman, Deborah Fass, Sharon G. Wolf, Michael Elbaum . Cryo-STEM Tomography of Intact Vitrified Fibroblasts. AIMS Biophysics, 2015, 2(3): 259-273. doi: 10.3934/biophy.2015.3.259 |
[10] | Kieran Greer . New ideas for brain modelling 5. AIMS Biophysics, 2021, 8(1): 41-56. doi: 10.3934/biophy.2021003 |
Determining the architecture of large macromolecular complexes is of considerable interest to understand their function and mechanisms. Classical high-resolution methods such as X-ray crystallography and NMR-spectroscopy might, however, struggle in doing that for large complexes that might be too flexible to crystallize or too large for peak assignment because of spectral overlap in NMR. Cryo-electron microscopy (cryo-EM) is quickly becoming the method of choice to gain structural insight into the nature of such large macromolecular assemblies. Especially with recent advances in detector technology and improved software and algorithms, the resolution of cryo-EM density maps is steadily increasing, occasionally at the point where models can be build in the density ab initio [1]. Still, for the bulk of the determined structures the level of detail is too low to routinely allow this and additional information is required to build an atomic representation of the system [2].
Typically, cryo-EM data are complemented with known high-resolution three dimensional (3D) models determined either experimentally or via homology modeling. These represent the pieces of the density puzzle that should all be fitted together in the map. The first step in the high-resolution modeling process is placing the subunits as rigid entities at the correct position in the density. This is often done manually using graphics software, most notably UCSF Chimera using its fit-in-map function [3]. This is unfortunate as it is subjective and can lead to over-interpretation of the density map, as there is no objective scoring function to give an indication of the goodness-of-fit. This is especially problematic if flexible fitting is applied afterwards, since for the refinement to make sense the subunit should be located in a local minimum, else it might drift away from its initial position during the process. To this purpose a plethora of automatic rigid body fitting software has been developed [4]. A major class among those is the cross-correlation based programs, which are often combined with a full-exhaustive six dimensional (6D) grid search of the three translational and three rotational degrees of freedom [5,6,7,8,9,10,11,12]. This leads to a thorough and objective analysis of all possible solutions to locate the global cross-correlation minimum.
The first full-exhaustive cross-correlation based software was published by Volkman and Hanein [5]. The approach was further developed by Chacon and Wriggers [8] using the Fast Fourier Transform (FFT) algorithm in combination with the cross-correlation theorem, which decreases the computational complexity of the search. In addition, they applied a Laplace pre-filter on the density and search object, significantly extending the applicable resolution range [8]. Roseman introduced the more sensitive local cross-correlation (LCC) score to fit subunits instead of whole complexes in the density [7]. Wu et al. acknowledged the problem of overlapping densities of neighboring subunits at lower resolutions and developed a core-weighted (CW) cross-correlation score to minimize this effect by biasing the weight of density toward the core of the search object [10]. Recently, Hoang et al. implemented a GPU-hardware-accelerated version based on FFT techniques to calculate the LCC score [12], building on the earlier work by Roseman [13].
Here we report on further developments in cross-correlation based rigid body fitting. In the Methods section, we first shortly describe the essence of exhaustive cross-correlation based fitting and introduce a new cross-correlation function that combines the core-weighted approach of Wu et al. with the LCC, demonstrating how it can be calculated using FFTs. Furthermore, to decrease the time required to perform a full exhaustive search we use the optimal rotation sets developed by Karney [14] and decrease the size of the density by automatically resampling the data, if possible, and trimming padded regions. In the Results section, we investigate the sensitivity of the newly developed scoring function by automatically fitting the subunits of the 80S D. melanogaster ribosome [15]. Lastly, we present a performance comparison against other fitting software using the GroEL/GroES system with experimental data [16].
We implemented our approach in a Python software package called PowerFit, which can run on multi-core CPU machines and can be GPU-accelerated using the OpenCL framework. PowerFit has been tested on Linux, MacOSX and Windows operating systems and is Free Software. The source code with detailed installation instructions and application examples can be found at https://github.com/haddocking/powerfit.
The goal of cross-correlation rigid body fitting is to determine the three translational and three rotational degrees of freedom of the model that optimize the cross-correlation score between the high-resolution model and the density. To this end, the model is first blurred to the resolution of the cryo-EM data to properly calculate the goodness-of-fit. It should be noted that, although the notion of the exact resolution of a cryo-EM density is still a matter of debate and can actually be anisotropic, the reported resolution of the data is usually sufficient for fitting purposes. This blurred model is then fitted by performing a systematic, full-exhaustive search of the 6D space and saving locations corresponding to high cross-correlation values. Predictably, the problems with this approach are sensitivity of the scoring function and speed of the search.
The sensitivity of the global cross-correlation score as originally used by Volkman and Hanein [5] is often compromised as, typically, subunits instead of the whole complex are fitted into the density. To make things worse, at lower resolution the local densities of neighboring subunits are overlapping, resulting in systemic noise mainly at the edges of the search model. To overcome the first problem, Roseman introduced the local cross-correlation function, which effectively is the cross-correlation normalized under the running footprint of the shape of the model [6]. This localizes the score to only the region of interest, making the fitting of subunits feasible. As for the effect of overlapping densities of neighboring subunits, this can be minimized by biasing the density toward the core of the search object. Wu et al. incorporated this concept by calculating the core-index of each voxel of the search object, where the core-index is a measure for how far the voxel is from an edge [9]. To further enhance the sensitivity of the scoring function, a Laplace pre-filter can be applied to the cryo-EM density and search object [7]. Originally combined with the global cross-correlation, it was recently shown that combining it with the LCC further extends the applicable resolution range [12].
To increase the efficiency of the search and minimize computational costs, the main innovation was the use of the cross-correlation theorem in combination with FFTs. By discretizing the model density on a grid with the same voxel spacing and size as the cryo-EM grid, a translational scan can be performed using the FFT-accelerated approach. This reduces the computational complexity from N2 to N log(N), where N is the total number of voxels of the cryo-EM data. After each translational scan, the model density is rotated and the process is repeated until a pre-set rotational sampling density is achieved, meaning that the time required for a search depends linearly on the number of rotations sampled. The rotation step can be accelerated by directly rotating the density of the search object instead of repeatedly rotating the high-resolution model and blurring it afterwards. The GPU-architecture especially is suited for this task as tri-linear interpolation can be done with high-efficiency [12].
Originally the core-weighted procedure was combined with the global cross-correlation, which significantly extended the resolution range in which a subunit could be successfully fitted into the density. The same procedure is expected to also improve the sensitivity of the better performing LCC. Combining the two approaches results in what we defined here as the core-weighted LCC (CW-LCC) scoring function:
CW−LCC=1N∑Ni(wiρc−−ρwc)⋅(wiρo−−ρwo)σwcσwo |
(1) |
where the summation is over all the N voxels that are within a distance of half the resolution of any atom of the search object indexed by i, wi is the core-index of voxel i, ρc and ρo are the intensities of the search object and the cryo-EM density at voxel i, respectively, ——ρwc and ——ρwo are the core-weighted density average for the search object and the local cryo-EM density, respectively. They are given by ——ρwx=1NN∑iwiρx. σwc and σwo correspond to the core-weighted density standard deviation given by σwx=√(——ρwx)2−————(ρwx)2 with ————(ρwx)2=1NN∑i(wiρx)2. The CW-LCC reduces to the regular LCC by setting wi = 1. The Laplace pre-filtered scoring function is defined by performing the mapping ρx→∇2ρx in Eq (1). In order to calculate the CW-LCC we first need to define the core-index of each voxel.
The core-index is a measure for how close a voxel is to the core of the density of the subunit that is being fitted. We calculate the core-index by progressively eroding a binary mask of the search object and summing each eroded mask together, see Figure 1A for a 2D example. This guarantees that voxels at the surface have a low core-index value, while voxels deeply buried get a higher value, even for complex shapes.
Starting from Eq (1) and following in the spirit of Roseman [13], we can normalize the core-weighted density of the template by setting ———ρwc=0 and σcw, which simplifies Eq (1) to
CW−LCC=1N∑Niρnc(i)⋅wiρo(i)√(−ρwo)2−−(ρwo)2 |
(2) |
where indicates the normalized core-weighted density. This leaves three terms to be determined: the nominator, which we refer to as the core-weighted global cross-correlation (CW-GCC); the square of the average core-weighted density, (¯(ρwo)2, and the average of the squared core-weighted density, ¯(ρwo)2, of the cryo-EM data. These can be calculated using FFTs as follows
CW−GCC=F−1(F(wρnc)∗×F(ρo)) |
(3) |
———(ρwo)2=F−1(F(w2)∗×F(ρ2o)) |
(4) |
——(ρwo)2=F−1(F(w2)∗×F(ρ2o)) |
(5) |
where and are the Fast Fourier transform and its inverse, respectively, is the complex conjugate operator, is the element wisemultiplication operator, w is the core-weighted mask, ρc and ρo are the calculated and experimental densities, respectively. In Eq (3) it is the search object that is multiplied with the core-weighted mask, instead of the cryo-EM density. It is this trick which allows the CW-GCC to be calculated using FFTs. Note that even though there are 9 Fourier transforms required to calculate the CW-LCC, only 6 need to be calculated for every orientation sampled, as the 3 Fourier transforms of the cryo-EM data can be calculated just once before the search. So the FFT-accelerated CW-LCC effectively costs only one Fourier transform more than the regular LCC [12].
Since the computational complexity of the exhaustive search depends linearly on the number of rotations sampled, optimizing and limiting rotational degeneracy is important for an efficient search. However, sampling rotations or orientations in a systematic and efficient manner is a non-trivial exercise. As such, the number of orientations that are sampled to guarantee a certain rotational sampling density can differ widely. For example, COLORES uses proportional Euler angles [7], while gEMFitter performs an icosahedral tessellation to generate rotations [12], resulting in 1264 and 900 orientations sampled for a coarse 24° search, and 119664 and 92160 for a fine 5° search, respectively. In our implementation, we make use of the optimal rotation sets determined by Karney, originally developed for solid state NMR [14]. These sets were pre-calculated by enclosing the hypersphere of unit quaternions and require only 648 orientations for a 20.83° search and 70728 orientations at a 4.71° sampling rate. This is an enhancement of the sampling efficiency of at least a factor of 1.3 compared to gEMFitter, while offering a denser rotational sampling interval.
In addition to the number of rotations sampled, the computational complexity of the search scales with N log(N) where N is the number of voxels of the data. This is the major determinant for the computational resources required. Limiting the density size is thus key to limiting the time required for a search. Cryo-EM data are often oversampled with respect to their resolution incurring a significant computational cost to perform an exhaustive search. Because neighboring voxel intensities will be highly correlated, resampling the cryo-EM data will not affect the scoring sensitivity significantly. However, as there is still signal after the resolution cutoff, resampling the cryo-EM data to Nyquist rate will introduce aliasing effects and image distortions. Therefore, we choose to resample the cryo-EM map to a default rate of 2 times Nyquist, i. e. the data are resampled such that the voxel spacing is 1/4th of the resolution, allowing for a safe buffer to minimize aliasing effects.
In addition to that, cryo-EM data are usually generously padded with voxels containing only noise. It is not uncommon for the padding to increase the number of voxels in each direction by a factor of 2 or more. This comes at a considerable cost when performing an exhaustive search as the number of voxels grows by a factor of 8 or more. To eliminate the computational cost incurred by this padding, we trim the padded voxels. The effect of resampling and trimming is shown in Figure 1B on a slice of the GroEL/GroES complex (EMD-1046).
We implemented our methods in a Python package named PowerFit that comes with a command line tool eponymously named powerfit. A flowchart of the powerfit algorithm is shown in Figure 2. It requires as input a PDB structure, a cryo-EM map and its resolution. Optional parameters are the rotational sampling density (default = 10.83°), whether to resample and/or trim the density and use the Laplace pre-filter and/or core-weighted procedure, and the number of PDBs that should be written to file after the search. In addition, the number of CPU processors available to the search can be specified or whether the computations should be off-loaded to the GPU.
After invoking powerfit, the software will first try to resample the cryo-EM map to 2 times Nyquist rate and then trim it. A density of the search object (the 3D structure) is constructed by a Gaussian convolution where the standard deviation is a function of the resolution. Also, a binary mask is computed out the structure, where voxels within half a resolution distance from any atom in the model are set to 1 and otherwise 0. Both the search object density and mask are discretized on grids of equal sizes and spacing as the cryo-EM density map to allow for an FFT-accelerated search. The Laplace pre-filter is applied on the cryo-EM and template densities, if requested. A core-weighted mask is calculated from the initial binary mask using the procedure described above. The data necessary for the search are offloaded to the GPU if requested. The template and mask are rotated using tri-linear interpolation, where texture memory acceleration as described by Hoang et al. is used when possible. For each rotation sampled, a translational correlation scan is performed using FFTs. The rotational solution with the highest score is saved at every grid position. This continues until the requested rotational sampling density is achieved. At the end, the grid, which contains at each position the highest found cross correlation score for all sampled rotations, is segmented using a 3D watershed algorithm [17] in order to remove redundant solutions. The location of each maximum together with its correlation score and corresponding rotation are written to file as well as the corresponding PDB coordinates of the top N solutions (where N is a user-defined parameter).
PowerFit is written in the Python language (Python2.7) and requires the NumPy, SciPy and Cython packages. The CPU version can be further accelerated by installing the FFTW3.3 library together with pyFFTW. To offload thecomputationally intense search to the GPU, we used the OpenCL framework together with the clFFT library, a high-performance FFT library for OpenCL. Python bindings were available through the pyopencl and gpyfft packages. PowerFit is licensed under the MIT license and can be downloaded from http://www.github.com/haddocking/powerfit together with instructions on how to install and use it. It has been successfully tested on Linux, MacOSX and Windows systems and its GPU-accelerated version can run on both AMD and NVIDIA GPUs, minimizing vendor lock-in.
To test the scoring sensitivity of the CW-LCC, we used PowerFit to fit each subunit of the 80S D. melanogaster ribosome [15] independently in the density at different resolutions. To this end, we simulated cryo-EM data from a deposited model (4v6w) from 6Å to 30Å resolution in 1Å increments. The cryo-EM data were created using a Python script based on the molmap function in UCSF Chimera. Subsequently, we fitted each subunit using the LCC and CW-LCC score and also together with the Laplace pre-filter (L-LCC and L-CW-LCC) resulting in four different scoring functions. As there are 86 subunits in the assembly, we performed 8600 exhaustive searches in total (86 subunits × 25 resolutions × 4 different scores). The voxel spacing of the simulated data was 1/4th of the resolution with a maximum of 4Å using a rotational sampling density of 20.83° (648 rotations). We defined a fit as successful if the positional RMSD of a solution in the top 10 was smaller than 8Å compared to the reference structure (4v6w), which is a reasonable 2 voxel spacing away from the correct solution at 16Å resolution and lower. Since we were testing the sensitivity of the scoring function, the orientation of the correct model was used during each search. The results of the scoring comparison are shown in Figure 3B.
All four scoring functions can fit all subunits correctly in the density at 6Å and 7Å resolution. However, the performance of the LCC begins to decrease after 8Å resolution and the number of successful cases drops markedly up to 18Å resolution, to further only decrease. The CW-LCC score performs significantly better, only starting to drop at 10Å resolution. After that, it follows a similar pattern as the LCC with a quick drop first and a more stable region in the end. The core-weighted approach extends the applicable resolution range of the LCC by a respectable 3Å. The scoring functions combined with the Laplace pre-filter are evidently performing better. The L-LCC score is almost 100% successful up to 12Å resolution. The success rate drops at lower resolutions, though not as fast as the LCC and CW-LCC score and follows a rather linear trend, which is in contrast with the other scoring methods. The best performing score is the L-CW-LCC as expected. It is capable of fitting all subunits up to a resolution of 12Å and is near-perfect up to 15Å resolution. Similar to the L-LCC score, the success rate drops linearly up to 30Å resolution.
This analysis demonstrates that including both the Laplace pre-filter and the core-weighted approach results in the most sensitive scoring function. The Laplace pre-filter seems to have the largest impact, changing the drop rate of the curve to a linear one, while the inclusion of the core-weighted approach results in a right shift of the curve.
As an experimental test case for powerfit, we used the GroEL/GroES complex (EMD-1046, Figure 4) [16], which has been used in the cryo-EM modeling challenge and makes comparison with other software possible [12,18]. The crystal structure of GroEL/GroES (1GRU) was used as a reference. We fitted a subunit of the trans, cis rings of GroEL and the whole GroES ring (as with other software attempts, fitting individual subunits of GroES was not successful [12]) independently in the density, using the four different scoring functions, with and without resampling. The rotational sampling density was set at 4.71°. For the cis and trans rings we took the top 7 best scoring fits and calculated the average RMSD to the 1GRU reference structure; for the GroES ring we took the best fit only. The results are shown in Table 1.
Average RMSD of fitted subunits (Å) | ||||||
Trans | Cis | GroES | ||||
L-LCC | L-CW-LCC | L-LCC | L-CW-LCC | L-LCC | L-CW-LCC | |
Resampled | 5.5 | 5.2 | 7.6 | 7.3 | 4.4 | 4.4 |
Full map | 2.9 | 3.4 | 4.6 | 3.8 | 4.6 | 4.2 |
The LCC score was not capable of fitting any subunit properly as was noted earlier [12]. In case of the GroES lid, it actually places it upside-down in the density. The CW-LCC is more successful in this respect, and properly fits the GroES ring at the top of the density with an RMSD of 7.4Å using the full map and 4.4Å when using the resampled map. However, it still fails to accurately fit the trans and cis subunits in the density. In general, the Laplace pre-filter scoring functions are capable of fitting all subunits successfully in the density, with no significant difference in accuracy considering the resolution of the data. As expected, the accuracy lowers when we resample the map to two times Nyquist, though the difference is less than one voxel spacing; when refitting the top 7 solutions using one translational scan in the fitted orientation with the regular voxel spacing, similar results are obtained, but at a markedly lower computational cost (see next section). The fitting results from powerfit (RMSD of 3.4, 3.8 and 4.2Å) are competitive compared to previous published ones: gEMfitter reported an RMSD of 2.8, 4.0 and 5.3Å for the trans, cis and GroES ring [12], respectively, and Segger 3.1, 5.1 and 6.0Å [19].
We also investigated the effect of trimming and resampling the density on the time required to perform a run. As the Laplace pre-filter only needs to be applied once, the timings of the regular and Laplacian scores are similar. We therefore only show times for the L-LCC and L-CW-LCC scores. The results of the timing runs are shown in Table 2.
a Size of full map: 128 × 128 × 128; b Trimmed map: 72 × 72 × 90; c Trimmed + resampled: 36 × 36 × 45; d Intel Core i7-3632QM; e NVIDIA Geforce GTX680. | ||||||||
L-LCC | L-CW-LCC | |||||||
Coarse | Fine | Coarse | Fine | |||||
CPUd | GPUe | CPUd | GPUe | CPUd | GPUe | CPUd | GPUe | |
Full mapa | 3m 32s | 18s | 6h 23m | 23m 50s | 4m 1s | 22s | 7h 13m | 30m 8s |
Trimmedb | 58s | 7s | 1h 37m | 3m 54s | 1m 4s | 7s | 1h 50m | 4m 39s |
T + Rc | 10s | 4s | 13m 6s | 1m 6s | 10s | 4s | 14m 47s | 1m 14s |
Running a coarse 20.81° rotational search can be done in a few minutes, even on a single processor with a map size of 128 × 128 × 128 voxels. However, for a fine rotational sampling density of 4.71° an exhaustive search already requires more than 6 hours. Using a GPU (NVIDIA Geforce GTX680) to accelerate the search reduces the time required to approximately 30 minutes. When trimming the density before the search, which in the GroEL/GroES case reduces the map size to 72 × 72 × 90 voxels, the time required for a fine search drops to ~1.5 to 2 hours on a single processor and only 5 minutes on a GPU. It should be emphasized that trimming the map does not have any impact on the search accuracy and thus should always be applied for a faster search. Further minimizing the map size by resampling the density results in 36 × 36 × 45 voxels, and only requires 15 minutes on a single CPU and 1 to 2 minutes on a GPU. Thus, we advise to always use the trimming option and start a search using the resampled option. The resulting solutions can than be refitted using a single translational scan on the non-resampled map for an optimal speed to accuracy trade-off.
We compared the fitting times of powerfit against another GPU-accelerated rigid body fitting software gEMfitter [12]. The results are shown in Table 3. Running gEMfitter using a 5° rotational sampling density (92160 orientations) with the L-LCC scoring functions, requires 5 hours and 48 minutes against 6 hours and 23 minutes for powerfit, without any of the simplifications introduced here, on a single processor (Intel Core i7-3632QM). As the bulk of the time is spent on computing FFTs, the difference in performance might be found in the fact that the gEMfitter binary has been compiled with the mkl-library and powerfit with GCC. gEMfitter also has a resampling option, which reduces the running time to 38 minutes. Only applying the resampling option reduces the running time for powerfit to 41 minutes, and combined with trimming the running time drops further to ~13 minutes using the same L-LCC scoring function. We could not properly compare the GPU-accelerated version of gEMfitter against powerfit as the provided gEMfitter binary runs only on Ubuntu systems with NVIDIA GPUs and was not at the authors’ disposal. However, the gEMfitter article reports 11 minutes running time using a NVIDIA C2075 GPU, which is significantly shorter than powerfit without trimming and resampling. With the latter two options turned on, the powerfit timings drop to close to 1 minute on a GTX680 GPU card. Again, since the bulk of the time is spent on computing FFTs, the difference probably arises in the efficiency of the FFT implementation: the CUDA FFT implementation is specifically optimized for NVIDIA GPUs while the clFFT implementation is mainly optimized for AMD architecture, but runs on all OpenCL supported architectures. So there is a choice between performance versus portability, although, with trimming and resampling enabled, powerfit is still faster.
a Intel Core i7-3632QM; b NVIDIA Tesla C2075; c NVIDIA Geforce GTX680; d Resampled map: 64 × 64 × 64; e Trimmed + resampled: 36 × 36 × 45. | ||||
CPUa | GPU | |||
gEMfitter | powerfit | gEMfitterb | powerfitc | |
Full map | 5h 48m | 6h 23m | 11m | 25m 48s |
Resampledd | 38m 2s | 41m 25s | - | 1m 40s |
T + Re | - | 13m 6s | - | 1m 6s |
To validate our approach further, we applied powerfit on three additional cases in the resolution range of 8.9 to 13.5Å (Table 4, Figure 5). EMDB entry 2325 is another GroEL/GroES complex, but at a considerably higher resolution of 8.9Å compared to the 1046 density [20]. The increased level of detail allowed to fit each GroES subunit independently in the map, irrespective of the scoring function used, with the correct 7 fits found in the top 7. The other two cases are ribosomes with a GTPase [21] and methyltransferase [22] bound to it, subunits with comparable size. For entry 1884 with a reported resolution of 9.8Å, the RsgA GTPase was correctly fitted in the density by all four scoring functions and was found within the top 2 best scoring solutions. The ribosome map 2017 with the bound KsgA methyltransferase has a somewhat lower resolution of 13.5Å. In this case, the LCC was incapable of correctly fitting the subunit in the density. The other scoring functions placed the subunit properly in the map, with the correct fit found within the top 3 best scoring solutions.
a The PDB code together with the chain ID is shown; b Average RMSD of the top 7 solutions compared to the fitted GroES ring. | |||||
EMDB entry | Resolution (Å) | PDB IDa | Score | RMSD (Å) | Rank |
2325 | 8.9 | 3ZPZ:O | LCC | 1.7b | 1 - 7 |
CW-LCC | 1.9b | 1 - 7 | |||
L-LCC | 1.7b | 1 - 7 | |||
L-CW-LCC | 1.5b | 1 - 7 | |||
1884 | 9.8 | 2YKR:W | LCC | 2.5 | 1 |
CW-LCC | 3.0 | 2 | |||
L-LCC | 2.2 | 1 | |||
L-CW-LCC | 2.2 | 1 | |||
2017 | 13.5 | 4ADV:V | LCC | 60.8 | 1 |
CW-LCC | 1.3 | 1 | |||
L-LCC | 5.9 | 1 | |||
L-CW-LCC | 4.7 | 3 |
In this work we have introduced PowerFit, an open source Python package, which comes with a command line tool powerfit to perform an exhaustive cross-correlation based rigid body search. It implements a new core-weighted enhanced LCC score that significantly expands the applicable fitting resolution range. In addition, powerfit minimizes the computational time requirements by using optimized rotation/orientation sets, trimming and resampling the electron density, and leveraging the computational resources provided by GPUs. PowerFit is therefore a valuable addition to the structural biologist toolbox, allowing obtaining an objective initial fit of high-resolution subunits in low-resolution cryo-EM density maps within a reasonable time.
The authors would like to thank Dr. M. Weingarth for making the GPU computational resources available. This work was supported by the Dutch Foundation for Scientific Research (NWO) [ECHO grant no. 711.011.009].
None declared.
[1] |
Bai X-C, McMullan G, Scheres SHW (2015) How cryo-EM is revolutionizing structural biology. Trends Biochem Sci 40: 49-57. doi: 10.1016/j.tibs.2014.10.005
![]() |
[2] |
Villa E, Lasker K (2014) Finding the right fit: chiseling structures out of cryo-electron microscopy maps. Curr Opin Struct Biol 25: 118-125. doi: 10.1016/j.sbi.2014.04.001
![]() |
[3] |
Pettersen EF, Goddard TD, Huang CC, et al. (2004) UCSF Chimera - a visualization system for exploratory research and analysis. J Comput Chem 25: 1605-1612. doi: 10.1002/jcc.20084
![]() |
[4] |
Esquivel-Rodriguez J, Kihara D (2013) Computational methods for constructing protein structure models from 3D electron microscopy maps. J Struct Biol 184: 93-102. doi: 10.1016/j.jsb.2013.06.008
![]() |
[5] |
Volkmann N, Hanein D (1999) Quantitative fitting of atomic models into observed densities derived by electron microscopy. J Struct Biol 125: 176-184. doi: 10.1006/jsbi.1998.4074
![]() |
[6] |
Rosemann AM (2000) Docking structures of domains into maps from cryo-electron microscopy using local correlation. Acta Crystallogr D Biol Crystallogr 56: 1332-1340. doi: 10.1107/S0907444900010908
![]() |
[7] |
Chacón P, Wriggers W (2002) Multi-resolution contour-based fitting of macromolecular structures. J Mol Biol 317: 375-384. doi: 10.1006/jmbi.2002.5438
![]() |
[8] |
Kovacs JA, Chacón P, Cong Y, et al. (2003) Fast rotational matching of rigid bodies by Fast Fourier transform acceleration of five degrees of freedom. Acta Crystallogr D Biol Crystallogr 59: 1371-1376. doi: 10.1107/S0907444903011247
![]() |
[9] |
Wu X, Milne JLS, Borgnia MJ, et al. (2003) A core-weighted fitting method for docking atomic structures into low-resolution maps: application to cryo-electron microscopy. J Struct Biol 141: 63-76. doi: 10.1016/S1047-8477(02)00570-1
![]() |
[10] | Garzón JI, Kovacs J, Abagyan R, et al. (2007) ADP_EM: fast exhaustive multi-resolution docking for high-throughput coverage. Bioinformatics 23: 427:433. |
[11] |
Hrabe T, Chen Y, Pfeffer S, et al. (2012) PyTom: a python-based toolbox for localization of macromolecules in cryo-electron tomograms and subtomogram analysis. J Struct Biol 178: 177-188. doi: 10.1016/j.jsb.2011.12.003
![]() |
[12] |
Hoang TV, Cavin X, Ritchie DW (2013) gEMfitter: A highly parallel FFT-based 3D density fitting tool with GPU texture memory acceleration. J Struct Biol 184: 348-354. doi: 10.1016/j.jsb.2013.09.010
![]() |
[13] |
Roseman AM (2003) Particle finding in electron micrographs using a fast local correlation algorithm. Ultramicroscopy 94: 225-236. doi: 10.1016/S0304-3991(02)00333-9
![]() |
[14] |
Karney CFF (2007) Quaternions in molecular modeling. J Mol Graph Mod 25: 595-604. doi: 10.1016/j.jmgm.2006.04.002
![]() |
[15] |
Anger AM, Armache J-P, Berninghausen O, et al. (2013) Structures of the human and Drosophila 80S ribosome. Nature 497: 80-85. doi: 10.1038/nature12104
![]() |
[16] |
Ranson NA, Farr GW, Roseman AM, et al. (2001) ATP-bound states of GroEL captured by cryo-electron microscopy. Cell 107: 869-879. doi: 10.1016/S0092-8674(01)00617-1
![]() |
[17] |
Volkmann N (2002) A novel three-dimensional variant of the watershed transform for segmentation of electron density maps. J Struct Biol 138: 123-129. doi: 10.1016/S1047-8477(02)00009-6
![]() |
[18] |
Pintilie G, Chiu W (2012) Comparison of Segger and other methods for segmentation and rigid body docking of molecular components in cryo-EM density maps. Biopolymers 97: 742-760. doi: 10.1002/bip.22074
![]() |
[19] |
Pintilie GD, Zhang J, Goddard TD, et al. (2010) Quantitative analysis of cryo-EM density map segmentation by watershed and scale-space filtering, and fitting of structures by alignment to regions. J Struct Biol 170: 427-438. doi: 10.1016/j.jsb.2010.03.007
![]() |
[20] |
Chen D-H, Madan D, Weaver J, et al. (2013) Visualizing GroEL/ES in the act of encapsulating a folding protein. Cell 153: 1354-1365. doi: 10.1016/j.cell.2013.04.052
![]() |
[21] |
Guo Q, Yuan Y, Xu Y, et al. (2011) Structural basis for the function of a small GTPase RsgA on the 30S ribosomal subunit maturation revealed by cryoelectron microscopy. Proc Natl Acad Sci U S A 108: 13100-13105. doi: 10.1073/pnas.1104645108
![]() |
[22] |
Boehringer D, O'Farrell HC, Rife JP, et al. (2012) Structural insights into methyltransferase KsgA function in 30S ribosomal subunit biogenesis. J Biol Chem 287: 10453-10459. doi: 10.1074/jbc.M111.318121
![]() |
1. | M. Martínez, A. Jiménez-Moreno, D. Maluenda, E. Ramírez-Aportela, R. Melero, A. Cuervo, P. Conesa, L. del Caño, Y. C. Fonseca, R. Sánchez-García, D. Strelak, J. J. Conesa, E. Fernández-Giménez, F. de Isidro, C. O. S. Sorzano, J. M. Carazo, R. Marabini, Integration of Cryo-EM Model Building Software in Scipion, 2020, 60, 1549-9596, 2533, 10.1021/acs.jcim.9b01032 | |
2. | Chris Morris, Paolo Andreetto, Lucia Banci, Alexandre M.J.J. Bonvin, Grzegorz Chojnowski, Laura del Cano, José Marıa Carazo, Pablo Conesa, Susan Daenke, George Damaskos, Andrea Giachetti, Natalie E.C. Haley, Maarten L. Hekkelman, Philipp Heuser, Robbie P. Joosten, Daniel Kouřil, Aleš Křenek, Tomáš Kulhánek, Victor S. Lamzin, Nurul Nadzirin, Anastassis Perrakis, Antonio Rosato, Fiona Sanderson, Joan Segura, Joerg Schaarschmidt, Egor Sobolev, Sergio Traldi, Mikael E. Trellet, Sameer Velankar, Marco Verlato, Martyn Winn, West-Life: A Virtual Research Environment for structural biology, 2019, 1, 25901524, 100006, 10.1016/j.yjsbx.2019.100006 | |
3. | P.I. Koukos, A.M.J.J. Bonvin, Integrative Modelling of Biomolecular Complexes, 2020, 432, 00222836, 2861, 10.1016/j.jmb.2019.11.009 | |
4. | Agnel Praveen Joseph, Guido Polles, Frank Alber, Maya Topf, Integrative modelling of cellular assemblies, 2017, 46, 0959440X, 102, 10.1016/j.sbi.2017.07.001 | |
5. | D. Salomoni, I. Campos, L. Gaido, J. Marco de Lucas, P. Solagna, J. Gomes, L. Matyska, P. Fuhrman, M. Hardt, G. Donvito, L. Dutka, M. Plociennik, R. Barbera, I. Blanquer, A. Ceccanti, E. Cetinic, M. David, C. Duma, A. López-García, G. Moltó, P. Orviz, Z. Sustr, M. Viljoen, F. Aguilar, L. Alves, M. Antonacci, L. A. Antonelli, S. Bagnasco, A. M. J. J. Bonvin, R. Bruno, Y. Chen, A. Costa, D. Davidovic, B. Ertl, M. Fargetta, S. Fiore, S. Gallozzi, Z. Kurkcuoglu, L. Lloret, J. Martins, A. Nuzzo, P. Nassisi, C. Palazzo, J. Pina, E. Sciacca, D. Spiga, M. Tangaro, M. Urbaniak, S. Vallero, B. Wegh, V. Zaccolo, F. Zambelli, T. Zok, INDIGO-DataCloud: a Platform to Facilitate Seamless Access to E-Infrastructures, 2018, 16, 1570-7873, 381, 10.1007/s10723-018-9453-3 | |
6. | Mikael Trellet, Gydo van Zundert, Alexandre M. J. J. Bonvin, 2020, Chapter 11, 978-1-0716-0269-0, 145, 10.1007/978-1-0716-0270-6_11 | |
7. | Mingxu Hu, Qi Zhang, Jing Yang, Xueming Li, Unit quaternion description of spatial rotations in 3D electron cryo-microscopy, 2020, 212, 10478477, 107601, 10.1016/j.jsb.2020.107601 | |
8. | Jorge Gomes, Emanuele Bagnaschi, Isabel Campos, Mario David, Luís Alves, João Martins, João Pina, Alvaro López-García, Pablo Orviz, Enabling rootless Linux Containers in multi-user environments: The udocker tool, 2018, 232, 00104655, 84, 10.1016/j.cpc.2018.05.021 | |
9. | Maho Yagi-Utsumi, Arunima Sikdar, Chihong Song, Jimin Park, Rintaro Inoue, Hiroki Watanabe, Raymond N. Burton-Smith, Toshiya Kozai, Tatsuya Suzuki, Atsuji Kodama, Kentaro Ishii, Hirokazu Yagi, Tadashi Satoh, Susumu Uchiyama, Takayuki Uchihashi, Keehyoung Joo, Jooyoung Lee, Masaaki Sugiyama, Kazuyoshi Murata, Koichi Kato, Supramolecular tholos-like architecture constituted by archaeal proteins without functional annotation, 2020, 10, 2045-2322, 10.1038/s41598-020-58371-2 | |
10. | Biao Zhang, Wenyi Zhang, Robin Pearce, Yang Zhang, Hong-Bin Shen, Fitting Low-Resolution Protein Structures into Cryo-EM Density Maps by Multiobjective Optimization of Global and Local Correlations, 2021, 125, 1520-6106, 528, 10.1021/acs.jpcb.0c09903 | |
11. | Sony Malhotra, Sylvain Träger, Matteo Dal Peraro, Maya Topf, Modelling structures in cryo-EM maps, 2019, 58, 0959440X, 105, 10.1016/j.sbi.2019.05.024 | |
12. | Maximilian Beckers, Daniel Mann, Carsten Sachse, Structural interpretation of cryo-EM image reconstructions, 2021, 160, 00796107, 26, 10.1016/j.pbiomolbio.2020.07.004 | |
13. | Kamal Al Nasr, Christopher Jones, Feras Yousef, Ruba Jebril, PEM-fitter: A Coarse-Grained Method to Validate Protein Candidate Models, 2018, 25, 1557-8666, 21, 10.1089/cmb.2017.0191 | |
14. | Kamal Al Nasr, Feras Yousef, Ruba Jebril, Christopher Jones, Analytical Approaches to Improve Accuracy in Solving the Protein Topology Problem, 2018, 23, 1420-3049, 28, 10.3390/molecules23020028 | |
15. | Massimiliano Bonomi, Samuel Hanot, Charles H. Greenberg, Andrej Sali, Michael Nilges, Michele Vendruscolo, Riccardo Pellarin, Bayesian Weighing of Electron Cryo-Microscopy Data for Integrative Structural Modeling, 2019, 27, 09692126, 175, 10.1016/j.str.2018.09.011 | |
16. | G.C.P. van Zundert, A.M.J.J. Bonvin, Defining the limits and reliability of rigid-body fitting in cryo-EM maps using multi-scale image pyramids, 2016, 195, 10478477, 252, 10.1016/j.jsb.2016.06.011 | |
17. | Alexandre Hoffmann, Valérie Perrier, Sergei Grudinin, A novel fast Fourier transform accelerated off-grid exhaustive search method for cryo-electron microscopy fitting, 2017, 50, 1600-5767, 1036, 10.1107/S1600576717008172 | |
18. | Pablo Orviz Fernández, Mário David, Doina Cristina Duma, Elisabetta Ronchieri, Jorge Gomes, Davide Salomoni, Software Quality Assurance in INDIGO-DataCloud Project: a Converging Evolution of Software Engineering Practices to Support European Research e-Infrastructures, 2020, 18, 1570-7873, 81, 10.1007/s10723-020-09509-z | |
19. | Kamal Al Nasr, Christopher Jones, Bashar Aboona, Abdulrahman Alanazi, 2016, An efficient method for validating protein models using electron microscopy data, 978-1-5090-1611-2, 1726, 10.1109/BIBM.2016.7822778 | |
20. | Brian Jiménez‐García, João M. C. Teixeira, Mikael Trellet, João P. G. L. M. Rodrigues, Alexandre M. J. J. Bonvin, PDB‐tools web: A user‐friendly interface for the manipulation of PDB files , 2021, 89, 0887-3585, 330, 10.1002/prot.26018 | |
21. | G.C.P. van Zundert, M. Trellet, J. Schaarschmidt, Z. Kurkcuoglu, M. David, M. Verlato, A. Rosato, A.M.J.J. Bonvin, The DisVis and PowerFit Web Servers: Explorative and Integrative Modeling of Biomolecular Complexes, 2017, 429, 00222836, 399, 10.1016/j.jmb.2016.11.032 | |
22. | Valeriy Titarenko, Alan M. Roseman, Theoretical and practical approaches to improve the performance of local correlation algorithms for volume data analysis and shape recognition, 2021, 77, 2059-7983, 447, 10.1107/S2059798321001212 | |
23. | Jeong Min Chung, Clarissa L. Durie, Jinseok Lee, Artificial Intelligence in Cryo-Electron Microscopy, 2022, 12, 2075-1729, 1267, 10.3390/life12081267 | |
24. | Tim Neijenhuis, Siri C. van Keulen, Alexandre M.J. J. Bonvin, Interface refinement of low- to medium-resolution Cryo-EM complexes using HADDOCK2.4, 2022, 30, 09692126, 476, 10.1016/j.str.2022.02.001 | |
25. | Dong Si, Andrew Nakamura, Runbang Tang, Haowen Guan, Jie Hou, Ammaar Firozi, Renzhi Cao, Kyle Hippe, Minglei Zhao, Artificial intelligence advances for de novo molecular structure modeling in cryo‐electron microscopy, 2022, 12, 1759-0876, 10.1002/wcms.1542 | |
26. | Wolfgang Lugmayr, Vadim Kotov, Nikolaus Goessweiner-Mohr, Jiri Wald, Frank DiMaio, Thomas C. Marlovits, StarMap: a user-friendly workflow for Rosetta-driven molecular structure refinement, 2023, 18, 1754-2189, 239, 10.1038/s41596-022-00757-9 | |
27. | Gal Masrati, Meytal Landau, Nir Ben-Tal, Andrei Lupas, Mickey Kosloff, Jan Kosinski, Integrative Structural Biology in the Era of Accurate Structure Prediction, 2021, 433, 00222836, 167127, 10.1016/j.jmb.2021.167127 | |
28. | Vilde Leipart, Mateu Montserrat‐Canals, Eva S. Cunha, Hartmut Luecke, Elías Herrero‐Galán, Øyvind Halskau, Gro V. Amdam, Structure prediction of honey bee vitellogenin: a multi‐domain protein important for insect immunity, 2022, 12, 2211-5463, 51, 10.1002/2211-5463.13316 | |
29. | Jiahua He, Peicong Lin, Ji Chen, Hong Cao, Sheng-You Huang, Model building of protein complexes from intermediate-resolution cryo-EM maps with deep learning-guided automatic assembly, 2022, 13, 2041-1723, 10.1038/s41467-022-31748-9 | |
30. | Rodrigo V. Honorato, Panagiotis I. Koukos, Brian Jiménez-García, Andrei Tsaregorodtsev, Marco Verlato, Andrea Giachetti, Antonio Rosato, Alexandre M. J. J. Bonvin, Structural Biology in the Clouds: The WeNMR-EOSC Ecosystem, 2021, 8, 2296-889X, 10.3389/fmolb.2021.729513 | |
31. | Randy J. Read, Claudia Millán, Airlie J. McCoy, Thomas C. Terwilliger, Likelihood-based signal and noise analysis for docking of models into cryo-EM maps, 2023, 79, 2059-7983, 271, 10.1107/S2059798323001596 | |
32. | Claudia Millán, Airlie J. McCoy, Thomas C. Terwilliger, Randy J. Read, Likelihood-based docking of models into cryo-EM maps, 2023, 79, 2059-7983, 281, 10.1107/S2059798323001602 | |
33. | Jimin Park, InSuk Joung, Keehyoung Joo, Jooyoung Lee, Application of conformational space annealing to the protein structure modeling using cryo‐EM maps, 2023, 0192-8651, 10.1002/jcc.27200 | |
34. | Thomas Mulvaney, Rachael C. Kretsch, Luc Elliott, Joseph G. Beton, Andriy Kryshtafovych, Daniel J. Rigden, Rhiju Das, Maya Topf, CASP15 cryo‐EM protein and RNA targets: Refinement and analysis using experimental maps, 2023, 91, 0887-3585, 1935, 10.1002/prot.26644 | |
35. | Joseph G. Beton, Thomas Mulvaney, Tristan Cragnolini, Maya Topf, Cryo-EM structure and B-factor refinement with ensemble representation, 2024, 15, 2041-1723, 10.1038/s41467-023-44593-1 | |
36. | Valentin J. Maurer, Marc Siggel, Jan Kosinski, PyTME (Python Template Matching Engine): A fast, flexible, and multi-purpose template matching library for cryogenic electron microscopy data, 2024, 25, 23527110, 101636, 10.1016/j.softx.2024.101636 | |
37. | Bintao He, Fa Zhang, Chenjie Feng, Jianyi Yang, Xin Gao, Renmin Han, Accurate global and local 3D alignment of cryo-EM density maps using local spatial structural features, 2024, 15, 2041-1723, 10.1038/s41467-024-45861-4 | |
38. | Valeriy Titarenko, Alan M. Roseman, Optimal 3D angular sampling with applications to cryo-EM problems, 2024, 10478477, 108083, 10.1016/j.jsb.2024.108083 | |
39. | Adam J. Simpkin, Luc G. Elliot, Agnel Praveen Joseph, Tom Burnley, Kyle Stevenson, Filomeno Sánchez Rodríguez, Maria Fando, Eugene Krissinel, Stuart McNicholas, Daniel J. Rigden, Ronan M. Keegan, Slice'N'Dice: maximizing the value of predicted models for structural biologists, 2025, 81, 2059-7983, 105, 10.1107/S2059798325001251 | |
40. | Yaxian Cai, Ziying Zhang, Xiangyu Xu, Liang Xu, Yu Chen, Guijun Zhang, Xiaogen Zhou, Fitting Atomic Structures into Cryo-EM Maps by Coupling Deep Learning-Enhanced Map Processing with Global-Local Optimization, 2025, 1549-9596, 10.1021/acs.jcim.5c00004 |
Average RMSD of fitted subunits (Å) | ||||||
Trans | Cis | GroES | ||||
L-LCC | L-CW-LCC | L-LCC | L-CW-LCC | L-LCC | L-CW-LCC | |
Resampled | 5.5 | 5.2 | 7.6 | 7.3 | 4.4 | 4.4 |
Full map | 2.9 | 3.4 | 4.6 | 3.8 | 4.6 | 4.2 |
a Size of full map: 128 × 128 × 128; b Trimmed map: 72 × 72 × 90; c Trimmed + resampled: 36 × 36 × 45; d Intel Core i7-3632QM; e NVIDIA Geforce GTX680. | ||||||||
L-LCC | L-CW-LCC | |||||||
Coarse | Fine | Coarse | Fine | |||||
CPUd | GPUe | CPUd | GPUe | CPUd | GPUe | CPUd | GPUe | |
Full mapa | 3m 32s | 18s | 6h 23m | 23m 50s | 4m 1s | 22s | 7h 13m | 30m 8s |
Trimmedb | 58s | 7s | 1h 37m | 3m 54s | 1m 4s | 7s | 1h 50m | 4m 39s |
T + Rc | 10s | 4s | 13m 6s | 1m 6s | 10s | 4s | 14m 47s | 1m 14s |
a Intel Core i7-3632QM; b NVIDIA Tesla C2075; c NVIDIA Geforce GTX680; d Resampled map: 64 × 64 × 64; e Trimmed + resampled: 36 × 36 × 45. | ||||
CPUa | GPU | |||
gEMfitter | powerfit | gEMfitterb | powerfitc | |
Full map | 5h 48m | 6h 23m | 11m | 25m 48s |
Resampledd | 38m 2s | 41m 25s | - | 1m 40s |
T + Re | - | 13m 6s | - | 1m 6s |
a The PDB code together with the chain ID is shown; b Average RMSD of the top 7 solutions compared to the fitted GroES ring. | |||||
EMDB entry | Resolution (Å) | PDB IDa | Score | RMSD (Å) | Rank |
2325 | 8.9 | 3ZPZ:O | LCC | 1.7b | 1 - 7 |
CW-LCC | 1.9b | 1 - 7 | |||
L-LCC | 1.7b | 1 - 7 | |||
L-CW-LCC | 1.5b | 1 - 7 | |||
1884 | 9.8 | 2YKR:W | LCC | 2.5 | 1 |
CW-LCC | 3.0 | 2 | |||
L-LCC | 2.2 | 1 | |||
L-CW-LCC | 2.2 | 1 | |||
2017 | 13.5 | 4ADV:V | LCC | 60.8 | 1 |
CW-LCC | 1.3 | 1 | |||
L-LCC | 5.9 | 1 | |||
L-CW-LCC | 4.7 | 3 |
Average RMSD of fitted subunits (Å) | ||||||
Trans | Cis | GroES | ||||
L-LCC | L-CW-LCC | L-LCC | L-CW-LCC | L-LCC | L-CW-LCC | |
Resampled | 5.5 | 5.2 | 7.6 | 7.3 | 4.4 | 4.4 |
Full map | 2.9 | 3.4 | 4.6 | 3.8 | 4.6 | 4.2 |
a Size of full map: 128 × 128 × 128; b Trimmed map: 72 × 72 × 90; c Trimmed + resampled: 36 × 36 × 45; d Intel Core i7-3632QM; e NVIDIA Geforce GTX680. | ||||||||
L-LCC | L-CW-LCC | |||||||
Coarse | Fine | Coarse | Fine | |||||
CPUd | GPUe | CPUd | GPUe | CPUd | GPUe | CPUd | GPUe | |
Full mapa | 3m 32s | 18s | 6h 23m | 23m 50s | 4m 1s | 22s | 7h 13m | 30m 8s |
Trimmedb | 58s | 7s | 1h 37m | 3m 54s | 1m 4s | 7s | 1h 50m | 4m 39s |
T + Rc | 10s | 4s | 13m 6s | 1m 6s | 10s | 4s | 14m 47s | 1m 14s |
a Intel Core i7-3632QM; b NVIDIA Tesla C2075; c NVIDIA Geforce GTX680; d Resampled map: 64 × 64 × 64; e Trimmed + resampled: 36 × 36 × 45. | ||||
CPUa | GPU | |||
gEMfitter | powerfit | gEMfitterb | powerfitc | |
Full map | 5h 48m | 6h 23m | 11m | 25m 48s |
Resampledd | 38m 2s | 41m 25s | - | 1m 40s |
T + Re | - | 13m 6s | - | 1m 6s |
a The PDB code together with the chain ID is shown; b Average RMSD of the top 7 solutions compared to the fitted GroES ring. | |||||
EMDB entry | Resolution (Å) | PDB IDa | Score | RMSD (Å) | Rank |
2325 | 8.9 | 3ZPZ:O | LCC | 1.7b | 1 - 7 |
CW-LCC | 1.9b | 1 - 7 | |||
L-LCC | 1.7b | 1 - 7 | |||
L-CW-LCC | 1.5b | 1 - 7 | |||
1884 | 9.8 | 2YKR:W | LCC | 2.5 | 1 |
CW-LCC | 3.0 | 2 | |||
L-LCC | 2.2 | 1 | |||
L-CW-LCC | 2.2 | 1 | |||
2017 | 13.5 | 4ADV:V | LCC | 60.8 | 1 |
CW-LCC | 1.3 | 1 | |||
L-LCC | 5.9 | 1 | |||
L-CW-LCC | 4.7 | 3 |