src.obj.motif_production_trajectory module#

MotifProductionTrajectory(motif_production_vectors: list, times: Field)[source]#

A trajectory of MotifProductionVectors.

isinstance_motifproductiontrajectory(obj) bool[source]#
are_compatible_motif_production_trajectories(trj1: MotifProductionTrajectory, trj2: MotifProductionTrajectory) bool[source]#
save_motif_production_trajectory(archive_path: str, motif_production_trajectory: MotifProductionTrajectory, file_sparse: bool = True) None[source]#
load_motif_production_trajectory(archive_path: str, file_sparse: bool = True) MotifProductionTrajectory[source]#