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

Graphical element symbolizing enzyme #325

Open
denisshepelin opened this issue Dec 17, 2019 · 0 comments
Open

Graphical element symbolizing enzyme #325

denisshepelin opened this issue Dec 17, 2019 · 0 comments

Comments

@denisshepelin
Copy link

Dear all,

Currently there are several omics datatypes that are compatible with map - metabolite_data, reaction_data, gene_data. Metabolite data changes size of metabolite "bubble", reaction data changes color of arrow. My issue is with gene_data also changing arrow color. Making reaction_data and gene_data directly conflict with each other.

Some examples:

First is generated by command like this:
Builder(map_json="../data/maps/ecoli_emp.map.json", gene_data={"fbp":100,"pgi":10})

image

Second is generated like this:
Builder(map_json="../data/maps/ecoli_emp.map.json", gene_data={"fbp":100,"pgi":10}, reaction_data={"FBP":0.1, "PGI":20.0})
image

Is it possible to decouple them in any meaningful way?

Best,
Denis

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