Literature DB >> 22032230

Automated NMR relaxation dispersion data analysis using NESSY.

Michael Bieri1, Paul R Gooley.   

Abstract

BACKGROUND: Proteins are dynamic molecules with motions ranging from picoseconds to longer than seconds. Many protein functions, however, appear to occur on the micro to millisecond timescale and therefore there has been intense research of the importance of these motions in catalysis and molecular interactions. Nuclear Magnetic Resonance (NMR) relaxation dispersion experiments are used to measure motion of discrete nuclei within the micro to millisecond timescale. Information about conformational/chemical exchange, populations of exchanging states and chemical shift differences are extracted from these experiments. To ensure these parameters are correctly extracted, accurate and careful analysis of these experiments is necessary.
RESULTS: The software introduced in this article is designed for the automatic analysis of relaxation dispersion data and the extraction of the parameters mentioned above. It is written in Python for multi platform use and highest performance. Experimental data can be fitted to different models using the Levenberg-Marquardt minimization algorithm and different statistical tests can be used to select the best model. To demonstrate the functionality of this program, synthetic data as well as NMR data were analyzed. Analysis of these data including the generation of plots and color coded structures can be performed with minimal user intervention and using standard procedures that are included in the program.
CONCLUSIONS: NESSY is easy to use open source software to analyze NMR relaxation data. The robustness and standard procedures are demonstrated in this article.

Entities:  

Mesh:

Substances:

Year:  2011        PMID: 22032230      PMCID: PMC3215250          DOI: 10.1186/1471-2105-12-421

Source DB:  PubMed          Journal:  BMC Bioinformatics        ISSN: 1471-2105            Impact factor:   3.169


Background

Proteins are responsible for many different and important biochemical functions, such as ligand binding, signaling or catalysis [1-4]. Many of these events occur on the μs-ms timescale making the detection and interpretation of these motions critical for understanding their biological significance. Advances in solution Nuclear Magnetic Resonance (NMR) of biomolecules have enabled the measurement of protein dynamics on different timescales. Relaxation experiments measuring the two relaxation rates R1 (the longitudinal relaxation rate) and R2 (the transverse relaxation rate) as well as the steady state heteronuclear NOE are used to detect motion within ps-ns [5]. However, detection of these motions is limited by the molecular tumbling of the molecule, which is on the order of ns. Recent developments in 15N/13C relaxation-compensated Carr-Purcell-Meiboom-Gill (CPMG) and R1ρ rotating-frame relaxation dispersion experiments [6-9] have enabled measurement of protein dynamics on the μs-ms timescale. From these experiments the exchange contribution to transverse relaxation (R), exchange constant (k), chemical shift differences between exchanging states (δω) and the population of individual states can be extracted. Consequently, relaxation dispersion experiments are commonly used to investigate changes in dynamics caused by ligand binding [10], to discover limiting events during enzyme catalysis [8], to follow protein folding and intermediate states as well as to detect functionally important hidden states [11]. Furthermore, it has been proposed that a detailed understanding of the dynamical behavior of a protein at atomic resolution may help identify novel drug target sites [12]. Here, we present a novel software (NESSY) that is designed for simple and automated analysis of relaxation dispersion data. Data can be fitted to two states and at one or more field strengths. Model selection protocols are included for the selection of the best models and Monte Carlo simulations are used to estimate errors of extracted parameters. Furthermore, publication quality 2D and 3D plots and color coded structures are easily created.

Implementation

Programming

The software NESSY is written in Python http://www.python.org for multi platform compatibility and uses wx.Python http://www.wxpython.org to build the graphical user interface (Figure 1). The program was tested on Windows (Vista and 7) and Linux (Ubuntu 9.10 to 11.04) and can be downloaded for free from http://nessy.biochem.unimelb.edu.au either as compiled binaries (Linux, Mac or Windows format, including all Python modules) or as source code. The software is open source and general public licensed (GPL v3).
Figure 1

The graphical user interface of NESSY. Data is imported into the interface of NESSY and analysis can be followed in real time in the Start Analysis section. Results are summarized and grouped in the Results and Summary section.

The graphical user interface of NESSY. Data is imported into the interface of NESSY and analysis can be followed in real time in the Start Analysis section. Results are summarized and grouped in the Results and Summary section.

Theory

NESSY performs automatic relaxation dispersion data analysis using NMR peak lists as inputs. In a first step, the effective transverse relaxation rate R2eff is extracted from a series of CPMG relaxation dispersion experiments according to: where Tis the constant CPMG time, I(0) is the intensity of the peak in the reference spectrum and I(vis the intensity of the peak at the CPMG frequency, vCPMG. Then, data are fitted to different models, which can be selected individually. These models are divided on the basis of no exchange (model 1), two-site fast (model 2) and two-site slow (model 3) exchange.

No exchange: model 1

Model 1 describes residues, which are not involved in exchange processes: where is the effective transverse relaxation rate at infinite vCPMG.

Two-state exchange: model 2 and 3

Equation (3) describes exchange between two states A and B Where kand kare the forward and backward exchange rates, respectively, between the states A and B. Model 2 describes fast-limit exchange (kex >> δω) and is fitted to [7,13]: where and pand pare the populations of the two state models (pis the major conformation, p+ p= 1), kis the chemical/conformational exchange (kex = k+ k) constant and δω is the chemical shift difference between states. In eq. (4) only , kand Φ can be extracted, as pand, δω cannot be uniquely determined. Model 3 describes slow-limit exchange (kex << δω) according to the Richard-Carver equation [14]: where NESSY also automatically calculates the exchange contribution to transverse relaxation, R, where for fast exchange, R= Φ/k, and slow exchange, R= p/(1 + (k.

Optimization and Model Selection

Exchange parameters are optimized by using the Levenberg-Marquardt algorithm to minimize the target function where is the value at each vat data point n, is the calculated rate constant. Error of R2was assumed to be constant within each residue and calculated according to the definition of pooled variance (eq. 7) [15]. is calculated using Nreplicated experiments for vvalues, such that nreplicates were obtained at (v)j. The effective transverse relaxation rate of a given peak in these nreplicates has the standard deviation s: Model selection is performed using AICc (Akaike information criteria with second order correction for small sample size) by default, but other tests, such as AIC or F-test are included as well [16]. Uncertainties are estimated using 500 (default value, but user controlled) Monte Carlo simulations.

Synthetic data

To demonstrate validity of fit and model selection performed by NESSY, synthetic data was produced using the in-built Synthetic Data Creator. Data were created for models 2 and 3 by introducing an error of 2, 5, 8 and 10% (see Table 1) as experimental NMR relaxation dispersion data usually have smaller errors than 5%. Data was analyzed using NESSY and fitted to the models described above.
Table 1

Extracted dynamics parameters of synthetic relaxation dispersion data.

ModelR2 [1/s]errkex [1/s]errpberrΦδω
Model 2, original215.233750.347457.4
 Model 2, ± 2%214.930.064015.034.851506.0
 Model 2, ± 5%215.490.293742.5188.146250.6
 Model 2, ± 8%215.110.43795.6251.848212.4
 Model 2, ± 10%214.350.244303.7148.457796.3
Model 3, original315.23306.20.0721875.5
 Model 3, ± 2%315.180.03330.821.80.0670.0041874.8
 Model 3, ± 5%315.180.09330.364.40.0680.0171921.0
 Model 3, ± 8%315.670.32231.7152.00.0920.1101800.0
 Model 3, ± 10%315.520.33363.9170.40.0600.0821767.5
Extracted dynamics parameters of synthetic relaxation dispersion data.

NMR spectroscopy

Carr-Purcell-Meiboom-Gill (CPMG) relaxation dispersion experiments of a 0.3 mM PCTX1 sample (kindly provided by Prof. G. King, University of Queensland, Australia) were recorded on a Bruker 600 MHz AVANCE III spectrometer. Experiments were acquired at 298 K using 0.08 s constant CPMG period (TCPMG) as a single scanned interleaved pseudo 3D experiment. Relaxation dispersion profiles were obtained by recording spectra with varying CPMG pulse frequencies (νCPMG) (25, 2× 50, 75, 100, 2× 150, 2× 200, 300, 500, 600, 700, 900, 1000, 1500 and 2000 Hz). Spectra were processed in NMRPipe [17] and intensities extracted using CcpNmr [18].

Results

To demonstrate the validity of the coding and model selection, synthetic data containing 2, 5, 8 and 10% errors for models 2 and 3 were created using the in-built tool in NESSY. This synthetic data was fitted to models 1, 2 and 3 by minimizing the χ2 function (eq. 6) and the model selection was performed by comparing AICc values. Errors for the extracted dynamics parameters were estimated by 500 Monte Carlo simulations. In all cases, irrespective of the noise, the correct model was chosen by AICc for each data set (Tables 1 and 2). Notably, for the synthetic-data model 2 the χ2 values calculated for model 3 were always at least as good as those for model 2, indicating the need for model selection by statistical methods such as AICc. For the synthetic-data model 3, both χ2 and AICc selected model 3. During the calculation, NESSY creates plots for each fit to a model. For example, a comparison of fits to models 1, 2 and 3 for the synthetic data is shown in Figure 2 (3D plots are generated using the NESSY plotting tool).
Table 2

Model selection of synthetic relaxation dispersion data.

Synthetic DataModel 1Model 2Model 3Selection
χ2AICcχ2AICcχ2AICc

Model 2, 2% error29742.6829744.6824.7534.7524.7738.772
Model 2, 5% error912.17914.177.6817.687.6421.642
Model 2, 8% error535.24537.249.6319.639.6323.632
Model 2, 10% error2001.92003.919.7829.7819.7833.782
Model 3, 2% error88082.7788084.772721.032731.0318.2632.263
Model 3, 5% error12471.0912473.09445.54455.5422.3636.363
Model 3, 8% error915.07917.0738.9848.985.419.43
Model 3, 10% error921.28923.2827.6137.615.6619.663
Figure 2

Comparison of fits of models 1 to 3 to synthetic data. (A) Individual fits of models 1 to 3 to the synthetic data for model 2 with 5% introduced error and (B) best fit (model 2). (C) Overview of fits (model 1 to 3) to synthetic data for model 3 with 5% introduced error. Best fit is displayed separately (D).

Model selection of synthetic relaxation dispersion data. Comparison of fits of models 1 to 3 to synthetic data. (A) Individual fits of models 1 to 3 to the synthetic data for model 2 with 5% introduced error and (B) best fit (model 2). (C) Overview of fits (model 1 to 3) to synthetic data for model 3 with 5% introduced error. Best fit is displayed separately (D). The parameters kand δω that were extracted for model 3 matched the initial parameters used to generate the synthetic data within the order of the introduced error (Table 1). As expected, introducing larger errors into the synthetic data sets produced larger errors for the extracted parameters (calculated by Monte Carlo Simulations).

Fitting relaxation dispersion experiments of PCTX1 at 600 MHz

NESSY was tested using NMR data acquired at 600 MHz for PCTX1, a 40-residue spider toxin [19]. Data for two resonances showing frequency dependent Rwere fitted to models 1 to 3. Trp 24 best fitted to model 3 (two-state, slow-limit exchange) and Phe 30 to model 2 (two-state, fast-limit exchange). An overview of fits to model 1 to 3 as well as the best fit is shown in Figure 3. Fitting of the slow-limit exchanging signal of Trp 24 extracts a kof 1029.3 ± 194 1/s. Although the fit shows slow-limit exchange, only one resonance was present in the spectrum. This is in accordance to the extracted population of the minor conformation (p) of 0.844 ± 0.002% and a chemical shift difference (δω) for the two conformations of 2884 ± 76 rad/s. As residue Phe 30 is in fast exchange, only kand Φ were extracted. The extracted conformation exchange rate (k) for this residue was 3750.2 ± 162 1/s.
Figure 3

Analysis of 2 signals of PCTX1. Residue Trp 24 best fits to a slow exchange 2-state model, (model 3) (A and B), whereas Phe 30 was best described by a fast exchange 2-state model (model 2) (C and D).

Analysis of 2 signals of PCTX1. Residue Trp 24 best fits to a slow exchange 2-state model, (model 3) (A and B), whereas Phe 30 was best described by a fast exchange 2-state model (model 2) (C and D). To best illustrate calculated motion, NESSY creates PyMol macros for color and width-coded structures. Such structures are created for model selection, kand R. Figure 4 shows color coding for both model selection and kof PCTX1. Models are visualized in different colors per residue, while extracted dynamics parameters (kand R) are colored from yellow to red and also represented by thicker lines for increasing values. Note that in Figure 4 only two residues were analyzed and therefore, only two residues are colored.
Figure 4

Color coded structures created by PyMOL macros by NESSY. PCTX1 structure is color coded according to selected model (A) and k(B). Note only 2 residues were analyzed and therefore, the majority of the structure is colored in black (no data). Different models are colored differently; increasing values are colored from yellow to red and line width is increased for increasing values of kex.

Color coded structures created by PyMOL macros by NESSY. PCTX1 structure is color coded according to selected model (A) and k(B). Note only 2 residues were analyzed and therefore, the majority of the structure is colored in black (no data). Different models are colored differently; increasing values are colored from yellow to red and line width is increased for increasing values of kex.

Global fit to synthetic data

The dynamics parameters, k, pand δω, are highly interdependent and data from a single static field is typically insufficient for their accurate determination. Consequently acquisition of relaxation dispersion data at two or more fields is necessary for the robust and accurate estimation of these parameters [20]. NESSY is able to perform a global fit by sharing parameters k, pand δω, but taking the field dependency of δω into account. To demonstrate this function, synthetic data was created for data virtually recorded at 800 and 600 MHz. For 800 MHz data, synthetic data (5% error) previously described was used. Additionally, synthetic data was generated at 600 MHz (δω= 600/800 δω). Both data sets were simultaneously fitted to models 1 to 3 (Table 3). Model selection was performed using AICc and errors of fit for the parameters were estimated by 500 Monte Carlo simulations per residue and individual experiments.
Table 3

Model selection of global fit of synthetic relaxation dispersion data.

SyntheticModel 1Model 2Model 3Selected
χ2AICcχ2AICcχ2AICc

Model 2545.3549.39.821.843.457.42
Model 33434.63438.6126.7138.610.124.13
Model selection of global fit of synthetic relaxation dispersion data. For the synthetic data for model 2 at two different spectrometer frequencies, fits (χ2) generally improved with increasing number of parameters. Using AICc model selection NESSY clearly chooses the correct model (model 2). For the synthetic data for model 3, the correctly chosen model according to AICc was model 3 (Table 3). A summary of extracted parameters is given in Table 4 and fits to models 2 and 3 for both synthetic data sets (each at two spectrometer frequencies) are shown in Figure 5.
Table 4

Extracted dynamic parameters of global fit of relaxation dispersion data.

SyntheticModelR2 [1/s]errkex [1/s]errpberrδω [rad/s]err
Model 215.233750.25
 Fit to Model 2215.240.293876.90194.54
Model 315.23306.150.071875.51
 Fit to Model 3315.180.09334.6160.770.070.021918.9820.50
Figure 5

Global fit for synthetic data at 2 field strengths. Synthetic data for model 2 (A and B) and model 3 (C and D) were generated for two field strengths: 600 MHz (red and purple) and 800 MHz (blue and green). (A) Model 2 data was simultaneously fitted to models 1 to 3; only fits to models 2 and 3 are displayed. (B) Best selected model (model 2) is separately plotted. (C) Synthetic data of model 3 was fitted to models 1 to 3; only fits to models 2 and 3 are shown. (D) Best selected model (model 3) is separately plotted.

Extracted dynamic parameters of global fit of relaxation dispersion data. Global fit for synthetic data at 2 field strengths. Synthetic data for model 2 (A and B) and model 3 (C and D) were generated for two field strengths: 600 MHz (red and purple) and 800 MHz (blue and green). (A) Model 2 data was simultaneously fitted to models 1 to 3; only fits to models 2 and 3 are displayed. (B) Best selected model (model 2) is separately plotted. (C) Synthetic data of model 3 was fitted to models 1 to 3; only fits to models 2 and 3 are shown. (D) Best selected model (model 3) is separately plotted.

Cluster Analysis

Under certain circumstances, motion in different parts of a macromolecule may be concerted. Therefore, multiple residues/nuclei may experience the same exchange. In such cases, it is useful to cluster these residues and fit them simultaneously. Cluster analysis of data recorded at one or more static fields is included in NESSY, where single values of kex and populations are determined for all residues. Individual parameters, δω and ϕ (eq. 4) are obtained for each residue. To demonstrate this function, synthetic data for 4 residues experiencing kex of 306.15 1/s and a minor population (pb) of 0.072 were created using model 3 (2 state slow-limit exchange) consisting of 5% noise. The transverse relaxation rate, , as well as δω were different for each residue. The data was clustered and simultaneously fitted to models 2 or 3 (Figure 6A). The selected model by AICc was model 3 and the extracted exchange constant kex was 286.69 ± 66.5 1/s and population pb was 0.075 ± 0.013. Furthermore, the extracted values for δω and correlated to their initial values (Figure 6B, C).
Figure 6

Cluster analysis. (A) Synthetic data for 4 residues in 2 state slow exchange (model 3) were created and simultaneously analyzed. (B and C) Correlation plots of extracted versus synthetic δω and R2, respectively.

Cluster analysis. (A) Synthetic data for 4 residues in 2 state slow exchange (model 3) were created and simultaneously analyzed. (B and C) Correlation plots of extracted versus synthetic δω and R2, respectively.

Discussion

The software presented in this article permits the automated data analysis of relaxation dispersion experiments. The user has the opportunity to choose to fit to the entire data set or individually selected residues. In addition, data from two or more magnetic fields can be globally fitted. During global fits, field dependency of δω is taken into account. Multiple residues can be grouped and analyzed simultaneously using built-in cluster analysis (individual or global fit). Maximum flexibility of data entry has been included. For example, peak lists containing peak intensities that are created by any other software can be imported; protein sequences are read either from PDB files, retrieved from the internet using UniProt identifier http://www.expasy.ch or can be added manually; CPMG frequencies are read directly from Bruker VD (variable delay) lists. Furthermore, NESSY is linked to the Bruker Protein Dynamic Center (PDC, starting with version 1.1, http://www.bruker-biospin.com, in collaboration with Dr. Klaus-Peter Neidig) so that projects can be exported in PDC and directly read into NESSY for extended data analysis. In addition, NMRView [21] tables can be imported directly. During the calculation, NESSY produces plots and CSV files (text files compatible with Excel and OpenOffice) of the profiles and the individual fits for each calculated residue as well as the extracted values (such as R, kand p) and statistics (χand AICc) for each model. In addition, color coded structures for selected models, kand Rare created (structures are drawn using Pymol). Furthermore, NESSY offers tools to create custom made 2D and 3D plots in different formats and styles suitable for publication (see Figures 2 to 6). Synthetic data as well as experimental NMR CPMG relaxation dispersion data were analyzed using NESSY. The quality of fits of the synthetic data was assessed by comparing original values to those extracted from data analysis (Table 1 and 2, Figure 2). For choosing the best fitting model NESSY evaluates the need and benefit for describing the experimental data with more parameters by using AICc, AIC or F-test. By default, model selection is performed using AICc to avoid over fitting, as more parameters (more complex models) may give better fits. The advantage of using AICc (and AIC) compared to F-test is that data do not have to be normally distributed. As relaxation dispersion experiments usually consist of 15 to 20 data sets, normal distribution of data cannot be assumed. For the synthetic data the correct model was consistently chosen and the extracted values were statistically similar to the initial values. To demonstrate usability of NESSY for NMR data, two signals of PCTX1 were analyzed (Figures 3 and 4). One signal experienced slow-limit and the other fast-limit chemical exchange. In the case of slow exchange, the minor populated conformation was present at 0.8%, which is in accordance with the NMR spectra, where only one peak is visible. To be able to unambiguously distinguish between fast and slow exchange and to extract populations and shift differences, experiments should be collected at two or more different magnetic fields [20]. NESSY supports global fitting at multiple field strengths, while taking the field dependency of δω into account. Synthetic data for models 2 and 3 at two different static frequencies (600 and 800 MHz) were created and analyzed. Data were fitted to models 1 to 3 and in each case the correct model was chosen for both global fits (Tables 3 and 4, Figure 5).

Conclusions

In this article, the main features of NESSY have been presented, such as curve fitting, model selection and data presentation of relaxation dispersion experiments. Nevertheless, NESSY is not limited to these functions. As relaxation dispersion experiments enable the extraction of populations of individual states, NESSY offers tools to calculate the free energy (ΔG) between states. For data that fit best to fast exchange models, the populations of each state cannot be extracted, as kand δω cannot be uniquely determined. An integrated function in NESSY is to calculate the populations for residues with known chemical shift differences, such as observed in ligand binding experiments. If a series of experiments are recorded over a temperature range, the temperature dependence of ΔG can be used to extract entropy (ΔS) and enthalpy (ΔH) changes using van't Hoff analysis. NESSY supports automatic van't Hoff analysis of both linear and non-linear models [22]. Furthermore, NESSY can calculate activation energy barriers using transition state theory and the Eyring equation and generate energy landscape plots. Taken together, we present user-friendly software for NMR relaxation dispersion (15N/13C) data analysis that requires minimal user intervention. In addition, NESSY can be used to analyze biophysical experiments, such as van't Hoff and transition state theory analysis and to create publication quality 2D and 3D plots. Due to its flexibility, users can choose between different relaxation dispersion models and statistical tests for model selection. Results generated by NESSY are aimed to be usable for publication. Tables can be produced directly using CSV files; 2D and 3D plots are created during or after analysis and color coded structures can be directly used in publications. Note that each figure display in this article was created in NESSY. This software is open source and freely available from http://nessy.biochem.unimelb.edu.au. NESSY comes with a detailed manual and tutorial. For additional help, questions can be addressed at the NESSY mailing list (nessy-users@gna.org).

Availability and requirements

• Project name: NESSY • Project home page: http://nessy.biochem.unimelb.edu.au • Operating system(s): Platform independent • Programming language: Python • Other requirements: Scipy, Numpy, wxPython, Matplotlib (None for compiled binaries) • License: GNU GPL v3 • Any restrictions to use by non-academics: None

Abbreviations

AIC: Akaike's Information Criteria; AICc: Akaike's Information Criteria with second order correction for small sample size; CPMG: Carr-Purcell-Meiboom-Gill; NESSY: NMR Relaxation Dispersion Spectroscopy Analysis Software; NMR: Nuclear Magnetic Resonance; NOE: Nuclear Overhauser Effect.

Competing interests

The authors declare that they have no competing interests.

Authors' contributions

MB wrote the code, conducted the NMR experiments and data analysis and wrote the manuscript. PRG supervised the project, assisted in acquisition and processing of NMR experiments and wrote the manuscript. All authors read and approved the final manuscript.
  20 in total

1.  The use of model selection in the model-free analysis of protein dynamics.

Authors:  Edward J d'Auvergne; Paul R Gooley
Journal:  J Biomol NMR       Date:  2003-01       Impact factor: 2.835

2.  Positive heat capacity change upon specific binding of translation initiation factor eIF4E to mRNA 5' cap.

Authors:  Anna Niedzwiecka; Janusz Stepinski; Edward Darzynkiewicz; Nahum Sonenberg; Ryszard Stolarski
Journal:  Biochemistry       Date:  2002-10-08       Impact factor: 3.162

3.  Faithful estimation of dynamics parameters from CPMG relaxation dispersion measurements.

Authors:  Evgenii L Kovrigin; James G Kempf; Michael J Grey; J Patrick Loria
Journal:  J Magn Reson       Date:  2006-02-03       Impact factor: 2.229

4.  Differential responses of the backbone and side-chain conformational dynamics in FKBP12 upon binding the transition-state analog FK506: implications for transition-state stabilization and target protein recognition.

Authors:  Ulrika Brath; Mikael Akke
Journal:  J Mol Biol       Date:  2009-01-30       Impact factor: 5.469

Review 5.  From biomolecular structure to functional understanding: new NMR developments narrow the gap.

Authors:  Stephan Grzesiek; Hans-Jürgen Sass
Journal:  Curr Opin Struct Biol       Date:  2009-08-27       Impact factor: 6.809

6.  NMR View: A computer program for the visualization and analysis of NMR data.

Authors:  B A Johnson; R A Blevins
Journal:  J Biomol NMR       Date:  1994-09       Impact factor: 2.835

7.  CPMG sequences with enhanced sensitivity to chemical exchange.

Authors:  C Wang; M J Grey; A G Palmer
Journal:  J Biomol NMR       Date:  2001-12       Impact factor: 2.835

8.  NMRPipe: a multidimensional spectral processing system based on UNIX pipes.

Authors:  F Delaglio; S Grzesiek; G W Vuister; G Zhu; J Pfeifer; A Bax
Journal:  J Biomol NMR       Date:  1995-11       Impact factor: 2.835

Review 9.  Characterization of enzyme motions by solution NMR relaxation dispersion.

Authors:  J Patrick Loria; Rebecca B Berlow; Eric D Watt
Journal:  Acc Chem Res       Date:  2008-02-19       Impact factor: 22.384

10.  Partially folded equilibrium intermediate of the villin headpiece HP67 defined by 13C relaxation dispersion.

Authors:  Nichole E O'Connell; Michael J Grey; Yuefeng Tang; Pallav Kosuri; Vesselin Z Miloushev; Daniel P Raleigh; Arthur G Palmer
Journal:  J Biomol NMR       Date:  2009-07-31       Impact factor: 2.835

View more
  27 in total

1.  GUARDD: user-friendly MATLAB software for rigorous analysis of CPMG RD NMR data.

Authors:  Ian R Kleckner; Mark P Foster
Journal:  J Biomol NMR       Date:  2011-12-11       Impact factor: 2.835

2.  NMR-based conformational ensembles explain pH-gated opening and closing of OmpG channel.

Authors:  Tiandi Zhuang; Christina Chisholm; Min Chen; Lukas K Tamm
Journal:  J Am Chem Soc       Date:  2013-10-01       Impact factor: 15.419

3.  NMR studies of the dynamics of nitrophorin 2 bound to nitric oxide.

Authors:  Dhanasekaran Muthu; Robert E Berry; Hongjun Zhang; F Ann Walker
Journal:  Biochemistry       Date:  2013-10-30       Impact factor: 3.162

Review 4.  Chemical exchange in biomacromolecules: past, present, and future.

Authors:  Arthur G Palmer
Journal:  J Magn Reson       Date:  2014-04       Impact factor: 2.229

5.  Probing the Broad Time Scale and Heterogeneous Conformational Dynamics in the Catalytic Core of the Arf-GAP ASAP1 via Methyl Adiabatic Relaxation Dispersion.

Authors:  Fa-An Chao; Yifei Li; Yue Zhang; R Andrew Byrd
Journal:  J Am Chem Soc       Date:  2019-07-22       Impact factor: 15.419

6.  Optimization of Conformational Dynamics in an Epistatic Evolutionary Trajectory.

Authors:  Mariano M González; Luciano A Abriata; Pablo E Tomatis; Alejandro J Vila
Journal:  Mol Biol Evol       Date:  2016-03-15       Impact factor: 16.240

7.  Structural basis for client recognition and activity of Hsp40 chaperones.

Authors:  Yajun Jiang; Paolo Rossi; Charalampos G Kalodimos
Journal:  Science       Date:  2019-09-20       Impact factor: 47.728

8.  Biophysical characterization of naturally occurring titin M10 mutations.

Authors:  Michael W Rudloff; Alec N Woosley; Nathan T Wright
Journal:  Protein Sci       Date:  2015-04-02       Impact factor: 6.725

9.  AMP-activated protein kinase β-subunit requires internal motion for optimal carbohydrate binding.

Authors:  Michael Bieri; Jesse I Mobbs; Ann Koay; Gavin Louey; Yee-Foong Mok; Danny M Hatters; Jong-Tae Park; Kwan-Hwa Park; Dietbert Neumann; David Stapleton; Paul R Gooley
Journal:  Biophys J       Date:  2012-01-18       Impact factor: 4.033

10.  Solution NMR studies reveal no global flexibility in the catalytic domain of CDC25B.

Authors:  George Lund; Tomasz Cierpicki
Journal:  Proteins       Date:  2014-04-29
View more

北京卡尤迪生物科技股份有限公司 © 2022-2023.