-
Hi, @WeilerP Thanks for developing useful tool! I have a question for "scv.tl.recover_dynamics". I tried to analyze velocity analysis using two modes 1) stochastic and 2) dynamical. but, the results from stochastic and dynamical are different. The stochastic results are similar to our expectation. When I run with stochastic mode, I use scv.tl.recover_dynamics to get additional insights such as latent time. Is it ok to use scv.tl.recover_dynamics in stochastic mode? Thanks! Best, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
@kxxxjo, sorry, I'm not sure I follow.
Given that the stochastic and dynamical model give you different results suggests to me that there might be an issue with the data. You should double-check that the phase portraits have the expected/required form. See e.g. #216 or #462. Also, you should not overinterpret/solely rely on projected velocities onto a low dimensional representation of the data (I assume this is what you mean by
There is no way to "use |
Beta Was this translation helpful? Give feedback.
-
Thanks for quick reply! To understand my situation, I add the results of both modes. I already used cellrank, the results of cellrank also different. I use scv.tl.recover_dynamics in stochastic mode using following codes:
I first run scv.tl.velocity(adata, mode="stochastic") and then scv.tl.recover_dynamics(adata, n_jobs=8). so I think it is possible with the stochastic mode. Thanks! Best, |
Beta Was this translation helpful? Give feedback.
@kxxxjo, sorry, I'm not sure I follow.
Given that the stochastic and dynamical model give you different results suggests to me that there might be an issue with the data. You should double-check that the phase portraits have the expected/required form. See e.g. #216 or #462. Also, you should not overinterpret/solely rely on projected velocities onto a low dimensional representation of the data (I assume this is what you mean by
"results are similar to our expectation"). Instead, it is advised to quantify your results using CellRank, for example.