Skip to content

weinsteinlab/Auto-align

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Auto-align

Fast Python implementation of code to align protein by weighting the most stable residues higher than more flexible ones.

Requirements

Requires python environment with numpy and MDanalysis. It is easy to make you own using conda, but you can also use this one:

conda activate /home/agp2004/anaconda3/envs/tica_env

Theory

Uses a distance matrix for each frame of the simulation to calculate the mean fluctuation of each alpha carbon. Alpha carbons of stable residues will reflect the fluctations of the other residues. Alpha carbons of flexible residues will reflect the fluctations of the other residues AND their own fluctuations. The alignment is then weighted by the inverse of the mean fluctuation of each alpha carbon. Feel free to play with this weighting scheme.

This scheme does not work well for systems in which there is global shifting of large domains. Indeed the definition of alignment in such cases becomes subjective.

Usage

Commmand line:

python align.py $input.psf $input.dcd $aligned.dcd

About

Python implementation of code to align protein by weighting the most stable residues higher than more flexible ones

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors