calculate_trajectory_dimred {dynwrap}R Documentation

Layout the trajectory and its cells in 2 dimensions using a graph layout

Description

Layout the trajectory and its cells in 2 dimensions using a graph layout

Usage

calculate_trajectory_dimred(trajectory, adjust_weights = FALSE)

Arguments

trajectory

The trajectory as created by infer_trajectory() or add_trajectory()

adjust_weights

Whether or not to rescale the milestone network weights

Value

A list containg

See Also

wrap_data()

Examples

trajectory_dimred <- calculate_trajectory_dimred(example_trajectory)
head(trajectory_dimred$milestone_positions)
head(trajectory_dimred$edge_positions)
head(trajectory_dimred$cell_positions)


[Package dynwrap version 1.2.4 Index]