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

Make normalization methods for AsynchronousPerturbationGraph public #27

Open
daemontus opened this issue Sep 19, 2024 · 0 comments
Open

Comments

@daemontus
Copy link
Member

Currently, AsynchronousPerturbationGraph uses two Boolean networks that are created from the original network through normalization and syntactic manipulation. They can be accessed using the getter methods on the graph itself, but there is no way to create them without creating the graph.

We might want to add these methods to the static API of the perturbation graph, so that anyone can create a network extended with perturbation parameters if they so desire. However, it should be noted that due to differences in regulations, the unit set of the new network might not be the same as the normalized networks (we currently solve it by providing a custom unit set).

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

1 participant