View source: R/wrap_gather_cells_at_milestones.R
gather_cells_at_milestones | R Documentation |
Cells will be moved to their closest milestones.
gather_cells_at_milestones(trajectory)
trajectory |
The trajectory as created by |
A trajectory where cells where moved to the closest milestone, the milestone_percentages and progressions will be adapated.
trajectory <- example_trajectory
trajectory <- gather_cells_at_milestones(trajectory)
head(trajectory$milestone_percentages)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.