philippjfr / PyHDX

Derive ΔG for single residues from HDX-MS data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PyHDX

biorxiv test_action zenodo license docs coverage

PyHDX stable documentation

PyHDX is python project which can be used to derive Gibbs free energy from HDX-MS data. Currently version 0.3.2 is the stable release. Version 0.4.0 is released as beta.

Installation

Installation of the latest stable beta with `pip`:

pip install pyhdx==0.4.0b8

Installation with web interface extra:

pip install pyhdx==0.4.0b8[web]

Run PyHDX

Most up-to-date code examples are in the directory pyhdx/templates

To run the web server:

pyhdx serve

Please refer to the docs for more details on how to run PyHDX.

Web Application

The PyHDX web application is currently hosted at: http://pyhdx.jhsmit.org/main

A test file can be downloaded from here and here. (right click, save as).

The 0.4.0b4 version of PyHDX (featuring batch fitting / multiple states) is hosted at: http://pyhdx-beta.jhsmit.org/main

The latest beta docs are found here

Publication

Our Analytical Chemistry Publication describing PyHDX can be found here: https://doi.org/10.1021/acs.analchem.1c02155

The latest version (v2) of our biorxiv paper: https://doi.org/10.1101/2020.09.30.320887

Python code for analysis and generation the figures in the paper are here: https://github.com/Jhsmit/PyHDX-paper

About

Derive ΔG for single residues from HDX-MS data

License:MIT License


Languages

Language:Python 97.2%Language:HTML 2.8%