ProtParam based program that outputs the id, pI, charge, molecular weight and pH of each protein
Protein physicochemical properties calculator:
The binary files for the linux and windows command line programs are located in (no depedences needed)
The program has 3 options for charge calculation:
- use 1 pH value for all proteins
- use 1 pH value different for each protein
- use many pH values each 1 of them for all proteins
- python3.8 or later
- anaconda/miniconda
- argparse:
pip3 install argparse
(for the command line version of the program) - Gooey:
conda install -c conda-forge gooey
(for the GUI version of the program) - biopython:
conda install -c conda-forge biopython
- pandas:
conda install -c anaconda pandas