calculate_pseudotime {dynwrap} | R Documentation |
Add or calculate pseudotime as distance from the root
Description
When calculating the pseudotime, the trajectory is expected to be rooted (see add_root()
)
Usage
calculate_pseudotime(trajectory)
add_pseudotime(trajectory, pseudotime = NULL)
Arguments
trajectory |
The trajectory as created by |
pseudotime |
Named vector containing the pseudotime for every cell. If not given, the pseudotime will be calculated. |
Value
The trajectory with pseudotime added, which is a named vector containing the pseudotime values for every cell.
See Also
add_root()
, add_linear_trajectory()
[Package dynwrap version 1.2.4 Index]