Literature DB >> 27412089

MEMHDX: an interactive tool to expedite the statistical validation and visualization of large HDX-MS datasets.

Véronique Hourdel1, Stevenn Volant2, Darragh P O'Brien1, Alexandre Chenal1, Julia Chamot-Rooke1, Marie-Agnès Dillies2, Sébastien Brier1.   

Abstract

MOTIVATION: With the continued improvement of requisite mass spectrometers and UHPLC systems, Hydrogen/Deuterium eXchange Mass Spectrometry (HDX-MS) workflows are rapidly evolving towards the investigation of more challenging biological systems, including large protein complexes and membrane proteins. The analysis of such extensive systems results in very large HDX-MS datasets for which specific analysis tools are required to speed up data validation and interpretation.
RESULTS: We introduce a web application and a new R-package named 'MEMHDX' to help users analyze, validate and visualize large HDX-MS datasets. MEMHDX is composed of two elements. A statistical tool aids in the validation of the results by applying a mixed-effects model for each peptide, in each experimental condition, and at each time point, taking into account the time dependency of the HDX reaction and number of independent replicates. Two adjusted P-values are generated per peptide, one for the 'Change in dynamics' and one for the 'Magnitude of ΔD', and are used to classify the data by means of a 'Logit' representation. A user-friendly interface developed with Shiny by RStudio facilitates the use of the package. This interactive tool allows the user to easily and rapidly validate, visualize and compare the relative deuterium incorporation on the amino acid sequence and 3D structure, providing both spatial and temporal information.
AVAILABILITY AND IMPLEMENTATION: MEMHDX is freely available as a web tool at the project home page http://memhdx.c3bi.pasteur.fr CONTACT: marie-agnes.dillies@pasteur.fr or sebastien.brier@pasteur.frSupplementary information: Supplementary data is available at Bioinformatics online.
© The Author 2016. Published by Oxford University Press.

Entities:  

Mesh:

Substances:

Year:  2016        PMID: 27412089      PMCID: PMC5181559          DOI: 10.1093/bioinformatics/btw420

Source DB:  PubMed          Journal:  Bioinformatics        ISSN: 1367-4803            Impact factor:   6.937


1 Introduction

Hydrogen Deuterium eXchange followed by Mass Spectrometry (HDX-MS) is a biophysical tool in structural biology capable of probing protein/ligand interactions, conformational changes and protein folding and dynamics (Konermann ; Tsutsui and Wintrode, 2007; Wales and Engen, 2006). Despite an increased number of applications (Jaswal, 2013; Pirrone ), the expansion of the technology has been slowed by its intrinsic technical and analytical complexity (i.e. digestion at pH 2.5 and rapid HPLC separation at 0 °C). With recent advancements in sample preparation robotics, refrigerated ultra-high performance liquid chromatography systems (Venable ; Wales ) and high-resolution mass spectrometers, HDX-MS has surged in popularity and is now emerging from the academic benchtop to the expanse of the pharmaceutical sector (Campobasso and Huddler, 2015; Huang and Chen, 2014; Majumdar ; Marciano ; Wei ). The use of improved HDX-MS workflows enables the structural analysis of larger protein systems such as antigen-antibody complexes (> 180 kDa) or integral membrane proteins, in a more routine way (Bertoldi ; Chung ; Faleri ; Malito ; Malito ). The characterization of such systems results in very complex HDX-MS datasets, for which specific non-commercial analytical software (e.g. HXExpress, HeXicon, ExMS, HDXFinder, etc.), as well as commercial platforms (e.g. DynamX and HDExaminer), have been developed (Guttman ; Hamuro ; Kan ; Kreshuk ; Lindner ; Lou ; Miller ; Weis ). Such software extract deuterium incorporation information from (un)processed raw m/z data files and produce deuterium uptake curves that can pinpoint regions of interest on protein 3D structures. However, many of these tools do not integrate statistical approaches and use the absolute difference of deuterium uptake to evaluate the significance between conditions. Hydra (or Mass Spec Studio) was the first standalone application to introduce Student’s t-test and P-values to statistically evaluate the difference across HDX-MS experiments (Rey ; Slysz ). Alternatively, Houde calculated confidence limits based on the experimental uncertainty of measuring deuterium uptake across replicates. In this context, two distinct confidence limits were calculated manually using either the differences of deuterium uptake or the summed value of HDX differences measured for each peptide, in each condition, and at each time point. Lastly, HDX Workbench includes a two-tailed t-test and Tukey multiple comparison procedure for the statistical cross-comparison of two or more datasets (Pascal ; Pascal , 2012). Despite significant efforts to design requisite statistical tools, the aforementioned software solutions are suitable to analyze HDX-MS data at one time point only, failing to account for the time dependency of the HDX-MS reaction. Thus, Liu proposed a multiple regression or ANCOVA model. By deriving a statistical test based on the model parameters, they evaluated the significant difference between two groups under comparison, for all peptides in the dataset, and across all independent replicates. Expanding on this, we introduce a web application named ‘MEMHDX’ (Mixed-Effects Model for HDX experiments) to aid in the rapid statistical validation and visualization of large HDX-MS datasets. MEMHDX uses a linear mixed-effects model where replicates are considered as random effects. This accounts for both the time dependency and the variability across replicates. Moreover, instead of testing the variation in global deuterium exchange between two experimental conditions, we propose to calculate two individual P-values for each peptide. First, the difference between conditions is measured (P-value for the ‘Magnitude of Delta Deuterium (ΔD)’), followed by the evolution of the deuterium uptake behavior over the time course of the experiment (P-value for the ‘Change in dynamics’). MEMHDX, therefore, allows the clustering of each peptide in the dataset based on these two respective P-values. A user-friendly interface developed with Shiny by RStudio facilitates the use of the application, allowing the user to easily visualize and compare the relative deuterium incorporation across the entire protein sequence and 3D structure. As a test system, we used the receptor-binding Repeat-in-ToXin (RTX) domain of CyaA produced by Bordetella pertussis, the causative agent of whooping cough, to pinpoint regions undergoing structural and conformational changes upon calcium binding (O'Brien ; Sotomayor-Perez ).

2 Methods

The description of the MEMHDX workflow is reported in Figure 1. MEMHDX is composed of two independent elements: a statistical tool written in R for the validation of HDX results and a web interface developed with Shiny. Details of the mixed-effects model, the Shiny web interface and the outputs are given below.
Fig. 1.

The MEMHDX strategy. (A) .csv file containing deuterium uptake values for all identified peptides is exported after raw data extraction and analysis by dedicated HDX-MS software (e.g. DynamX). The .csv file is uploaded to MEMHDX where a linear mixed-effects model is applied to statistically validate the dataset. Main results are displayed on a ‘Logit’ representation (for data clustering and validation) and visualized using a global summary plot and the 3D structure, where available. A user-friendly ShinyInterface facilitates the use of the application (Color version of this figure is available at Bioinformatics online.)

The MEMHDX strategy. (A) .csv file containing deuterium uptake values for all identified peptides is exported after raw data extraction and analysis by dedicated HDX-MS software (e.g. DynamX). The .csv file is uploaded to MEMHDX where a linear mixed-effects model is applied to statistically validate the dataset. Main results are displayed on a ‘Logit’ representation (for data clustering and validation) and visualized using a global summary plot and the 3D structure, where available. A user-friendly ShinyInterface facilitates the use of the application (Color version of this figure is available at Bioinformatics online.)

2.1 The MEMHDX R-package

2.1.1 The mixed-effects model

The aim was to compare the exchange behavior of a defined set of N peptides derived from the same protein placed in two distinct states. The incorporation was measured at T time points (t,…,t) for all peptides in both biological conditions, and the experiment was repeated R times. Y corresponds to the deuterium incorporation value measured for peptide a (), at each time point t (), for each replicate r () and condition (), and can be calculated using: where M and M correspond to the mass of the labeled and the unlabeled peptide, c represents the extracted centroid value (m/z) and z the peptide charge. Thus, we consider the following linear mixed-effects model: where is the vector of observations , β, β and β correspond to the vectors of fixed effects for the time, the condition and the interaction between time and condition, u the vector of random errors. In our model, the time t, the condition i, and the interaction between t and i are considered as fixed effects. The condition and the interaction represent the two parameters of interest. The replicates are considered as a random effect.

2.1.2 The statistical inference

The ‘nmle’ R package was utilized to estimate the vectors of fixed effects (β) and ur (http://CRAN.R-project.org/package=nlme). The restricted maximum-likelihood method was used to fit the linear mixed-effects model. To evaluate the statistical significance of the condition and the interaction on the rate of deuterium incorporation of the protein, two P-values were calculated per peptide, using two individual Wald tests. The condition-associated P-value (hereafter referred to as P-valueMagnitude_of_Delta_D) tests the null hypothesis of there being no difference in deuterium uptake between conditions 1 and 2; the interaction-associated P-value (hereafter referred to as P-valueChange_in_dynamics) tests the null hypothesis of there being no change in the deuterium uptake behavior between conditions 1 and 2 and takes into account the time dependency of the HDX reaction (see Comment 1 of Supplementary material). A multiple testing procedure was applied to adjust the significance level of each Wald test. In this work, the false discovery rate (FDR) criterion was used instead of the classical familywise error rate to achieve higher statistical power (Benjamini and Hochberg, 1995).

2.2 User interface and data output

2.2.1 The ‘start analysis’ window

To facilitate the use of the MEMHDX R-package, a user-friendly interactive web interface was developed with Shiny by RStudio (http://shiny.rstudio.com). The ‘Start analysis’ window (Supplementary Fig. S1A) contains a short reminder of the main variables required in the input .csv file, i.e. the sequence and the position of each peptide in the protein, charge state z, extracted centroid m/z values for each time point and replicate and in each condition, exposure time (min), number of replicates, and the maximum number of exchangeable amide hydrogens (MaxUptake) that could be theoretically replaced into the peptide. MaxUptake corresponds to the number of amino acid residues contained in the peptide, minus the number of proline residues and minus one for the N-terminus that back-exchanges too rapidly to be measured (Englander and Kallenbach, 1983). Once the .csv file is loaded, the system informs the user of any missing variables. Missing centroid m/z values are allowed; in such a scenario, they are automatically replaced by the mean value across all replicates. Before starting any analysis, two user-defined parameters must be defined: the statistical significance value (%) corresponding to the desired stringency of the analysis and the percentage of deuterium (D) contained in the final labeling solution (Supplementary Fig. S1A). The latter is used to calculate the relative fractional uptake (RFU) values. MEMHDX automatically generates RFU values as follows: where Y corresponds to the deuterium incorporation value measured for peptide a at each time point t. RFU can be viewed as normalized deuterium uptake values (i.e. the number of incorporated deuterium becomes independent of the length of the peptide) and are utilized to generate the global visualization charts.

2.2.2 Data output

Once processing is complete, the ‘HDX-MS Results’ panel appears below the ‘Start analysis’ window. This is composed of six independent tabs, namely Raw Data, Peptide Plot, Logit Plot, Global Visualization, 3D Structure and Summary. The ‘Raw Data’ tab lists all the variables included in the .csv file. The ‘Peptide Plot’ tab (Supplementary Fig. S1B1) allows the user to control the quality of the fitted model for each peptide and to evaluate the reproducibility across replicates. The ‘Logit Plot’ tab summarizes the main statistical results (Supplementary Fig. S1B2). This is divided into three sections. The ‘plot options’ section is used to adjust the options of the plot (size points, max distance in pixels) and the export. The center area displays the ‘Logit’ representation, where each dot represents one individual peptide. The Logit function of the two P-values defines the position of each peptide in the graph. The red lines correspond to the statistical significance threshold for the ‘Magnitude of ΔD’ (vertical line), and for the ‘Change in dynamics’ (horizontal line), thus dividing the ‘Logit’ plot into four regions (Supplementary Fig. S1B2): peptides only statistically significant for the ‘Change in dynamics’ or the ‘Magnitude of ΔD’ are located in the ‘a’ and the ‘b’ region, respectively; statistically significant peptides in both states are clustered in the ‘c’ region; statistically non-significant peptides are displayed in the ‘d’ region. The ‘Logit’ viewing mode of MEMHDX provides a rapid and effective way to discriminate statistically significant from non-significant peptides and to classify each based on their respective HDX behavior. The final section appears at the bottom of the ‘Logit’ screen after selection of an individual peptide in the ‘Logit’ representation (not shown). MEMHDX automatically displays a summary table containing the mean incorporation (in Da) per time point, and state, and associated ‘Logit’ values. This summary table can be exported into a .csv format. The identity of each peptide (i.e. sequence, position and deuterium uptake curves) appears below the ‘Logit’ plot when the mouse cursor is hovered over a dot. The ‘Global Visualization’ and the ‘3D Structure’ tabs are dedicated to the visualization of the HDX data and contain two sections (Supplementary Figs S1B3 and 1B4). The left section allows the user to navigate through the different parameter options. The right section of the ‘Global Visualization’ summarizes the deuterium uptake behavior observed in the two states (Supplementary Fig. S1B3, upper and middle charts). The RFU values calculated by MEMHDX are plotted as a function of peptide position. In addition, the lower chart plots the difference in RFU between states 1 and 2, providing a more quantitative assessment of the difference between states. Statistically significant peptides are highlighted in gray. The right section of the ‘3D Structure’ tab displays the mapping of the HDX results on the crystal structure of the protein (Supplementary Fig. S1B4). Finally, the ‘Summary’ tab recaps the different parameters used by MEMHDX to perform the statistical analysis and includes an export option for both the raw data and statistically relevant results (not shown).

3 Results and discussion

MEMHDX was developed to complement the HDX-MS pipeline commercialized by Waters Corporation. The software is fully compatible with the main output generated by DynamX (i.e. cluster data), but has been designed to handle data from any HDX-MS platform, as long as the input file is structured in .csv format and with the appropriate architecture, i.e., columns listed in Panel 1 of Supplementary Figure S1A. MEMHDX was evaluated using our recently published differential HDX-MS dataset generated with the C-terminal Repeat-in-toxin Domain (RD, 701 residues) of the CyaA toxin (O'Brien ). Briefly, we used HDX to identify and locate secondary structural elements in the intrinsically disordered Apo-RD protein, and followed its transition to a more compact and folded state upon calcium binding. In total, 13 experimental time points were selected, and all data was collected in triplicate.

3.1 Pre-processing and dataset quality control

A total of 602 peptic peptides of RD were identified by ProteinLynX Global Server (Waters Corporation) using the default search parameters, of which 198 remained after filtering by DynamX. Following this, 162 were selected for HDX analysis and covered 98.4% of the RD sequence (Supplementary Fig. S2). Considering 162 peptides, 1 charge state, 3 replicates, 14 time points (including the unlabeled control) and 2 conditions, we have up to 13 608 unique data points in the complete test dataset. This demonstrates the complexity of datasets acquired using modern HDX-MS pipelines, the processing and interpretation of which is extremely challenging and time consuming by traditional, manual means. The current version of MEMHDX can only handle one unique charge state per peptide. A pre-processing step is required by the user to select the most appropriate charge state for analysis. The quality determination of the dataset is directly accomplished by MEMHDX. A Box and Whisker plot displaying the agreement across replicates is automatically generated (Supplementary Fig. S1B1). For each peptide, the calculated deuterium uptake values (Y) are averaged across all time points in each respective state. This comparison is possible as each replicate is considered as an independent variable. A scoring function (log-likelihood) is determined per peptide to easily control the quality of the fitting. MEMHDX includes a filtering option to sort each peptide according to this score and to remove those with a low fitting quality from the analysis.

3.2 Statistical analysis and peptide clustering

A central feature of MEMHDX lies in its ability to classify peptides based on their respective HDX behaviors. MEMHDX automatically summarizes and displays the statistical results by means of a ‘Logit’ representation. Two adjusted P-values are calculated by the software and define the position of each peptide in the ‘Logit’ plot (Fig. 2A). On one hand, the magnitude of ΔD-associated P-value defines the magnitude of difference of deuterium uptake between the two states investigated, while on the other hand, the change in dynamics-associated P-value describes the timewise evolution of HDX behavior between states. Considering the magnitude of ΔD only, the significance increases (i.e. P-value decreases) as the peptide position moves from right to left on the plot, due to the greater magnitude of change observed between states. Similarly, the significance of change in dynamics increases as the peptide position moves from top to bottom. Deuterium uptake curves for selected peptides are displayed in Figure 2B to illustrate the clustering performed by the software. Statistically non-significant peptides are clustered in the top right-hand corner (e.g. peptides 349–365). Statistically significant peptides for the magnitude of ΔD only are found at the top of the plot (e.g. peptides 395–401), whereas those significant for the change in dynamics only are plotted on the far right (not applicable to this dataset). Those peptides which are significant for both states are located in the center of the plot. Comparing peptides 395–401, 499–506 and 246–260 allows us to easily visualize the effect of a change in the magnitude of ΔD- or the change in dynamics-associated P-value. Peptides 395–401 and 499–506 possess the same magnitude of ΔD-associated P-value, but are separated by their differing change in dynamics-associated P-value. This difference is directly linked to the change of HDX behavior observed in peptides 499–506 in the presence of calcium, which is not observed in the other peptide (Fig. 2B). Conversely, peptides 499–506 and 246–260 differ only by their magnitude of ΔD-associated P-value because the magnitude of difference between states is less for the former than the latter.
Fig. 2.

Example of statistical results generated with MEMHDX. (A) ‘Logit’ plot obtained with RD. The effect of calcium binding on the deuterium uptake behavior was measured on 162 RD peptides. Each dot corresponds to one unique peptide. Peptides are classified and color-coded based on their respective HDX behavior: peptides showing dynamic events in both the Apo- and Holo-state are colored in gray; peptides only dynamic in the Apo- or Holo-state are colored in red and blue; non-dynamic peptides in both states are colored in green. The statistical significance threshold was set to 1%. (B) Deuterium uptake curves for selected peptides in the Apo- (open circles) and Holo- (filled squares) states. The position of each in the ‘Logit’ plot is also reported (Color version of this figure is available at Bioinformatics online.)

Example of statistical results generated with MEMHDX. (A) ‘Logit’ plot obtained with RD. The effect of calcium binding on the deuterium uptake behavior was measured on 162 RD peptides. Each dot corresponds to one unique peptide. Peptides are classified and color-coded based on their respective HDX behavior: peptides showing dynamic events in both the Apo- and Holo-state are colored in gray; peptides only dynamic in the Apo- or Holo-state are colored in red and blue; non-dynamic peptides in both states are colored in green. The statistical significance threshold was set to 1%. (B) Deuterium uptake curves for selected peptides in the Apo- (open circles) and Holo- (filled squares) states. The position of each in the ‘Logit’ plot is also reported (Color version of this figure is available at Bioinformatics online.) MEMHDX enables the user to color code all peptides in each state based on their respective HDX behavior (Fig. 2A). Dynamic peptides in two states are colored in gray (e.g. peptide 587–594), whereas those which are dynamic in one or the other state are colored in red or blue [Apo-RD (e.g. peptides 633–639) in red, and Holo-RD (e.g. peptides 499–506) in blue herein]. Non-dynamic peptides are colored in green (e.g. peptide 395–401). Results generated with MEMHDX were compared with those manually obtained for RD (O'Brien ). Excellent agreement was observed between the automated software and the manual approach. However, the speed of analysis was greatly increased by MEMHDX and the validation completed in one full day (10–15 s to generate the statistical results by the software, followed by several hours of user interpretation), compared with up to 2 weeks by manual analysis. Visually speaking, the difference in deuterium uptake between the two states was too small to be considered as significant in the manual analysis of some peptides. With the introduction of two independent P-values, the sensitivity of MEMHDX over the manual approach is enhanced. This is apparent for RD region 1–25, where segment 16–25 was considered as non-significant in the manual analysis, whereas was found to be statistically relevant by MEMHDX (Fig. 3A and B). This illustrates the advantages of our automated MEMHDX approach over manual means.
Fig. 3.

HDX-MS results visualized by MEMHDX. (A) Global visualization plots of RD in both the Apo- and Holo-state. The relative fractional uptake values are plotted as a function of peptide position. This representation allows the user to visualize the deuterium uptake behavior of each peptide across the entire protein sequence. (B) Fractional uptake difference plot showing the variations of deuterium uptake between Apo- and Holo-RD. A high-uptake difference value corresponds to a large calcium-induced protective effect, while a low value is indicative of a weak effect. Significant peptides are highlighted in gray. The statistical significance threshold was set to 1%. (C and D) Mapping of the HDX results on the model of RD using the 3D-structural tool of MEMHDX. RD is shown as a cartoon or in a space filling model. Regions experiencing deuterium uptake or dynamic changes upon calcium binding are colored in cyan; regions with no change are colored in red (Color version of this figure is available at Bioinformatics online.)

HDX-MS results visualized by MEMHDX. (A) Global visualization plots of RD in both the Apo- and Holo-state. The relative fractional uptake values are plotted as a function of peptide position. This representation allows the user to visualize the deuterium uptake behavior of each peptide across the entire protein sequence. (B) Fractional uptake difference plot showing the variations of deuterium uptake between Apo- and Holo-RD. A high-uptake difference value corresponds to a large calcium-induced protective effect, while a low value is indicative of a weak effect. Significant peptides are highlighted in gray. The statistical significance threshold was set to 1%. (C and D) Mapping of the HDX results on the model of RD using the 3D-structural tool of MEMHDX. RD is shown as a cartoon or in a space filling model. Regions experiencing deuterium uptake or dynamic changes upon calcium binding are colored in cyan; regions with no change are colored in red (Color version of this figure is available at Bioinformatics online.)

3.3 Global and 3D visualization

MEMHDX integrates two visualization tools to facilitate the interpretation of the HDX results. The ‘global visualization’ tool contains two distinct plots. The relative fractional uptake plot enables the user to directly visualize and compare the relative deuterium uptake and the exchange behavior of each peptide across the entire protein sequence, providing both spatial and temporal information (Fig. 3A). Using this representation, the regions of the RD-protein containing residual structural elements in the Apo-state or acquiring secondary structures in the Holo-state are easily identified. The second plot displays the difference in relative fractional uptake between the two states (Fig. 3B). A high uptake difference indicates that the peptide incorporates more deuterium in state 1 than in state 2 and vice versa. This is the case for peptides 203–209 of RD, which incorporates more deuterium in the Apo-state than in the Holo-state, indicative of a calcium-induced protective effect (Fig. 3B). In addition, the statistical results are reported on the differential uptake plot. Statistically non-significant peptides are highlighted in white, whereas those displaying significant P-values in gray. The second visualization tool allows the mapping of the HDX results on the 3D structure of the protein (Fig. 3C and D). The user can either download a PDB file or enter the Protein DataBank identifier of the protein. In this scenario, MEMHDX will automatically retrieve and display the structure from the protein databank archive. Differential exchange behaviors will be color-coded to distinguish modified from unmodified regions (Fig. 3C and D).

4 Conclusions

MEMHDX is a statistical tool designed to aid in the analysis of large HDX-MS datasets. The initial concept of the software was to complement the HDX-MS solution provided by Waters Corporation, which is to-date, the only complete automated pipeline commercially available. The use of two distinct P-values in the handling of HDX-MS data introduces a novel way to interpret and classify HDX results. This was successfully demonstrated here with the analysis of the RD protein from the adenylate cyclase toxin. In this regard, the validation of the complete RD dataset was significantly expedited, taking only 1 day with MEMHDX, compared with up to 2 weeks when performed manually. The current version of the software allows for the comparison of two unique conditions using only one unique charge state. As a future perspective, the software will be enhanced to allow for the comparison of multiple conditions, using multiple charge states.
  34 in total

1.  Conformational changes in the G protein Gs induced by the β2 adrenergic receptor.

Authors:  Ka Young Chung; Søren G F Rasmussen; Tong Liu; Sheng Li; Brian T DeVree; Pil Seok Chae; Diane Calinski; Brian K Kobilka; Virgil L Woods; Roger K Sunahara
Journal:  Nature       Date:  2011-09-28       Impact factor: 49.962

2.  Semi-automated data processing of hydrogen exchange mass spectra using HX-Express.

Authors:  David D Weis; John R Engen; Ignatius J Kass
Journal:  J Am Soc Mass Spectrom       Date:  2006-08-22       Impact factor: 3.109

3.  The utility of hydrogen/deuterium exchange mass spectrometry in biopharmaceutical comparability studies.

Authors:  Damian Houde; Steven A Berkowitz; John R Engen
Journal:  J Pharm Sci       Date:  2010-12-29       Impact factor: 3.534

Review 4.  Biological insights from hydrogen exchange mass spectrometry.

Authors:  Sheila S Jaswal
Journal:  Biochim Biophys Acta       Date:  2012-10-29

Review 5.  Hydrogen/deuterium exchange-mass spectrometry: a powerful tool for probing protein structure, dynamics and interactions.

Authors:  Yuko Tsutsui; Patrick L Wintrode
Journal:  Curr Med Chem       Date:  2007       Impact factor: 4.530

6.  Rapid analysis of protein structure and dynamics by hydrogen/deuterium exchange mass spectrometry.

Authors:  Yoshitomo Hamuro; Stephen J Coales; Mark R Southern; Jennifer F Nemeth-Cawley; David D Stranz; Patrick R Griffin
Journal:  J Biomol Tech       Date:  2003-09

7.  HDX-analyzer: a novel package for statistical analysis of protein structure dynamics.

Authors:  Sanmin Liu; Lantao Liu; Ugur Uzuner; Xin Zhou; Manxi Gu; Weibing Shi; Yixiang Zhang; Susie Y Dai; Joshua S Yuan
Journal:  BMC Bioinformatics       Date:  2011-02-15       Impact factor: 3.169

Review 8.  Applications of hydrogen/deuterium exchange MS from 2012 to 2014.

Authors:  Gregory F Pirrone; Roxana E Iacob; John R Engen
Journal:  Anal Chem       Date:  2014-11-14       Impact factor: 6.986

9.  Structural models of intrinsically disordered and calcium-bound folded states of a protein adapted for secretion.

Authors:  Darragh P O'Brien; Belen Hernandez; Dominique Durand; Véronique Hourdel; Ana-Cristina Sotomayor-Pérez; Patrice Vachette; Mahmoud Ghomi; Julia Chamot-Rooke; Daniel Ladant; Sébastien Brier; Alexandre Chenal
Journal:  Sci Rep       Date:  2015-09-16       Impact factor: 4.379

10.  Hydra: software for tailored processing of H/D exchange data from MS or tandem MS analyses.

Authors:  Gordon W Slysz; Charles A H Baker; Benjamin M Bozsa; Anthony Dang; Andrew J Percy; Melissa Bennett; David C Schriemer
Journal:  BMC Bioinformatics       Date:  2009-05-27       Impact factor: 3.169

View more
  24 in total

1.  Conformational Dynamics of DNA Binding and Cas3 Recruitment by the CRISPR RNA-Guided Cascade Complex.

Authors:  Paul B G van Erp; Angela Patterson; Ravi Kant; Luke Berry; Sarah M Golden; Brittney L Forsman; Joshua Carter; Ryan N Jackson; Brian Bothner; Blake Wiedenheft
Journal:  ACS Chem Biol       Date:  2017-12-12       Impact factor: 5.100

Review 2.  Mass Spectrometry-Based Protein Footprinting for Higher-Order Structure Analysis: Fundamentals and Applications.

Authors:  Xiaoran Roger Liu; Mengru Mira Zhang; Michael L Gross
Journal:  Chem Rev       Date:  2020-04-22       Impact factor: 60.622

3.  Prepore Stability Controls Productive Folding of the BAM-independent Multimeric Outer Membrane Secretin PulD.

Authors:  Ingrid Guilvout; Sébastien Brier; Mohamed Chami; Véronique Hourdel; Olivera Francetic; Anthony P Pugsley; Julia Chamot-Rooke; Gerard H M Huysmans
Journal:  J Biol Chem       Date:  2016-11-30       Impact factor: 5.157

4.  Epitope characterization of anti-JAM-A antibodies using orthogonal mass spectrometry and surface plasmon resonance approaches.

Authors:  Guillaume Terral; Thierry Champion; François Debaene; Olivier Colas; Maxime Bourguet; Elsa Wagner-Rousset; Nathalie Corvaia; Alain Beck; Sarah Cianferani
Journal:  MAbs       Date:  2017-09-21       Impact factor: 5.857

5.  DECA, A Comprehensive, Automatic Post-processing Program for HDX-MS Data.

Authors:  Ryan J Lumpkin; Elizabeth A Komives
Journal:  Mol Cell Proteomics       Date:  2019-10-08       Impact factor: 5.911

Review 6.  Advances in Hydrogen/Deuterium Exchange Mass Spectrometry and the Pursuit of Challenging Biological Systems.

Authors:  Ellie I James; Taylor A Murphree; Clint Vorauer; John R Engen; Miklos Guttman
Journal:  Chem Rev       Date:  2021-09-07       Impact factor: 72.087

7.  Empirical Bayes functional models for hydrogen deuterium exchange mass spectrometry.

Authors:  Oliver M Crook; Chun-Wa Chung; Charlotte M Deane
Journal:  Commun Biol       Date:  2022-06-15

8.  Calmodulin fishing with a structurally disordered bait triggers CyaA catalysis.

Authors:  Darragh P O'Brien; Dominique Durand; Alexis Voegele; Véronique Hourdel; Marilyne Davi; Julia Chamot-Rooke; Patrice Vachette; Sébastien Brier; Daniel Ladant; Alexandre Chenal
Journal:  PLoS Biol       Date:  2017-12-29       Impact factor: 8.029

9.  Online Hydrogen-Deuterium Exchange Traveling Wave Ion Mobility Mass Spectrometry (HDX-IM-MS): a Systematic Evaluation.

Authors:  Adam Cryar; Kate Groves; Milena Quaglia
Journal:  J Am Soc Mass Spectrom       Date:  2017-04-03       Impact factor: 3.109

10.  Discovery of a cooperative mode of inhibiting RIPK1 kinase.

Authors:  Huyan Meng; Guowei Wu; Xinsuo Zhao; Anhui Wang; Dekang Li; Yilun Tong; Taijie Jin; Ye Cao; Bing Shan; Shichen Hu; Ying Li; Lifeng Pan; Xiaoxu Tian; Ping Wu; Chao Peng; Junying Yuan; Guohui Li; Li Tan; Zhaoyin Wang; Ying Li
Journal:  Cell Discov       Date:  2021-06-01       Impact factor: 10.849

View more

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