src.read.strand_motifs_productions_trajectory_ensemble module#
- strand_motifs_productions_trajectory_ensemble(filepath_lists: list, alphabet: list, motiflength: int, maximum_ligation_window_length: int, skiprows: int = 2) MotifProductionTrajectoryEnsemble[source]#
reads from the ligation_statistics.txt of the RNAReactor simulation output and returns corresponding production vectors in motif space.
PARAMETERS:#
- filepath_listslist
Output files (ligation_statistics.txt) of the RNAReactor simulation Can be list of lists of motif_production_trajectory_sections, then the inner list will be used for creating the motif trajectories, the outer list distinguishes the different motif trajectories.
- skiprowint, optional
Skip the first skiprow lines, including comments when reading the files; default : 2
RETURN:#
strand_motifs_productions_trajectory_ensemble : MotifProductionTrajectoryEnsemble