Analyze Results
Visualize, compare, and export simulation outputs.
Time estimate: 15 minutes
Goal
By the end of this tutorial, you’ll be able to:
- Navigate the results viewer
- Compare multiple runs
- Export run outputs
Accessing Results
From a Run
After a simulation completes, click View Results to open the results viewer.
From the Dashboard
Navigate to Runs to see all your simulations. Click any completed run to view results.
Results Viewer
The results viewer typically has three main parts:
Time Series Plot
The main visualization showing variable values over time when a run returns chartable series.
Interactions:
- Hover: See exact values at any time point
- Click legend: Toggle variable visibility
- Drag: Zoom into a region
- Shift+drag: Pan the view
- Double-click: Reset zoom
Variables Panel
Lists available outputs for the current run. Depending on the model, this may include species, state values, classifier outputs, or other named series.
| Metric | Description |
|---|---|
| Min | Minimum value during simulation |
| Max | Maximum value during simulation |
| Final | Value at end of simulation |
| Mean | Average value over time |
Click any variable to highlight it in the plot.
Run Info Panel
Shows run configuration:
- Lab or model name
- Duration and output points
- Modified parameters
- Start and completion time
Working with Variables
- Click series in the legend to hide or show them
- Use the variable list to focus on the outputs you care about
- Rerun with fewer tracked outputs if the chart is too noisy
Start by isolating one or two outputs. Comparison is much easier when you remove unrelated series first.
Comparing Runs
Side-by-Side Comparison
- From the Runs page, select multiple runs (checkbox)
- Click Compare
- Runs appear in synchronized panels
Overlay Comparison
- Open a run’s results
- Click Add Run
- Select another run to overlay
- Variables from both runs appear on the same plot
Comparison tools can vary by account or workspace, but the core workflow is the same: start from one run, add another, then inspect the same outputs side by side.
Exporting Data
Export Formats
| Format | Best For | Contains |
|---|---|---|
| CSV | Spreadsheets, data analysis | Time column + all variables |
| JSON | Programmatic access | Full metadata + data |
Exporting Steps
- Click Download button
- Select format
- Choose options, if the UI exposes them
- Click Export
Analysis Tips
Finding Steady States
- Run for long duration
- Check if final values stabilize
- Compare min/max to final values
Identifying Oscillations
- Look for repeating patterns
- Use linear scale for amplitude comparison
- Measure period from peak to peak
Parameter Sensitivity
- Run with default parameters
- Increase/decrease one parameter by 10%
- Compare: which outputs changed most?
Best Practices
- Document observations: Note key findings for each run
- Save interesting configurations: Keep the lab and rerun it with explicit parameter changes
- Export raw data: Keep CSV exports for reproducibility
- Use meaningful names: Rename runs with descriptive titles
Next Steps
- Compose Models - Build multi-model simulations
- Biosimulant Library - Access results with Python