Python script to estimate helical peptide helicity from measured molar residue ellipticity (MRE).
Requirements:
- installed python3
- standard libraries: numpy, scipy
Instructions for use:
- Clone/download the repository. The folder should contain the python script (.py) along with folders Q_total and Q_double_H, that contain partition function polynomials needed for calculation.
- Navigate to the folder using terminal/command line [ cd ./folder/folder/ ]
- Run the script using python3 command [ python3 script.py ]
- Define three requested input parameters: N (number of residues), temperature (in °C) and measured MRE (in deg cm2 dmol-1 per peptide unit)
OUTPUT (result): Program returns propagation parameter w and fractional helicity fH.
Default parameters are those obtained from global fit of CD data (AAKAAn series of peptides and CCs). See article "Estimation of peptide helicity from circular dichroism using the ensemble model ".