Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

visualization.plot.plot_trajectory

visualization.plot.plot_trajectory

Classes

NameDescription
PlotTrajectoryConfigConfiguration for AMARES 1D Trajectory Plots with CRLB Shading.

Functions

NameDescription
plot_trajectoryPlot 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.