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

Effect of centralizing #75

Open
djhuggins opened this issue Jan 20, 2023 · 0 comments
Open

Effect of centralizing #75

djhuggins opened this issue Jan 20, 2023 · 0 comments

Comments

@djhuggins
Copy link

For plotting, when centralizing is set to true, both experimental and predicted dG values are centered around 0.

plotting.plot_DGs(network.graph,method_name='openfe',target_name='name',filename=f'test_DGs.png',centralizing=True)

When centralizing is set to false, experimental dG values have their correct absolute value but predicted dG values are centered around 0.

plotting.plot_DGs(network.graph,method_name='openfe',target_name='name',filename=f'test_DGs.png',centralizing=False)

How can one get both experimental and predicted dG values to be plotted at their true absolute value?

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