Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network analysis algorithms #840

Open
vyudu opened this issue May 16, 2024 · 4 comments
Open

Network analysis algorithms #840

vyudu opened this issue May 16, 2024 · 4 comments

Comments

@vyudu
Copy link
Collaborator

vyudu commented May 16, 2024

Hi all, this summer I'm planning on adding a lot of graph/network analysis features relevant for chemical reaction networks to Catalyst. A smattering of things this might include:

Let me know if people have other suggestions - I would like to focus on functionality that would be useful for practicing chemists/systems biologists, but am not super familiar with this literature. My focus over the next few weeks will be adding algorithms for different properties, rather than the summary/UI side, but if people have suggestions for the latter I'm also happy to hear them.

@isaacsas
Copy link
Member

These look great to me!

@vyudu
Copy link
Collaborator Author

vyudu commented May 23, 2024

Methodology for the persistence check:

  1. Detect the set of minimal siphons in the reaction network, following Shiu et al., 2009
  2. Check necessary and sufficient conditions for persistence outlined in Angeli et al., 2007: a network is persistent iff it is consistent (S-matrix has right null eigenvector), conservative (S-matrix has left null eigenvector), and all of its siphons are not critical (i.e. they contain the support of a conservation law)

@isaacsas
Copy link
Member

isaacsas commented May 31, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants