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

Update PETab to be model format agnostic #568

Open
luciansmith opened this issue Oct 10, 2023 · 4 comments
Open

Update PETab to be model format agnostic #568

luciansmith opened this issue Oct 10, 2023 · 4 comments

Comments

@luciansmith
Copy link

Which problem would you like to address? Please describe.
The CellML team is about to implement support for parameter estimation in OpenCor, and originally investigated PETab as the format to use. However, everything was SBML-specific, so instead they're considering the only other alternative, the SED-ML L1v4 more generified version of parameter estimation.

Describe the solution you would like
All the spec needs to do to change is to replace SBML-specific language with language that defined 'a well-defined model definition language', perhaps adding 'such as SBML or CellML'. And frankly, you could probably get away with saying 'SBML or CellML' specifically, but it would probably be nice to be just generally generic. There are a few other model languages out there like BNGL (for rule-based modeling) or Smoldyn (for spatial modeling) that are not (currently) compatible with SBML, but might be able to use PETab.

Describe alternatives you have considered
The main alternative is to have PETab remain SBML-specific, and let SED-ML's L1v4 definitions be the model-agnostic form. However, that means that it becomes much more difficult to translate between the two, or that interpreters much either choose one or the other, or spend more time becoming compatible with both. It would be more efficient to have only one standard going forward.

Additional context
I think the SED-ML editors would be happy to drop the SED-ML version of parameter estimation in favor of PETab if PETab was agnostic about its models. It would certainly reduce the amount of work necessary in the modeling community, which would be a good thing.

@matthiaskoenig
Copy link

Hi Lucian,
the following proposal addresses the issue and has been implemented for BNGL in pysb
#538
Should work for cellml right now.
Best Matthias

@luciansmith
Copy link
Author

Aha! OK, thanks--@nickerso does this work for you all?

@dweindl
Copy link
Member

dweindl commented Oct 10, 2023

What Matthias said.

If there are any other changes necessary to properly work with CellML, we can still adapt #538 accordingly.

@fbergmann
Copy link
Contributor

Additional context
I think the SED-ML editors would be happy to drop the SED-ML version of parameter estimation in favor of PETab if PETab was agnostic about its models. It would certainly reduce the amount of work necessary in the modeling community, which would be a good thing.

I think it would be a mistake for the editors to remove PE from SED-ML. Remember, that PEtab only describes the PE setup, not what to do with the PE problem once you set it up. While that can be standardized as well it will be hard and will take time. Since there is no urgent need to remove things from SED-ML that could potentially be specified there, this should not be done.

On the specific issue of CellML it could probably be used in PEtab with the translation table that was introduced along with the language independent format. (That way you could target specific elements in subcomponents).

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

4 participants