When calculating the pseudotime, the trajectory is expected to be rooted (see add_root()
)
calculate_pseudotime(trajectory)add_pseudotime(trajectory, pseudotime = NULL)
The trajectory with pseudotime added, which is a named vector containing the pseudotime values for every cell.
The trajectory as created by infer_trajectory()
or add_trajectory()
Named vector containing the pseudotime for every cell. If not given, the pseudotime will be calculated.
add_root()
, add_linear_trajectory()