An open API service indexing awesome lists of open source software.

https://github.com/adicksonlab/csnanalysis

Tools for creating, analyzing and visualizing Conformation Space Networks
https://github.com/adicksonlab/csnanalysis

Last synced: 29 days ago
JSON representation

Tools for creating, analyzing and visualizing Conformation Space Networks

Awesome Lists containing this project

README

          

* CSNAnalysis: Tools for creating, analyzing and visualizing Conformation Space Networks.

CSNAnalysis is a set of tools for network-based analysis of molecular dynamics trajectories.
To use, initialize a `CSN` object using a matrix of transition counts.
The "killer app" of CSNAnalysis is an easy interface between enhanced sampling algorithms
(e.g. WExplore), molecular clustering programs (e.g. MSMBuilder), graph analysis packages (e.g. networkX)
and graph visualization programs (e.g. Gephi).

CSNAnalysis is currently in beta.

* Installation

To install CSNAnalysis, you can get the latest:

#+begin_src bash
pip install git+https://github.com/ADicksonLab/CSNAnalysis
#+end_src

Or one of the releases:

#+begin_src bash
pip install git+https://github.com/ADicksonLab/CSNAnalysis@v0.3
#+end_src

* Dependencies
- numpy
- scipy
- networkx

* Features
CSNAnalysis has the following capabilities:

- constructing transition probability matrices
- trimming CSNs using a variety of criteria
- computing committor probabilities with an arbitrary number of basins
- export gexf files with custom node colorings

* Tutorial
See the Jupyter Notebook in examples/examples.ipynb

* Misc
** Versioning

See [[http://semver.org/]] for version number meanings.

Version 1.0.0 will be released whenever the abstract layer API is stable. Subsequent 1.X.y releases will be made as applied and porcelain layer features are added.