visualization.plot.plot_trajectory
Classes¶
| Name | Description |
|---|---|
| PlotTrajectoryConfig | Configuration for AMARES 1D Trajectory Plots with CRLB Shading. |
Functions¶
| Name | Description |
|---|---|
| plot_trajectory | Plot metabolite amplitude trajectories along a specified dimension. |
plot_trajectory¶
visualization.plot.plot_trajectory.plot_trajectory(
ds,
dim,
metabolites=None,
ax=None,
config=None,
)Plot metabolite amplitude trajectories along a specified dimension.
The Cramér-Rao Lower Bound (CRLB) is mathematically translated into an absolute error and used to draw a shaded confidence interval around the trajectory line, visually indicating the fit uncertainty.