Marius Lange

Results 33 issues of Marius Lange

We might have to modify the links a little

documentation

I'm running `g.fit(cluster_key='clusters', n_states=[4, 12])´on a GPCCA estimator object with slepc and petsc installed and running. On verbosity level `cr.settings.verbosity = 2´, there is a **lot** of output: ```pytb Computing...

enhancement

I'm trying to load a VelocityKernel from an AnnData object that contains a precomputed transition matrix. However, it doesn't led me and gives an incomprehensible error message, which I think...

bug

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

- [ ] 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

Setting the random seed does not lead to exactly reproducible results, you can easily check this in an example, just set the random seed, run palantir twice and compare the...