Skip to contents

This class represents a multi-trajectory model, which is a collection of individual trajectory models.

Usage

# S4 method for TrajectoryModelMulti
show(object)

Arguments

object

An instance of TrajectoryModelMulti.

Slots

models

A list of individual trajectory models.

models_full

A list of individual trajectory models with full features.

motif_models

A list of motif models corresponding to the individual trajectory models.

cluster_map

a data frame that maps original motif to its distilled cluster.

stats

A data frame with r2 statistics for each trajectory model after distillation.

params

additional parameters for the multi-trajectory distillation.