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

PBN static analysis #5

Open
daemontus opened this issue Feb 18, 2020 · 0 comments
Open

PBN static analysis #5

daemontus opened this issue Feb 18, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@daemontus
Copy link
Member

Currently, we can parse a network and check if it is correct, but we can't really handle anything more. We should be able to detect at least some basic stuff:

  • find outputs (and remove them)
  • find inputs (and convert them to parameters)
  • check if we satisfy the monotonicity constraints (this can be done by constructing the async graph, but that is tedious and error prone, a better method is needed)
  • check for unused parameters and variables
  • check for missing/invalid metadata and similar stuff
  • some more advanced stuff - flattening chains, inferring monotonicity from function, some structural analysis (SCCs of the regulatory graph, positive/negative feedback loops, etc.), look at cell collective.

This is potentially related to #4, because we might need some "warning highlighting", but that is a minor thing. However, we should have some universal mechanism for reporting errors and warnings and relating them to parts of the submitted string format (maybe have a look at language servers?).

@daemontus daemontus added the enhancement New feature or request label Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant