Hydrogen/Deuterium eXchange Mass Spectrometry (HDX-MS) is a staple technology in structural proteomics. HaDeX provides a analytic workflow for HDX-MS data available as a standalone GUI (https://sourceforge.net/projects/HaDeX/), web server (http://mslab-ibb.pl/shiny/HaDeX/) and the R package available on CRAN (https://cran.r-project.org/web/packages/HaDeX/index.html).
To run HaDeX GUI locally on Windows, install it using the following binary file: https://sourceforge.net/projects/HaDeX/files/HaDeX_setup.exe/download
You can install the latest development version of the package:
source("https://install-github.me/hadexversum/HaDeX")
or the latest version available on CRAN:
install.packages("HaDeX")
After installation GUI can be accessed locally:
The HaDeX documentation is available online.