Replies: 1 comment 2 replies
-
@VolkerBergen, any thoughts? |
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
-
Hello,
I have a couple questions about the Differential Kinetics tutorial: https://colab.research.google.com/github/theislab/scvelo_notebooks/blob/master/DifferentialKinetics.ipynb#scrollTo=GuzC3L3AUKtT
Lets say that instead of the "standard" velocity estimation, you used the dynamical model in the first "Basic Velocity Estimation" section, do you then need to change anything in specific in running the "Differential Kinetic Test" section (for example, do you need to run the dynamics recovery again after the differential kinetic test?
Additionally, I noticed that in the "Differential Kinetic Test", you run
scv.tl.recover_dynamics
afterscv.tl.differential_kinetic_test
(is this actually needed? it appears based on the output text from the function that this is already running "recovering dynamics") FFinally, then when running
scv.tl.velocity
it's run with just specifyingdiff_kinetics=True
but notmode='dynamical'
Shouldmode='dynamical
be passed at this step or is just assumed whendiff_kinetics=True
is passed?Thanks!
Beta Was this translation helpful? Give feedback.
All reactions