GithubHelp home page GithubHelp logo

rjdkmr / mutual_information Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 424 KB

This program calculates mutual information and generalized correlation

License: GNU General Public License v3.0

Shell 3.88% C++ 91.93% Python 4.19%

mutual_information's Introduction

mutual_information

This program calculates mutual information by using the method developed in the following article:
Alexander Kraskov, Harald Stögbauer, and Peter Grassberger (2004)
Estimating mutual information
Physical Review E 69, 066138.
URL: http://link.aps.org/doi/10.1103/PhysRevE.69.066138

This program also calculates generalized correlation by using the method discussed in the following article:
Oliver F. Lange andHelmut Grubmüller (2005)
Generalized correlation for biomolecular dynamics
Proteins: Structure, Function, and Bioinformatics 62:1053-1061.
URL: http://onlinelibrary.wiley.com/doi/10.1002/prot.20784/full

WARNING: This program is not completely tested for the calculation accuracy. Use it at your own RISK.


###Download

git clone https://github.com/rjdkmr/mutual_information

###Installation

cd mutual_information
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/opt/mutual_information
make
make install

###Usage

 mi [k] [nc] [INPUT FILE] [OUTPUT FILE MI] [OUTPUT FILE R]

Where "k" is number of nearest neighbor points. "nc" is no. of columns in input file. e.g. if total no. of column is 5 and nc is 3 then 3x2 matrix will be computed. If nc=0, 5x5 matrix will be computed.


mutual_information's People

Contributors

rjdkmr avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.