Reprograming Data and CellRank #1179
Replies: 1 comment 3 replies
-
@AP-596, our RealTimeKernel-based analyses from CellRank 2 are probably what you are looking for: We applied the RealTimeKernel to a dataset of mouse embryonic fibroblasts and pharyngeal endoderm development. In short, you can use our estimator to identify terminal states and gene expression trends towards them. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I have a reprogramming dataset that I would very much like to apply cellrank on! I was very intrigued by the fact that CellRank could predicted the reprogramming outcome. I have mainly looked at the experimental time tutorial and until here everything is great. I would like to translate the recovered dynamics (the result of this):
tmk.plot_random_walks( max_iter=500, start_ixs={"day": 0.0}, basis="force_directed", seed=0, dpi=150, size=30, )
into trajectories or to put in a better way How can I now more about the each start and finish points? I am also utilizing the RNA velocity tutorial but I am a little bit confused as to how to move forward.
Any ideas would be appreciated !
Beta Was this translation helpful? Give feedback.
All reactions