Skip to content

Simple export of results in JSON (orig: Should we have a function that exports fluxes in a dict for visualization in Escher?) #397

@stelmo

Description

@stelmo

I think Escher is used a lot for quickly visualizing a metabolic network (? is this true, in my experience yes, but who knows in general...). Should we export a convenience function that replaces this:

using JSON

open("fluxes.json", "w") do io
    JSON.print(op, sol)
end

with this:

write_fluxes(sol, "fluxes.json")

?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions