Metadata-Version: 2.1
Name: HDXrate
Version: 0.1.2
Summary: Calculate HDX intrinsic exchange rates.
Home-page: https://github.com/Jhsmit/HDXrate
Author: Jochem Smit
Author-email: jhmit@gmail.com
License: GNU GPL
Keywords: HDX-MS,exchange rate
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Requires-Dist: numpy

=======
HDXrate
=======


.. image:: https://img.shields.io/pypi/v/hdxrate.svg
        :target: https://pypi.python.org/pypi/hdxrate

.. image:: https://img.shields.io/travis/Jhsmit/hdxrate.svg
        :target: https://travis-ci.com/Jhsmit/hdxrate

.. image:: https://readthedocs.org/projects/hdxrate/badge/?version=latest
        :target: https://hdxrate.readthedocs.io/en/latest/?badge=latest
        :alt: Documentation Status




Python package collection for HDX intrinsic exchange rate calculation. This package bundles existing implementations of this calculation.

The calculations are based on the following papers:

  Bai, Y., Milne, J. S., Mayne, L. & Englander, S. W. Primary structure effects on peptide group hydrogen exchange. `Proteins Structure, Function, and Bioinformatics <https://doi.org/10.1002/prot.340170110>`__ 17, 75–86 (1993)

  Mori, S., Zijl, P. C. M. van & Shortle, D. Measurement of water–amide proton exchange rates in the denatured state of staphylococcal nuclease by a magnetization transfer technique. `Proteins Structure, Function, and Bioinformatics <https://doi.org/10.1002/(SICI)1097-0134(199707)28:3%3C325::AID-PROT3%3E3.0.CO;2-B>`__ 28, 325–332 (1997).

See also the excel sheet on the Englander group website: http://hx2.med.upenn.edu/download.html


* Free software: GNU General Public License v3


Features
--------

Calculate instrinsic rate of amide hydrogen exchange in proteins.

Usage
-----

::

   >>> from hdxrate import k_int_from_sequence
   >>> k_int_from_sequence('HHHHH', 300, 7.)
   array([0.00000000e+00, 2.62430718e+03, 6.29527446e+01, 6.29527446e+01,
       9.97734191e-01])


Credits
-------

PSX
```
https://github.com/Niels-Bohr-Institute-XNS-StructBiophys/PSX

 Pedersen, M. C. et al. PSX, Protein–Solvent Exchange: software for calculation of deuterium-exchange effects in small-angle neutron scattering measurements from protein coordinates. `J Appl Cryst <https://doi.org/10.1107/S1600576719012469/>`__ 52, 1427–1436 (2019).



Maintenance
```````````

* Jochem Smit <jhsmit@gmail.com> / <jochem.smit@kuleuven.be>



