Skip to content

Dichroic CD model for fitting observed ellipticities

Notifications You must be signed in to change notification settings

sanhadzi/Dichroic-CD-model

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ensemble dichroic model peptide helicity estimator

Python script to estimate helical peptide helicity from measured molar residue ellipticity (MRE).

Requirements:

  • installed python3
  • standard libraries: numpy, scipy

Instructions for use:

  1. 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.
  2. Navigate to the folder using terminal/command line [ cd ./folder/folder/ ]
  3. Run the script using python3 command [ python3 script.py ]
  4. 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 ".

About

Dichroic CD model for fitting observed ellipticities

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%