-
Notifications
You must be signed in to change notification settings - Fork 5
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
Mass balance plots: configurable splitting #1118
Comments
@msevestre @pchelle @KatrinCoboeken @sfrechen @AnnikaRPS Thoughts/Comments? |
Looks good |
Looks also good to me. I'll draft a template example to illustrate. |
Here is a template that was inspired from |
Looks good!
It would be still possible to define additional Exclude-conditions in the rest group ig required - which would be then combined with the includes from all other groups, e.g.
|
I like the idea, I would even go further and use a |
I did not discuss the integration, in my opinion, the best way to integrate this is within the |
fine for me :) |
EDIT: after discussion - SimulationSet is better location for the MassBalance options (as the simulations in different SimulationSets can e.g. have different compounds) |
At the moment, the compartments which are used for the summation of the drug amounts are fixed.
Example
The user wish to allow the definition of groups of container/molecules which should be summed up and displayed in the mass balance plots.
For each plot, it should be possible to specify all {container, molecule} combinations which should appear in the plot (and give a name to every such combination).
E.g., if in my model there are 2 compounds: C1 and C2 and 1 metabolite per compound (C1-CYP3A4-Metabolite and C2-CYP3A4-Metabolite), it should be possible to define the grouping like this:
Possible specification for such a grouping:
*
and**
). Must contain at least one entryJson code for the mass balance settings for the example above
The text was updated successfully, but these errors were encountered: