Closed michalk8 closed 4 years ago
Check out this pull request on
Review Jupyter notebook visual diffs & provide feedback on notebooks.
Powered by ReviewNB
Closing in favor of #24
Thanks for implementing! The directed PAGA doesn't look right, one edge to epsilon is missing, please compare with the image I posted in https://github.com/theislab/cellrank/issues/344.
I can also tell you why that happens: it's because you use mode="connectivities"
when you re-compute the velocity graph in line 7. As we discussed in our call, you don't need to recompute the velocity graph any more and we should remove this from the tutorial, together with the sentence: "Before we start, we recompute the velocity graph using mode_neighbors='connectivities', which ensures that the resulting Markov chain is irreducible."
@Marius1311 could you please take a look at this? closes #https://github.com/theislab/cellrank/issues/344