PEtab-dev / libpetab-python

Python package for working with PEtab files
https://libpetab-python.readthedocs.io
MIT License
14 stars 6 forks source link

Add function to create joint parameter table from multiple models and measurement files #5

Open dweindl opened 4 years ago

dweindl commented 4 years ago

This can also be extended to resolve name collisions from different models, where parameters have the same IDs but different meaning.

yannikschaelte commented 4 years ago

there should be different options, whether to prefix-make-unique shared parameters (problem: can lead to nasty long names), whether parameters having the same name should be merged because they actually mean tha same, or to throw an error, or to allow user-defined names (interative).