Abstract
Paramagnetic metal ions with fast-relaxing electrons generate pseudocontact shifts (PCSs), residual dipolar couplings (RDCs), paramagnetic relaxation enhancements (PREs) and cross-correlated relaxation (CCR) in the nuclear magnetic resonance (NMR) spectra of the molecules they bind to. These effects offer long-range structural information in molecules equipped with binding sites for such metal ions. Here we present the new open-source software Paramagpy, which has been written in Python 3 with a graphic user interface. Paramagpy combines the functionalities of different currently available programs to support the fitting of magnetic susceptibility tensors using PCS, RDC, PRE and CCR data and molecular coordinates in Protein Data Bank (PDB) format, including a convenient graphical user interface. Paramagpy uses efficient fitting algorithms to avoid local minima and supports corrections to back-calculated PCS and PRE data arising from cross-correlation effects with chemical shift tensors. The source code is available from 10.5281/zenodo.3594568 .
1. Introduction
Paramagnetic metal ions with fast-relaxing electrons produce a number of spatially dependent effects in nuclear magnetic resonance (NMR) spectra of biomolecules which are useful for probing molecular structure and interactions. These effects arise from the magnetic susceptibility of unpaired electrons, which manifests in NMR spectra most notably as pseudocontact shifts (PCSs), paramagnetic relaxation enhancements (PRE) and residual dipolar couplings (RDCs), but also as cross-correlated relaxation (CCR) effects. PCSs and RDCs only arise when the magnetic susceptibility is anisotropic, which is the case for all trivalent paramagnetic lanthanide ions except .
A number of programs have been developed for fitting the parameters of magnetic susceptibility tensors, , to atomic coordinates of biomolecules using the paramagnetic effects experimentally observed in NMR spectra. The program Numbat supports calculation and fitting of the magnetic susceptibility anisotropy tensor, , from experimental PCS data with corrections for residual anisotropic chemical shifts (RACSs) in a convenient graphical user interface (GUI) . The Python module PyParaTools offers similar functionality to Numbat but in a scripting environment and adds methods for fitting tensors and alignment tensors using PREs and RDCs, respectively . The software FANTEN offers a convenient web-based GUI for fitting and alignment tensors from PCS and RDC data sets, respectively .
RDCs arise not only from paramagnetism, but also in the presence of alignment media such as dilute liquid crystals. The programs PALES and REDCAT fit alignment tensors to atomic coordinates using RDCs. The program Module can use RDCs to fit alignment tensors for molecular structure refinement . PCS and RDC restraints have also been implemented in the software packages CYANA , XPLOR-NIH , Rosetta and HADDOCK for structure determination and refinement.
The coordinates of paramagnetic centres can also be determined from PREs, and suitable fitting programs include the programs RelaxGUI and Spinach . CCR effects can occur between Curie-spin and dipole–dipole relaxation and also between Curie-spin and chemical shift anisotropy (CSA) relaxation . The former is observed as a difference in relaxation rates between the multiplet components of scalar coupled resonances . The software FANTACROSS supports calculation of this CCR effect, but does not allow fitting of the tensor position . The latter CCR effect was experimentally demonstrated only recently .
NMR spectra of biomolecules labelled with paramagnetic metal ions with fast electronic relaxation rates, as afforded by lanthanide tags, simultaneously display PCS, RDC, PRE and CCR effects in the same spectrum . Due to their common origin in the paramagnetism of the metal ion, all these effects are interrelated. For example, the tensor determined from PCS measurements can, in principle, be used to predict RDCs, and RDCs arising from paramagnetic alignment allow predictions of some of the -tensor parameters. The software PyParaTools offers convenient integration of all of these effects, but it lacks many refinements, such as the computation of RACS effects which may affect PCS measurements , explicit routines for calculating PREs based on Solomon–Bloembergen–Morgan (SBM) or Curie-spin relaxation theory including anisotropic effects arising from non-vanishing tensors, calculation of cross-correlated Curie-spin–CSA PRE effects or Curie-spin and dipole–dipole CCR involving anisotropic tensors, or anisotropic SBM calculations.
Here we present a new Python-based program, Paramagpy, which offers a graphical interface for fitting magnetic susceptibility tensors using PCS, RDC, PRE and CCR data and seamless transition between these calculations. The fitting routine of Paramagpy for determining tensors from PCSs employs an efficient grid search algorithm as previously implemented in GPS-Rosetta . The algorithm is adept at overcoming the local minima problem that sometimes compromises the results obtained with Numbat and PyParaTools. Paramagpy uses both Curie-spin and Solomon–Bloembergen–Morgan theory to calculate PREs, and it includes cross-correlation effects with anisotropic chemical shift tensors , which have not been taken into account by any previous tensor-fitting software. Paramagpy can be installed as a Python module and scripted for efficient calculations, or run via an intuitive GUI.
Calculations using Paramagpy have been verified with data from previous publications. This includes fitting of tensors to amide PCS data of lanthanide-loaded calbindin D and calculating PREs for amide spins . Paramagpy has also been used successfully to predict cross-correlated CSA–Curie-spin relaxation giving rise to negative PREs for amide spins . CCR calculations have been verified with data from high- and low-spin paramagnetic myoglobin . Paramagpy has been shown to fit alignment tensors consistent with previous results for lanthanide-tagged ubiquitin , but may also be applied to data sets arising from alignment media where Paramagpy reports alignment and Saupe tensors alongside tensors. Paramagpy can thus be used with RDC data obtained by any means of weak molecular alignment in the magnetic field, substituting software like Module .
2. Pseudocontact shifts
The magnetic susceptibility tensor associated with a paramagnetic centre creates a dipolar shielding tensor at a given position and distance from the paramagnetic centre as shown in Eq. (1), where is the identity matrix, denotes the Kronecker product and denotes the matrix multiplication.
The PCS is given by the trace of the shielding tensor as shown in the PCS Eq. (3). The tensor is given by the traceless part of the tensor. Considering only the tensor, a linear form of the PCS equation can be obtained, which characterises the tensor by five explicit parameters as shown in Eq. (4). Including the three position parameters represented by the coordinates of the metal centre ( , , ), solving the PCS equation requires determining eight parameters in total.
2.1. Singular value decomposition (SVD) grid search
Equation (4) can be rewritten in matrix form to give Eq. (5), where is a column vector of length of the calculated PCS values, is a column vector of length 5 of the -tensor parameters and is a matrix with rows defined by the row vector in Eq. (4) containing coordinate parameters.
Populating vector with many experimental PCS values and the matrix with atomic coordinates from a molecule of known structure, the system is likely overdetermined and a least-squares solution for the -tensor parameters can be obtained analytically by considering the singular values of the matrix and constructing the pseudo-inverse . This allows calculation of the best-fitting tensor at a given position by Eq. (6) . A weighted least-squares fit can be obtained using Eq. (7), where the square matrix contains the weights along the diagonal , which may be sourced from the experimental standard deviations of the th spin.
Since this calculation is fast, a grid search over many positions of the paramagnetic centre is feasible, providing a robust initial guess prior to iterative refinement of the tensor position by non-linear gradient-descent methods. Paramagpy can evaluate 5000 grid points for 50 PCS values in under 1 s using a 2 GHz Intel i5 2016 processor of a typical laptop computer.
2.2. Non-linear gradient descent
When fitting of the position of the paramagnetic centre is required, the PCS equation becomes non-linear. A fit can be found iteratively by minimising the sum of squares of the differences between experimental and back-calculated PCS values. An efficient method for minimisation is by non-linear gradient descent. We chose the Broyden–Fletcher–Goldfarb–Shanno (BFGS) algorithm for non-linear least-squares minimisation of the cost function in Eq. (). Here, and are, respectively, the experimental and back-calculated PCSs for spin , and is the experimental uncertainty in the PCS of spin .
| 8 | 
2.3. Multiple PCS data sets
Often there are multiple PCS data sets available for different metal ions bound at the same position, obtained from multiple samples prepared with different metal ions. A simultaneous fit of the common position is possible, independently fitting the tensor magnitude and orientation for each data set, and can lead to a more accurate overall position of the paramagnetic centre. Paramagpy supports multiple data sets for simultaneous fitting of a common metal position by both the SVD grid-search and non-linear gradient-descent algorithms.
2.4. Corrections to PCS calculations
An anisotropic magnetic susceptibility causes alignment of the molecule in the external magnetic field. As molecular orientations are no longer sampled uniformly, shielding tensors may no longer average to their isotropic values. In this situation, the chemical shift actually observed in the paramagnetic sample contains contributions from residual anisotropic chemical shifts (RACSs) arising from non-zero averaging of the chemical shift anisotropy (CSA) tensor. Paramagpy supports PCS calculations that include RACS corrections . Paramagpy provides standard CSA tensors for amide H spins and backbone amide N and carbonyl C spins . Customised CSA tensors may also be set for any of the nuclear spins.
In addition to the CSA tensor, there is also a dipolar shielding tensor at the site of a nuclear spin, which arises from the magnetic susceptibility of the paramagnetic centre. In analogy to the RACS effect, this can lead to a residual anisotropic dipolar shift (RADS), which is a small perturbation to the observed PCS in paramagnetic samples arising from molecular alignment . Paramagpy includes RADS as an option in the PCS calculation and -tensor fitting routines.
Systematic errors in experimental PCS values can arise due to variations in the carrier frequency or calibration of the recorded NMR spectra of the diamagnetic and paramagnetic species. This offset can be included as a parameter during the fitting of tensors, although doing so is meaningful only if a sufficient number of PCS data are available to avoid overfitting.
3. Residual dipolar couplings
An anisotropic magnetic susceptibility tensor induces a coincident alignment tensor , giving rise to RDCs between nuclear spins. The alignment tensor can be found from the tensor using Eq. (), where is the magnetic field, the vacuum permeability, the Boltzmann constant and the temperature .
| 9 | 
The RDC values can be calculated using Eq. (10), where is the internuclear vector and the distance between the two nuclei and . This can be expanded into the vector equation Eq. (11), where , and are the Cartesian coordinates of the internuclear vector .
Unlike the PCS tensor, the RDC tensor does not require parameters for position and can therefore be described by five parameters for magnitude and orientation. Fitting can therefore be achieved by a linear least-squares fit.
3.1. SVD fitting algorithm
Paramagpy uses the SVD algorithm similar to the original implementation in the program REDCAT . It is functionally the same as the algorithm applied to solving the PCS equation in Sect. . A matrix with rows defined by the row vector in Eq. (11) containing coordinate parameters is constructed. From this, a pseudo-inverse matrix is calculated and applied to the experimental RDC values, yielding the best-fitting alignment tensor.
4. Paramagnetic relaxation enhancements
PREs describe the relaxation rates of longitudinal magnetisation, , or transverse magnetisation, , of nuclear spins, where and are the longitudinal and transverse relaxation times, respectively. For PREs of paramagnetic molecules in solution, the relaxation rates are governed by dipole–dipole interactions as described by the SBM equations or the shielding tensor anisotropy as described by the Curie-spin equations .
4.1. Solomon–Bloembergen–Morgan theory
The SBM equations for and are shown in Eqs. (12) and (13), respectively, where is the nuclear gyromagnetic ratio, the distance of the nucleus from the paramagnetic centre, and and the nuclear and electronic Larmor frequencies, respectively. is the correlation time calculated as , where is the rotational correlation time of the molecule and is the electronic relaxation time. is the effective magnetic moment of the paramagnetic centre, which can be predicted from the Landé factor, the Bohr magneton and the total angular momentum quantum number (Eq. 14).
An extension to the SBM theory which accounts for anisotropy of the dipolar spectral density is described by Eqs. (15) and (16) where describes the spectral power density tensor . is the unit vector from the paramagnetic centre to the nuclear spin. The spectral power density tensor usually cannot be derived theoretically, but is instead fitted to experimental data.
4.2. Curie-spin theory
Curie-spin relaxation is governed by the dipolar shielding tensor as calculated in Eq. (1), which must include the isotropic component of the tensor, , which can be predicted using Eq. (17). The first invariant and second invariant of the shielding tensor are calculated by Eqs. (18) and (19), where denotes the th and th components of the shielding tensor . This allows calculation of the and PREs by Eqs. (20) and (21), respectively. These equations account for anisotropy of the magnetic susceptibility, provided Eq. (1) is used to calculate .
When PREs due to Curie-spin relaxation are cross-correlated with CSA relaxation, the CSA tensor is added to the dipolar shielding tensor to give an effective shielding tensor . The PRE including CSA cross-correlation is determined as the difference in relaxation rates in the paramagnetic and diamagnetic state as shown in Eq. (22). This can give rise to negative PREs as shown previously and confirmed by experiment .
| 22 | 
4.3. Fitting algorithm
Paramagpy includes routines to calculate PREs and fit all parameters for each of the above relaxation theories, including cross-correlated relaxation with CSA effects. This is achieved by non-linear gradient descent to minimise the cost function of Eq. (23). Here, and are, respectively, the experimental and back-calculated PREs for spin , and is the experimental uncertainty in the PRE of spin . The user can choose to fit or constrain different parameters, such as the magnetic susceptibility or power spectral density tensor position, magnitude, correlation time , etc. Parameter templates for lanthanide ions are also provided, based on tensor magnitudes and anisotropies previously reported for lanthanide complexes of calbindin D . These may be used to give a quick estimate of expected PRE values.
| 23 | 
5. Curie-spin dipole–dipole cross-correlated relaxation
Interference of the internuclear dipole–dipole (DD) relaxation with Curie-spin relaxation provides a mechanism for differential relaxation rates of multiplet components by cross-correlated relaxation (CCR) . This effect is readily observed and measured as the difference in the relaxation rate of the two doublet components of an amide spin pair. In this case, the shielding tensor arising at the spin due to the dipole is given by Eq. (24), where is the bond vector, is the internuclear distance, is the gyromagnetic ratio of and is the spin of . The factor of is necessary to express the shielding tensor in units of parts per million to match the units of the Curie-spin shielding tensor. The effective shielding tensor for the spin due to both the Curie spin and the dipole in either the up or down spin state is given by Eqs. (25) and (26), respectively. The relaxation rate is then calculated using Eq. (21) for both the up and down effective shielding tensors and , and their difference is taken to represent the differential line broadening . In this way the auto-correlated relaxation mechanisms arising from the separate DD and Curie mechanisms are subtracted out, leaving the pure cross-correlated term. A derivation showing the equivalence of Eqs. (24)–(27) to those reported by Ghose and Prestegard is given in the Supplement.
Paramagpy uses the above equations for all relaxation calculations. By using Eq. (1) for calculating the Curie-spin shielding tensor , these equations also account for anisotropy of the magnetic susceptibility . CCR values can be calculated between any two atoms in the specified Protein Data Bank (PDB) file. The calculations have been shown to agree with previous experimental CCR data on high- and low-spin myoglobin .
5.1. Fitting algorithm
Paramagpy includes routines to fit all parameters of the tensor, including position, magnitude and anisotropy, to experimentally measured CCR data. This is achieved by non-linear gradient descent to minimise the cost function of Eq. (28). Here, and are, respectively, the experimental and back-calculated CCRs for spin , and is the experimental uncertainty in the CCR of spin .
| 28 | 
6. Uncertainty calculations
To judge the quality of a or tensor fitted using PCS, RDC, PRE or CCR data, Paramagpy offers three methods to test the robustness of the fit: structure-sourced, bootstrap and Monte Carlo. The structure-sourced method assumes that multiple models in a PDB file represent experimental uncertainty in the atomic coordinates as is common for NMR structures (see Sect. ). In this approach, a tensor is fitted to each individual model and uncertainties in the fitted tensor parameters are reported. The alternative bootstrapping method repeats the fit many times, with each iteration randomly sampling a specified proportion of the data, and subsequently reports the standard deviation in the fitted tensor parameters. The Monte Carlo method repeats the fit using all the data, but each time adds noise to the experimental values. The noise is sourced from a uniform distribution that has been scaled by values provided by the user for each atom. These scaling values are ideally calculated from noise in the spectrum to reflect uncertainty in peak positions or amplitudes . The standard deviations in the fitted tensor parameters are then reported.
7. Molecular structures with multiple models
7.1. Structures with uncertainties represented by a family of models
Biomolecular structures in the PDB, which have been determined by solution NMR, usually report experimental uncertainty in the atomic coordinates by including multiple models, which individually fulfil the experimental restraints. The default behaviour of Paramagpy is to fit a magnetic susceptibility tensor to each model independently and then report an average of all these tensors. The tensor averaging is achieved by Eq. (29) where the summation runs over the tensors fitted to each of the models. This ensures no errors are introduced by averaging prolate/oblate tensors with different principal axis definitions. All other parameters involved in the fit, such as origin of the tensor position, rotational correlation time or electronic relaxation time, are averaged in the conventional way. Note that the final result is sensitive to different relative orientations of the models.
| 29 | 
7.2. Structures represented by a conformational ensemble
Some coordinate sets in the PDB have been determined by molecular dynamics, where the ensemble of models deposited fulfils the experimental restraints better than each individual model. For this case, Paramagpy has the option for calculation of ensemble-averaged paramagnetic effects at all stages of calculations and fitting. Ensemble-averaged fitting presents a subtle but important difference compared to the multiple-model method described in Sect. above. This is particularly noticeable for RDCs, where the ensemble average can be much smaller than the corresponding RDC of a single model, and therefore several models representing different bond orientations may be simultaneously required to fit an appropriate alignment tensor or tensor.
The implementation of ensemble averaging in Paramagpy averages the paramagnetic values calculated for each atom in the different models, identifying the specific atoms by identical atom numbers in the PDB file. Custom ensemble averaging behaviour can be changed by the user in the scripted environment. In the implementations of the SVD algorithm, ensemble averaging involves summation of rows for common atoms of the matrix of Eq. (5) before calculation of the singular values. In the implementations of the non-linear gradient descent algorithm, the values calculated for the common atoms are averaged prior to calculating the sum of squares of differences. This is shown in Eq. (30) where and are the calculated and experimental PCS, RDC, PRE or CCR values, respectively. The index is for atoms that are common between models, and the index runs over all atoms in the structure.
| 30 | 
7.3. Fitting tensor parameters to multimers
In the case of symmetric multimers composed of monomers with each containing a paramagnetic metal ion, the ensemble averaging feature of Paramagpy can be exploited to fit the tensor associated with a given monomer. This is achieved simply by defining the monomeric units in the PDB file as models of the same structure and applying the ensemble averaging routine to fit the tensor using the experimental PCSs, which reflect the average of the PCSs observed in each monomer. Note that, due to the averaging, the final fitted tensor must be scaled by the user -fold, where is the number of monomers. This feature can also be exploited in NMR crystallography .
8. Quality factors
To judge the agreement of tensor fits with the experimental data, a factor can be assigned to a given fit, which Paramagpy calculates using Eq. (31). Here, the experimental and calculated PCS, RDC, PRE or CCR values are denoted and , respectively, the index is for ensemble averaging of common spins between models, and the index is for summation over all spins of the molecule. A low factor signifies a good-quality fit.
| 31 | 
Alternative factors have been proposed . The factor proposed by , which uses sums of experimental and calculated values in the denominator of Eq. (31) and therefore tends to be 2 times smaller, is supported by the scripted environment of Paramagpy. It is important to note that the fitting algorithm used by Paramagpy targets the minimal root-mean-square deviation between experimental and calculated data rather than the factor. It has been pointed out that -factor evaluations are meaningful only if the number of fitted data greatly exceeds the number of variables .
9. Graphical user interface
Paramagpy has a graphical user interface (GUI) written for the inbuilt Tk/Tcl interface of Python 3, which can run on Mac OS X, Windows and Linux operating systems. The GUI offers a user-friendly environment for loading and visualising PDB files and experimental PCS, RDC, PRE and CCR data. Two frames display the initial and fitted tensors. The fitted tensor is calculated and displayed by the push of a button. An overview of the PCS fitting tab is shown in Fig. . Hovering the mouse over any element in the window displays a useful tool tip to help the user.
Figure 1.
Paramagpy GUI running on Mac OS X. (A) Frame for loading PDB coordinates. The atoms and models (conformers) of interest can be selected and CSA-tensor parameters set by the user. (B) The user can switch between PCS, RDC, PRE and CCR tabs, where CCR stands for the Curie-spin–dipole–dipole cross-correlated relaxation. (C) Fitting options can be specified by selecting the relevant check box. The “SVD Gridsearch” option searches for the best-fit tensor within a sphere about the initial tensor origin with radius and grid spacing as specified. The “NLR Gradient Descent” option refines the tensor using non-linear least-squares minimisation. (D) Experimental data for atoms in the PDB file are displayed here. The first column contains an “x” if the datum will be used during fitting and may be toggled by pressing the “x” key on the keyboard. Experimental and back-calculated PCS values are also reported and their correlation can be displayed by clicking the “Plot” button above. (E) To utilise multiple PCS data sets to fit different tensors to a common position, the “Multiple Fit Tensor” button can be clicked after selecting the desired data sets. (F) Each tab can contain a different PCS data set, allowing up to 6 to be loaded. If more data sets are required, Paramagpy supports this through the scripted module. (G) The initial tensor parameters can be specified here to define a starting point before fitting. For convenience, the paramagnetic centre can be positioned at any atom in the PDB file by double-clicking on a row of the data view in the frame to the left. Parameters in red are constrained during fitting. Greyed out parameters are not relevant to PCS or RDC calculations, but are used in PRE and CCR calculations. (H) The fitted tensor is displayed here. Clicking the “Copy” button allows the tensor to be pasted into other tabs of the program (see B and F above). The “Plot” button will prompt the user to save an isosurface file for opening in PyMOL. “Error Sim.” will assess the quality of the fit by bootstrap or Monte Carlo methods. The button “Set UTR” is for conversion of the tensor parameters to the unique tensor representation defined by the program Numbat .
10. Visualisation
Paramagpy offers a number of plot options to quickly visualise tensors and quality of fit. The scalar PCS or PRE field can be written to a CCP4 density map, which can then be visualised as a three-dimensional contour plot in the program PyMOL . The fit quality can be visualised in correlation plots of back-calculated PCS, RDC, PRE and CCR values versus the experimental values. Finally, a scatter plot of the principle axes of the tensors can be viewed in a Sanson–Flamsteed-style projection following Monte Carlo or bootstrap error analyses. Example plots are summarised in Fig. .
Figure 2.
Plotting options available in Paramagpy illustrated with data of calbindin D loaded with Er . (a) Correlation plot of calculated versus experimental PCS values after fitting of the tensor. (b) PCS isosurface plot viewed in PyMOL. (c) Sanson–Flamsteed plot showing the principle axes projections after bootstrap analysis. “Error Tensor” reports the standard deviation in fitted parameters.
11. Scripting
Paramagpy is a Python module and can be imported into a scripting environment. The module is split into four major submodules. (i) The “metal” submodule deals with the paramagnetic centre, tensor representations and methods for calculating PCS, RDC, PRE and CCR values. (ii) The “protein” submodule handles the atomic coordinates from the PDB file and CSA-tensor definitions. (iii) The “dataparse” submodule manages the reading and writing of data files. (iv) The “fit” submodule contains functions for fitting tensors to experimental data. An example script for fitting of a tensor to experimental PCS data for calbindin D is shown in Fig. . It uses only nine lines of code. Some more advanced features of Paramagpy, such as fitting of power spectral density tensors in Eqs. (15) and (16), are only available in the scripted environment. The scripted environment also offers control over which parameters are included for fitting routines and allows calculations for coordinates other than PDB formats.
Figure 3.

Example Python script for fitting a tensor to experimental PCS data. The output with fitted tensor parameters is displayed to the right.
12. NMR software integration
Paramagpy includes macro scripts to interface with popular NMR software: CcpNmr analysis and Sparky . Currently, these macros allow for the rapid calculation of experimental PCS values from NMR spectra with up to three dimensions, fitting of tensors and plotting of back-calculated PCS values onto paramagnetic spectra.
13. Tensor conventions and conversions
Paramagpy offers a number of simple routines to convert between tensor representations. In addition to the matrix representations of tensors, positions, rotation matrices, eigenvalues, axial/rhombic components and Euler angles, alignment tensors and Saupe tensors are available upon clicking the “More” button within the GUI. The axial and rhombic components are defined as follows (Eqs. 32 and 33).
By default, Paramagpy reports all fitted tensors in the unique tensor representation used by the program Numbat . This requires that the principle axis magnitudes of the tensor are ordered , and all Euler angles are in the range using the ZYZ convention.
14. Example PRE calculation
PRE calculations that include anisotropy effects and cross-correlation with CSA can be daunting to set up as they require the and CSA tensors to possess the correct orientations in the frame of the molecular coordinates. Paramagpy simplifies this for the user by allowing tensors fitted from PCS data to be transferred easily to the tab for PRE calculations. Furthermore, CSA-tensor templates are provided for most protein backbone atoms.
As an example, Fig. shows the Paramagpy GUI with ( ) PRE data for calbindin D loaded with . A tensor was fitted using the PCS tab, then transferred to the PRE tab using the “Copy” and “Paste” buttons. Curie-spin–CSA cross-correlation is taken into account simply by checking the box “Use CSA”. This greatly improves the correlation and allows the prediction of negative PREs, resulting in a reduction in the factor from 1.01 to 0.49. The small additional correction arising from the anisotropy of the Curie spin can be included by setting the and parameters to the non-zero values obtained from the tensor fitted with the help of PCS data yielding a further reduction in the factor to 0.47.
Figure 4.
Paramagpy GUI showing ( ) PRE data for calbindin D loaded with . The correlation plot shows calculated vs. experimental values. Blue: SBM and isotropic Curie-spin theory are used for calculating PREs ( factor 1.01). Red: also taking into account the cross-correlation between Curie-spin and CSA relaxation ( factor 0.49). Green: including the additional correction arising from the anisotropy of the tensor ( factor 0.47).
The CSA tensors of spins are much larger than those of spins, so that Curie-spin–CSA cross-correlation effects can dominate the PRE to the point that even negative PREs can be observed ( Fig. 4). These CCR effects are predicted to be most pronounced for spins located about 10 Å from the metal ion. In contrast, the CSA of spins is much smaller, so that their CCR effects are predicted to be most significant in the range of 20–25 Å and therefore too small to be easily observed experimentally .
15. Conclusions
Paramagpy is an easy-to-use program that integrates the related paramagnetic NMR phenomena of PCS, RDC, PRE and CCR. Paramagpy allows the rapid analysis of NMR spectra of samples containing a single paramagnetic centre, which is particularly useful for data recorded with different paramagnetic lanthanide ions. With an intuitive calculation flow, Paramagpy can be used, for example, to fit a tensor using experimental PCS data and then quickly report the expected PREs of the same complex, informing the user which signals may be too broad to observe. Paramagpy uses efficient fitting algorithms and an up-to-date implementation of paramagnetic NMR theory to capture subtle corrections arising from CSA and anisotropy effects in the PCS and PRE calculations.
Supplement
Acknowledgements
Henry William Orton thanks the Westpac Bicentennial foundation for a Future Leaders Scholarship.
Code availability
The source code for Paramagpy is available at: https://doi.org/10.5281/zenodo.3594568 (Orton, 2019).
Author contributions
HWO initiated the project, wrote the source code and the documentation for Paramagpy, and drafted the manuscript. GO and TH contributed advice towards code design and the final versions of the manuscript.
Competing interests
The authors declare that they have no conflict of interest.
Review statement
This paper was edited by Mikael Akke and reviewed by Marcellus Ubbink and one anonymous referee.
References
- Balayssac S, Bertini I, Luchinat C, Parigi G, Piccioli M. direct detected NMR increases the detectability of residual dipolar couplings. J Am Chem Soc. 2006;128:15042–15043. doi: 10.1021/ja0645436. [DOI] [PubMed] [Google Scholar]
 - Banci L, Bertini I, Cavallaro G, Giachetti A, Luchinat C, Parigi G. Paramagnetism-based restraints for Xplor-NIH. J Biomol NMR. 2004;28:249–261. doi: 10.1023/B:JNMR.0000013703.30623.f7. [DOI] [PubMed] [Google Scholar]
 - Bashir Q, Volkov AN, Ullmann GM, Ubbink M. Visualization of the encounter ensemble of the transient electron transfer complex of cytochrome c and cytochrome c peroxidase. J Am Chem Soc. 2010;132:241–247. doi: 10.1021/ja9064574. [DOI] [PubMed] [Google Scholar]
 - Bax A. Weak alignment offers new NMR opportunities to study protein structure and dynamics. Protein Sci. 2003;12:1–16. doi: 10.1110/ps.0233303. [DOI] [PMC free article] [PubMed] [Google Scholar]
 - Bertini I, Janik MBL, Lee Y-M, Luchinat C, Rosato A. Magnetic susceptibility tensor anisotropies for a lanthanide ion series in a fixed protein matrix. J Am Chem Soc. 2001;123:4181–4188. doi: 10.1021/ja0028626. a. [DOI] [PubMed] [Google Scholar]
 - Bertini I, Kowalewski J, Luchinat C, Parigi G. Cross correlation between the dipole–dipole interaction and the Curie spin relaxation: the effect of anisotropic magnetic susceptibility. J Magn Reson. 2001;152:103–108. doi: 10.1006/jmre.2001.2378. b. [DOI] [PubMed] [Google Scholar]
 - Bertini I, Cavallaro G, Cosenza M, Kümmerle R, Piccioli M, Poggi L. Cross correlation rates between Curie spin and dipole-dipole relaxation in paramagnetic proteins: the case of Cerium substituted calbindin . J Biomol NMR. 2002;23:115–125. doi: 10.1023/A:1016341507527. a. [DOI] [PubMed] [Google Scholar]
 - Bertini I, Luchinat C, Parigi G. Magnetic susceptibility in paramagnetic NMR. Prog Nucl Mag Res Sp. 2002;40:249–273. doi: 10.1016/S0079-6565(02)00002-X. b. [DOI] [Google Scholar]
 - Bieri M, d'Auvergne EJ, Gooley PR. relaxGUI: a new software for fast and simple NMR relaxation data analysis and calculation of ps-ns and motion of proteins. J Biomol NMR. 2011;50:147–155. doi: 10.1007/s10858-011-9509-1. [DOI] [PubMed] [Google Scholar]
 - Clore GM, Garrett DS. R-factor, free R, and complete cross-validation for dipolar coupling refinement of NMR structures. J Am Chem Soc. 1999;121:9008–9012. doi: 10.1021/ja991789k. [DOI] [Google Scholar]
 - Cornilescu G, Bax A. Measurement of proton, nitrogen, and carbonyl chemical shielding anisotropies in a protein dissolved in a dilute liquid crystalline phase. J Am Chem Soc. 2000;122:10143–10154. doi: 10.1021/ja0016194. [DOI] [Google Scholar]
 - de Vries SJ, van Dijk M, Bonvin AMJJ. The HADDOCK web server for data-driven biomolecular docking. Nat Protoc. 2010;5:883–897. doi: 10.1038/nprot.2010.32. [DOI] [PubMed] [Google Scholar]
 - Dominguez C, Boelens R, Bonvin AMJJ. HADDOCK: a protein-protein docking approach based on biochemical or biophysical information. J Am Chem Soc. 2003;125:1731–1737. doi: 10.1021/ja026939x. [DOI] [PubMed] [Google Scholar]
 - Dosset P, Hus J-C, Marion D, Blackledge M. A novel interactive tool for rigid-body modeling of multi-domain macromolecules using residual dipolar couplings. J Biomol NMR. 2001;20:223–231. doi: 10.1023/A:1011206132740. [DOI] [PubMed] [Google Scholar]
 - Fletcher R. Practical methods of optimization. 2nd edn. John Wiley & Sons; New York: 1988. [DOI] [Google Scholar]
 - Ghose R, Prestegard JH. Electron spin–nuclear spin cross-correlation effects on multiplet splittings in paramagnetic proteins. J Magn Reson. 1997;128:138–143. doi: 10.1006/jmre.1997.1227. [DOI] [PubMed] [Google Scholar]
 - Guéron M. Nuclear relaxation in macromolecules by paramagnetic ions: a novel mechanism. J Magn Reson. 1975;19:58–66. doi: 10.1016/0022-2364(75)90029-3. [DOI] [Google Scholar]
 - Hogben H, Krzystyniak M, Charnock G, Hore P, Kuprov I. Spinach – a software library for simulation of spin dynamics in large spin systems. J Magn Reson. 2011;208:179–194. doi: 10.1016/j.jmr.2010.11.008. [DOI] [PubMed] [Google Scholar]
 - John M, Park AY, Pintacuda G, Dixon NE, Otting G. Weak alignment of paramagnetic proteins warrants correction for residual CSA effects in measurements of pseudocontact shifts. J Am Chem Soc. 2005;127:17190–17191. doi: 10.1021/ja0564259. [DOI] [PubMed] [Google Scholar]
 - Kervern G, D'Aléo A, Toupet L, Maury O, Emsley L, Pintacuda G. Crystal-structure determination of powdered paramagnetic lanthanide complexes by proton NMR spectroscopy. Angew Chem Int Edit. 2009;48:3082–3086. doi: 10.1002/anie.200805302. [DOI] [PubMed] [Google Scholar]
 - Kontaxis G, Clore G, Bax A. Evaluation of cross-correlation effects and measurement of one-bond couplings in proteins with short transverse relaxation times. J Magn Reson. 2000;143:184–196. doi: 10.1006/jmre.1999.1979. [DOI] [PubMed] [Google Scholar]
 - Kramer F, Deshmukh M, Kessler H, Glaser S. Residual dipolar coupling constants: an elementary derivation of key equations. Concepts Magn Reso A. 2004;21:10–21. doi: 10.1002/cmr.a.20003. [DOI] [Google Scholar]
 - Lee W, Tonelli M, Markley J L. NMRFAM-SPARKY: enhanced software for biomolecular NMR spectroscopy. Bioinformatics. 2014;31:1325–1327. doi: 10.1093/bioinformatics/btu830. [DOI] [PMC free article] [PubMed] [Google Scholar]
 - McNicholas S, Potterton E, Wilson KS, Noble MEM. Presenting your structures: the CCP4mg molecular-graphics software. Acta Crystallogr D. 2011;67:386–394. doi: 10.1107/S0907444911007281. [DOI] [PMC free article] [PubMed] [Google Scholar]
 - Orton HW, Otting G. Accurate electron–nucleus distances from paramagnetic relaxation enhancements. J Am Chem Soc. 2018;140:7688–7697. doi: 10.1021/jacs.8b03858. [DOI] [PubMed] [Google Scholar]
 - Orton HW, Kuprov I, Loh C-T, Otting G. Using paramagnetism to slow down nuclear relaxation in protein NMR. J Phys Chem Lett. 2016;7:4815–4818. doi: 10.1021/acs.jpclett.6b02417. [DOI] [PubMed] [Google Scholar]
 - Orton HW. Paramagpy source code, Version v1.0, Zenodo. 2019 doi: 10.5281/zenodo.3594568. [DOI]
 - Pearce BJG, Jabar S, Loh C-T, Szabo M, Graham B, Otting G. Structure restraints from heteronuclear pseudocontact shifts generated by lanthanide tags at two different sites. J Biomol NMR. 2017;68:19–32. doi: 10.1007/s10858-017-0111-z. [DOI] [PubMed] [Google Scholar]
 - Pintacuda G, Hohenthanner K, Otting G, Müller N. Angular dependence of dipole-dipole-Curie-spin cross-correlation effects in high-spin and low-spin paramagnetic myoglobin. J Biomol NMR. 2003;27:115–135. doi: 10.1023/A:1024926126239. [DOI] [PubMed] [Google Scholar]
 - Pintacuda G, Kaikkonen A, Otting G. Modulation of the distance dependence of paramagnetic relaxation enhancements by CSA DSA cross-correlation. J Magn Reson. 2004;171:233–243. doi: 10.1016/j.jmr.2004.08.019. a. [DOI] [PubMed] [Google Scholar]
 - Pintacuda G, Keniry MA, Huber T, Park AY, Dixon NE, Otting G. Fast structure-based assignment of HSQC spectra of selectively -labeled paramagnetic proteins. J Am Chem Soc. 2004;126:2963–2970. doi: 10.1021/ja039339m. b. [DOI] [PubMed] [Google Scholar]
 - Raman S, Lange OF, Rossi P, Tyka M, Wang X, Aramini J, Liu G, Ramelot TA, Eletsky A, Szyperski T, Kennedy MA, Prestegard J, Montelione GT, Baker D. NMR structure determination for larger proteins using backbone-only data. Science. 2010;327:1014–1018. doi: 10.1126/science.1183649. [DOI] [PMC free article] [PubMed] [Google Scholar]
 - Rinaldelli M, Carlon A, Ravera E, Parigi G, Luchinat C. FANTEN: a new web-based interface for the analysis of magnetic anisotropy-induced NMR data. J Biomol NMR. 2015;61:21–34. doi: 10.1007/s10858-014-9877-4. [DOI] [PubMed] [Google Scholar]
 - Schmitz C, Stanton-Cook MJ, Su X-C, Otting G, Huber T. Numbat: an interactive software tool for fitting -tensors to molecular coordinates using pseudocontact shifts. J Biomol NMR. 2008;41:179–189. doi: 10.1007/s10858-008-9249-z. [DOI] [PubMed] [Google Scholar]
 - Schmitz C, Vernon R, Otting G, Baker D, Huber T. Protein structure determination from pseudocontact shifts using ROSETTA. J Mol Biol. 2012;416:668–677. doi: 10.1016/j.jmb.2011.12.056. [DOI] [PMC free article] [PubMed] [Google Scholar]
 - Schrödinger LLC. The PyMOL molecular graphics system, version 1.8. 2015 [Google Scholar]
 - Solomon I. Relaxation processes in a system of two spins. Phys Rev. 1955;99:559–565. doi: 10.1103/PhysRev.99.559. [DOI] [Google Scholar]
 - Stanton-Cook MJ, Su X-C, Otting G, Huber T. [(last access: 15 October 2019)];PyParaTools. 2014 available at http://comp-bio.anu.edu.au/mscook/PPT/
 - Suturina EA, Mason K, Geraldes CFGC, Chilton NF, Parker D, Kuprov I. Lanthanide-induced relaxation anisotropy. Phys Chem Chem Phys. 2018;20:17676–17686. doi: 10.1039/C8CP01332B. [DOI] [PubMed] [Google Scholar]
 - Valafar H, Prestegard JH. REDCAT: a residual dipolar coupling analysis tool. J Magn Reson. 2004;167:228–241. doi: 10.1016/j.jmr.2003.12.012. [DOI] [PubMed] [Google Scholar]
 - Vega AJ, Fiat D. Nuclear relaxation processes of paramagnetic complexes the slow-motion case. Mol Phys. 1976;31:347–355. doi: 10.1080/00268977600100261. [DOI] [Google Scholar]
 - Vranken WF, Boucher W, Stevens TJ, Fogh RH, Pajon A, Llinas M, Ulrich EL, Markley JL, Ionides J, Laue ED. The CCPN data model for NMR spectroscopy: development of a software pipeline. Proteins. 2005;59:687–696. doi: 10.1002/prot.20449. [DOI] [PubMed] [Google Scholar]
 - Zweckstetter M, Bax A. Prediction of sterically induced alignment in a dilute liquid crystalline phase: aid to protein structure determination by NMR. J Am Chem Soc. 2000;122:3791–3792. doi: 10.1021/ja0000908. [DOI] [Google Scholar]
 
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.



