cellrank icon indicating copy to clipboard operation
cellrank copied to clipboard

CellRank: dynamics from multi-view single-cell data

Results 57 cellrank issues
Sort by recently updated
recently updated
newest added

Move from ``bioconda`` to ``conda-forge`` https://github.com/conda-forge/staged-recipes/pull/19264.

enhancement

**IMPORTANT: Please search among the [Pull requests](../pulls) before creating one.** ## Description Updates kernels/estimators ``__str__/__repr__`` and allows for better method chaining. ## How has this been tested? TODO ## Closes...

feature

At the moment, our estimators have a `backward` mode which is indented to study the dynamics of the "backward" Markov process. I would change the interpretation of this and unify...

enhancement

... This could be part of the [kernel tricks](https://cellrank.readthedocs.io/en/stable/auto_examples/kernels/compute_kernel_tricks.html#sphx-glr-auto-examples-kernels-compute-kernel-tricks-py) example.

enhancement
doc

... If you show me how to do this for one case @michalk8 I can do it for the others. Thanks!

enhancement
doc

... At the moment, our API menu looks like this: ![Screenshot 2022-06-21 at 14 20 06](https://user-images.githubusercontent.com/24494650/174797541-36c799dd-2975-4500-ad48-7f914f388ca7.png) That's not very nice, the list is way too long. In contrast, scVi-tools displays...

enhancement
doc

Dear cellrank team, thanks for the wonderful software! Recently, I get this error and can't repeat my result anymore. The env did not have been modified. ``` Computing Schur decomposition...

bug

- [ ] Additional function parameters, change functionality or change defaults? - [ ] New estimator in `cr.tl.estimators`? - [ ] New kernel in `cr.tl.kernels`? - [ ] New gene...

enhancement

As we saw recently when we were debugging @WeilerP's data example, it makes sense to have a utility to learn something about transient and recurrent classes in a Markov chain....

enhancement

**IMPORTANT: Please search among the [Pull requests](../pulls) before creating one.** ## Description Throws an error when calculating the transition matrix with the `RealtimeKernel` with `self_transitions` provided but not `conn_weight` (or...