Skip to content

Modes for transition matrix calculation. #756

Discussion options

You must be logged in to vote

I am trying to decide which mode to use to analyse a dataset where we expect to find plastic event (dedifferentiation).

I am assuming you're referring to the VelocityKernel. The modes are explained in https://cellrank.readthedocs.io/en/stable/api/cellrank.tl.kernels.VelocityKernel.compute_transition_matrix.html#cellrank.tl.kernels.VelocityKernel.compute_transition_matrix
Briefly:

  • deterministic - similarity between RNA velocity and connectivities (based on scheme, default is correlation, can be cosine, ...)
  • sampling - sample 1 vector from normal distribution with velocity mean/var
  • monte_carlo - same as above, but with many samples that are averaged
  • stochastic - 2nd order approximation, …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Marius1311
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants