Skip to content

Releases: ADicksonLab/CSNAnalysis

v0.3

01 Jun 16:01
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release

Added "hubscores" which measure the probability that transitions from basin A to basin B go through a third state C.

from csnanalysis.matrix import hubscores
h_abc = hubscores(transmat, basinC, [basinA, basinB])

where transmat is the transition matrix (should be trimmed beforehand), and basinX is a list of state indices that comprise basin X.

v0.2

08 Mar 21:46
d0fec7e
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release

CSNAnalysis v0.2

We have now implemented a number of features in CSNAnalysis:

  • a Jupyter Notebook tutorial with installation instructions and a worked example
  • three-state committor calculation and 3-color visualization
  • full support of .gexf exports from NetworkX objects
  • calculation of steady-state weights by eigenvector analysis and iterative multiplication

committor_net_3state

v0.1

05 Mar 14:59
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Currently implemented:

  • Weights from eigenvalues
  • Weights from iterative multiplication
  • Committor values
  • Gephi exports

Still to come:

  • Hub scores