Specify length of trajectory #1729
jblich870
started this conversation in
Feature Requests
Replies: 1 comment 2 replies
-
Just to clarify, does the shape of the arrow generated by I assume this is then used to generate pseudotime values for each cell. If so, the fact that it bends at the end is problematic for my analysis as gives weird ordering of cells at the end. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Would it be possible to add a parameter to addTrajectory that allows one to set the length of a trajectory?
One option might be to specify the number of knots as in
stats::smooth.spline()
(https://rdrr.io/r/stats/smooth.spline.html)My trajectory shows a weird kink at the end regardless of which parameters I use within addTrajectory, that ideally I would cut out:

Many thanks,
J
Beta Was this translation helpful? Give feedback.
All reactions