You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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})
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})
Is it possible to decouple them in any meaningful way?
Best,
Denis
The text was updated successfully, but these errors were encountered:
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})
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})
Is it possible to decouple them in any meaningful way?
Best,
Denis
The text was updated successfully, but these errors were encountered: