Skip to content
This repository has been archived by the owner on Sep 6, 2022. It is now read-only.
/ mutinf Public archive

Residue mutual information for MD simulations

License

Notifications You must be signed in to change notification settings

stefdoerr/mutinf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MutInf

Copyright 2010 Christopher McClendon and Gregory Friedland

MutInf is an analysis package written in Python, inline C, and R that analyzes data from Molecular Dynamics Simulations to identify statistically significant correlated motions and calculate residue-by-residue conformational entropies.

All code written by the above authors. I (Stefan Doerr) only updated the code to work with python 2.7 and packaged it for easy installation with pip.

For more information on the code, method and usage see: http://www.jacobsonlab.org/mutinf_manual/

Installation

Download and install miniconda from: https://docs.conda.io/en/latest/miniconda.html

git clone https://github.com/stefdoerr/mutinf
conda create -n mutinf python=2.7 pip
conda activate mutinf
cd mutinf
pip install .

Or directly install it from git

pip install git+https://github.com/stefdoerr/mutinf

Running

This will install a program called dihedral_mutent in your PATH.

Check the help with:

dihedral_mutent -h

About

Residue mutual information for MD simulations

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages