Description Usage Arguments Value Examples
View source: R/plot_linearised_comparison.R
Compare two trajectories as a pseudotime scatterplot
1 2 3 4 5 6 7 | plot_linearised_comparison(
traj1,
traj2,
reorder = TRUE,
margin = 0.05,
reorder_second_by = c("mapping", "optimisation")
)
|
traj1 |
The first trajectory |
traj2 |
The second trajectory |
reorder |
Whether to reorder the trajectory |
margin |
A margin between trajectory segments. |
reorder_second_by |
How to reorder the second trajectory, either by mapping the milestones from both trajectories ( |
A scatterplot comparison ggplot of two linearised trajectories.
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.