
Filter multi-trajectory model by beta
filter_multi_traj_model_by_beta.Rd
Filter multi-trajectory model by beta
Usage
filter_multi_traj_model_by_beta(
multi_traj,
beta_threshold = 0.005,
filter_full = TRUE,
unify = TRUE
)
Arguments
- multi_traj
A TrajectoryModelMulti model object.
- beta_threshold
The threshold for the absolute value of the beta coefficient. Default is 0.005.
- filter_full
A logical value indicating whether to filter the full models (
@models_full
) or the reduced models (@models
). Default is TRUE.- unify
Whether to use all the motifs in each trajectory after filtering