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

## Description Computing the transition matrix with the RealtimeKernel with `self_transitions="all"` but not providing a weight for the connectivities, _i.e._, not passing `conn_weight`, results in the error ```pytb --------------------------------------------------------------------------- ValueError...

enhancement

Also fix rest as mentioned in #885

documentation

Got 3 changes to the API I'd like make: - make `__repr__` and `__str__` be the same (or swap them); this means that we don't have to run `print(ck)` to...

enhancement

As discussed in https://github.com/theislab/cellrank/issues/714#issuecomment-917201143, we should refactor the following functions (some may be missing) to prevent bugs/increase maintainability: - `_map_names_and_colors` - `_merge_categorical_series` - `_fuzzy_to_discrete`

enhancement

Hello, I am trying to plot the coarse-grained transition matrix of my data computed with the Pseudotime Kernel and am running an error where it makes most of the plot,...

bug

Hi, If I have a dataset with cells with distinct cell states and lineages and run **differential kinetics** as scvelo suggested, will the result of cellrank still be reliable? Thank...

question

## Description * Adds argument `title` to the `heatmap` function and displays it if set. ## Closes Closes #1159.

## New * Adds `GPCCA::get_tsi` to compute terminal state identification (TSI). * Adds `GPPCA::get_tsi_score` to compute TSI score. * Adds `GPCCA::plot_tsi` to visualize TSI. ## Closes Closes #1165.

## Description * Adds cross-boundary correctness (CBC) score ## Closes Closes #1167.

## Description To compare two kernels, the cross-boundary correctness score needs be implemented.

enhancement