We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?
The text was updated successfully, but these errors were encountered: