|
2 | 2 | # PEtabGUI |
3 | 3 |
|
4 | 4 |
|
5 | | -This is a graphical user interface to create parameter estimation problems. It is |
| 5 | +This is a graphical user interface to create parameter estimation problems. It is |
6 | 6 | based on the [PEtab](https://petab.readthedocs.io/en/latest/#) format. |
7 | 7 |
|
8 | 8 | ## Installation |
@@ -32,32 +32,32 @@ To start the PEtab GUI, you can run the following command line: |
32 | 32 | ```bash |
33 | 33 | petab_gui $PATH_TO_YOUR_MODEL |
34 | 34 | ``` |
35 | | -where `$PATH_TO_YOUR_MODEL` is an optional argument with a file path of your |
36 | | -yaml-model file in case you want to work on an existing model. You can also leave this |
| 35 | +where `$PATH_TO_YOUR_MODEL` is an optional argument with a file path of your |
| 36 | +yaml-model file in case you want to work on an existing model. You can also leave this |
37 | 37 | argument out to start from scratch. |
38 | 38 |
|
39 | 39 | ## Features |
40 | 40 |
|
41 | | -The PEtabGUI is a Pythin based graphical user interface that simplifies the creation, |
| 41 | +The PEtabGUI is a Pythin based graphical user interface that simplifies the creation, |
42 | 42 | editing, and validation of PEtab parameter estimation problems. |
43 | 43 | - **Unified Environment** |
44 | | - - Integrates all PEtab components (SBML/PySB models, conditions, observables, |
45 | | - measurements, parameters, and visualization files). |
46 | | - - Supports drag-and-drop import of YAML or individual component files. |
47 | | - - Automatically resolves mismatches and converts matrix-format experimental data |
| 44 | + - Integrates all PEtab components (SBML/PySB models, conditions, observables, |
| 45 | + measurements, parameters, and visualization files). |
| 46 | + - Supports drag-and-drop import of YAML or individual component files. |
| 47 | + - Automatically resolves mismatches and converts matrix-format experimental data |
48 | 48 | into valid PEtab format. |
49 | 49 | - **Interactive and Intuitive Editing** |
50 | | - - Dockable, resizable, and movable table widgets for each PEtab file. |
51 | | - - Context-aware editing with combo-boxes, drop-downs, and multi-cell editing. |
52 | | - - Automatic generation of missing observables/conditions with customizable defaults. |
53 | | - - Real-time validation and plausibility checks with PEtab linting tools. |
54 | | - - SBML view in both XML and human-readable Antimony syntax. |
| 50 | + - Dockable, resizable, and movable table widgets for each PEtab file. |
| 51 | + - Context-aware editing with combo-boxes, drop-downs, and multi-cell editing. |
| 52 | + - Automatic generation of missing observables/conditions with customizable defaults. |
| 53 | + - Real-time validation and plausibility checks with PEtab linting tools. |
| 54 | + - SBML view in both XML and human-readable Antimony syntax. |
55 | 55 | - **Visualization and Simulation** |
56 | 56 | - Interactive plots linking measurement data with model simulations. |
57 | 57 | - Bidirectional highlighting between plots and tables. |
58 | 58 | - Built-in simulation via BASICO with one-click parameter testing. |
59 | 59 | - Intelligent defaults for visualization with optional user customization. |
60 | 60 | - Ability to disable plotting for large models to maintain responsiveness. |
61 | 61 | - **Archiving and Export** |
62 | | - - Export individual tables, the SBML model, or complete PEtab problems. |
| 62 | + - Export individual tables, the SBML model, or complete PEtab problems. |
63 | 63 | - Save as directory structures or COMBINE archives for reproducibility |
0 commit comments