Infer trajectory motifs for a multi-trajectory model
infer_trajectory_motifs_multi.Rd
This function infers trajectory motifs for each individual trajectory in a multi-trajectory model.
Usage
infer_trajectory_motifs_multi(
traj_multi,
peak_intervals,
atac_scores = NULL,
bin_start = 1,
bin_end = purrr::map(atac_scores, ncol),
additional_features = NULL
)
Arguments
- traj_multi
A TrajectoryModelMulti object.
- peak_intervals
A data frame, indicating the genomic positions ('chrom', 'start', 'end') of each peak.
- atac_scores
A list of data frames with ATAC-seq scores for each individual trajectory.
- bin_start
the start of the trajectory. Default: 1
- bin_end
the end of the trajectory. Default: the last bin (only used when atac_scores is provided)
- additional_features
A list of data frames with additional features for each individual trajectory.