src.obj.motif_production_trajectory_ensemble module#

MotifProductionTrajectoryEnsemble(motif_production_trajectories: list)[source]#

Ensemble of motif production trajectories

isinstance_motifproductiontrajectoryensemble(obj) bool[source]#
are_compatible_motif_production_trajectory_ensembles(trjs1: MotifProductionTrajectoryEnsemble, trjs2: MotifProductionTrajectoryEnsemble) bool[source]#
save_motif_production_trajectory_ensemble(archive_path: str, motif_production_trajectory_ensemble: MotifProductionTrajectoryEnsemble, file_space: bool = True) None[source]#
load_motif_production_trajectory_ensemble(archive_path: str, file_sparse: bool = True) MotifProductionTrajectoryEnsemble[source]#