Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

30 lines (24 loc) · 1.29 KB

License: MIT build workflow codecov

pyProtein

pyProtein does basic calculations on polypeptides/ proteins/enzymes, e.g. the isoelectric point similar to e.g. the "ExPASy Compute pI/Mw tool". Methods are contained in class protein. Is intended to be included into scripts for automated calculations.

Currently only calculations for compounds with amino acid residues (proteins/ enzymes/polypeptides) are supported:

  • Input as amino acid abundance or amino acid sequence.
  • Currently contains pKa tables from three sources for IEP and charge calculation.
  • Calculates charge states of proteins depending on pH values.

For imformation on how to use it:

  • See docstrings.
  • Or look at how the tests are done in the tests folder.

Requirements

Requirements are listed in the requirements.txt file.

Installation

pyProtein is part of PyPI, so install with:

pip install pyProtein