.bumpversion.cfg
.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.rstcheck.cfg
.travis.yml
LICENSE
README.rst
pyproject.toml
requirements.txt
setup.py
tox.ini
vendorize.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/question.md
.scripts/ci/before_install.sh
.scripts/ci/install.sh
.scripts/ci/static_analysis.sh
.scripts/ci/test.sh
.scripts/ci/update_notebooks_readme.sh
.scripts/ci/upload_bioconda.sh
.scripts/ci/upload_coverage.sh
cellrank/__init__.py
cellrank.egg-info/PKG-INFO
cellrank.egg-info/SOURCES.txt
cellrank.egg-info/dependency_links.txt
cellrank.egg-info/not-zip-safe
cellrank.egg-info/requires.txt
cellrank.egg-info/top_level.txt
cellrank/_vendor/__init__.py
cellrank/_vendor/msmtools/__init__.py
cellrank/_vendor/msmtools/_version.py
cellrank/_vendor/msmtools/setup.py
cellrank/_vendor/msmtools/analysis/__init__.py
cellrank/_vendor/msmtools/analysis/api.py
cellrank/_vendor/msmtools/analysis/dense/__init__.py
cellrank/_vendor/msmtools/analysis/dense/assessment.py
cellrank/_vendor/msmtools/analysis/dense/committor.py
cellrank/_vendor/msmtools/analysis/dense/correlations.py
cellrank/_vendor/msmtools/analysis/dense/decomposition.py
cellrank/_vendor/msmtools/analysis/dense/expectations.py
cellrank/_vendor/msmtools/analysis/dense/fingerprints.py
cellrank/_vendor/msmtools/analysis/dense/gpcca.py
cellrank/_vendor/msmtools/analysis/dense/hitting_probability.py
cellrank/_vendor/msmtools/analysis/dense/mean_first_passage_time.py
cellrank/_vendor/msmtools/analysis/dense/pcca.py
cellrank/_vendor/msmtools/analysis/dense/sensitivity.py
cellrank/_vendor/msmtools/analysis/dense/stationary_vector.py
cellrank/_vendor/msmtools/analysis/sparse/__init__.py
cellrank/_vendor/msmtools/analysis/sparse/assessment.py
cellrank/_vendor/msmtools/analysis/sparse/committor.py
cellrank/_vendor/msmtools/analysis/sparse/decomposition.py
cellrank/_vendor/msmtools/analysis/sparse/expectations.py
cellrank/_vendor/msmtools/analysis/sparse/fingerprints.py
cellrank/_vendor/msmtools/analysis/sparse/mean_first_passage_time.py
cellrank/_vendor/msmtools/analysis/sparse/stationary_vector.py
cellrank/_vendor/msmtools/dtraj/__init__.py
cellrank/_vendor/msmtools/dtraj/api.py
cellrank/_vendor/msmtools/estimation/__init__.py
cellrank/_vendor/msmtools/estimation/api.py
cellrank/_vendor/msmtools/estimation/setup.py
cellrank/_vendor/msmtools/estimation/dense/__init__.py
cellrank/_vendor/msmtools/estimation/dense/bootstrapping.py
cellrank/_vendor/msmtools/estimation/dense/covariance.py
cellrank/_vendor/msmtools/estimation/dense/ratematrix.py
cellrank/_vendor/msmtools/estimation/dense/setup.py
cellrank/_vendor/msmtools/estimation/dense/transition_matrix.py
cellrank/_vendor/msmtools/estimation/dense/mle/__init__.py
cellrank/_vendor/msmtools/estimation/dense/mle/setup.py
cellrank/_vendor/msmtools/estimation/dense/tmat_sampling/__init__.py
cellrank/_vendor/msmtools/estimation/dense/tmat_sampling/sampler_nrev.py
cellrank/_vendor/msmtools/estimation/dense/tmat_sampling/setup.py
cellrank/_vendor/msmtools/estimation/dense/tmat_sampling/tmatrix_sampler.py
cellrank/_vendor/msmtools/estimation/sparse/__init__.py
cellrank/_vendor/msmtools/estimation/sparse/connectivity.py
cellrank/_vendor/msmtools/estimation/sparse/count_matrix.py
cellrank/_vendor/msmtools/estimation/sparse/effective_counts.py
cellrank/_vendor/msmtools/estimation/sparse/likelihood.py
cellrank/_vendor/msmtools/estimation/sparse/prior.py
cellrank/_vendor/msmtools/estimation/sparse/setup.py
cellrank/_vendor/msmtools/estimation/sparse/transition_matrix.py
cellrank/_vendor/msmtools/estimation/sparse/mle/__init__.py
cellrank/_vendor/msmtools/estimation/sparse/mle/setup.py
cellrank/_vendor/msmtools/estimation/sparse/mle/newton/__init__.py
cellrank/_vendor/msmtools/estimation/sparse/mle/newton/linsolve.py
cellrank/_vendor/msmtools/estimation/sparse/mle/newton/linsolve_sparse.py
cellrank/_vendor/msmtools/estimation/sparse/mle/newton/mle_rev.py
cellrank/_vendor/msmtools/estimation/sparse/mle/newton/objective_dense.py
cellrank/_vendor/msmtools/flux/__init__.py
cellrank/_vendor/msmtools/flux/api.py
cellrank/_vendor/msmtools/flux/reactive_flux.py
cellrank/_vendor/msmtools/flux/dense/__init__.py
cellrank/_vendor/msmtools/flux/dense/tpt.py
cellrank/_vendor/msmtools/flux/sparse/__init__.py
cellrank/_vendor/msmtools/flux/sparse/pathways.py
cellrank/_vendor/msmtools/flux/sparse/tpt.py
cellrank/_vendor/msmtools/generation/__init__.py
cellrank/_vendor/msmtools/generation/api.py
cellrank/_vendor/msmtools/util/__init__.py
cellrank/_vendor/msmtools/util/annotators.py
cellrank/_vendor/msmtools/util/birth_death_chain.py
cellrank/_vendor/msmtools/util/exceptions.py
cellrank/_vendor/msmtools/util/matrix.py
cellrank/_vendor/msmtools/util/numeric.py
cellrank/_vendor/msmtools/util/setup.py
cellrank/_vendor/msmtools/util/sort_real_schur.py
cellrank/_vendor/msmtools/util/sorted_schur.py
cellrank/_vendor/msmtools/util/statistics.py
cellrank/_vendor/msmtools/util/types.py
cellrank/datasets/__init__.py
cellrank/datasets/_datasets.py
cellrank/logging/__init__.py
cellrank/logging/_logging.py
cellrank/pl/__init__.py
cellrank/pl/_cluster_fates.py
cellrank/pl/_cluster_lineages.py
cellrank/pl/_gene_trend.py
cellrank/pl/_graph.py
cellrank/pl/_heatmap.py
cellrank/pl/_lineages.py
cellrank/pl/_utils.py
cellrank/tl/__init__.py
cellrank/tl/_colors.py
cellrank/tl/_constants.py
cellrank/tl/_lineage.py
cellrank/tl/_lineage_drivers.py
cellrank/tl/_lineages.py
cellrank/tl/_linear_solver.py
cellrank/tl/_permutation_test.py
cellrank/tl/_read.py
cellrank/tl/_root_final.py
cellrank/tl/_transition_matrix.py
cellrank/tl/_utils.py
cellrank/tl/estimators/__init__.py
cellrank/tl/estimators/_base_estimator.py
cellrank/tl/estimators/_cflare.py
cellrank/tl/estimators/_constants.py
cellrank/tl/estimators/_decomposition.py
cellrank/tl/estimators/_gppca.py
cellrank/tl/estimators/_property.py
cellrank/tl/estimators/_utils.py
cellrank/tl/kernels/__init__.py
cellrank/tl/kernels/_base_kernel.py
cellrank/tl/kernels/_connectivity_kernel.py
cellrank/tl/kernels/_palantir_kernel.py
cellrank/tl/kernels/_precomputed_kernel.py
cellrank/tl/kernels/_utils.py
cellrank/tl/kernels/_velocity_kernel.py
cellrank/ul/__init__.py
cellrank/ul/_docs.py
cellrank/ul/_parallelize.py
cellrank/ul/_utils.py
cellrank/ul/models/__init__.py
cellrank/ul/models/_base_model.py
cellrank/ul/models/_gamr_model.py
cellrank/ul/models/_pygam_model.py
cellrank/ul/models/_sklearn_model.py
docs/Makefile
docs/make.bat
docs/requirements.txt
docs/source/api.rst
docs/source/benchmarks.rst
docs/source/classes.rst
docs/source/conf.py
docs/source/index.rst
docs/source/installation.rst
docs/source/references.rst
docs/source/release_notes.rst
docs/source/_ext/edit_on_github.py
docs/source/_static/css/custom.css
docs/source/_templates/autosummary/base.rst
docs/source/_templates/autosummary/class.rst
resources/images/absorption_probabilities.png
resources/images/cellrank_fate_map.png
resources/images/cflare_metastable_states.png
resources/images/cluster_fates.png
resources/images/cluster_lineage.png
resources/images/coarse_T.png
resources/images/composition.png
resources/images/eig_embedding.png
resources/images/gene_trends.png
resources/images/gpcca_metastable_states.png
resources/images/graph.png
resources/images/heatmap.png
resources/images/index_figure_endpoints.png
resources/images/lineages.png
resources/images/main_states.png
resources/images/real_spectrum.png
resources/images/schur_embedding.png
resources/images/schur_matrix.png
resources/images/similarity_plot.png
tests/_helpers.py
tests/conftest.py
tests/test_cflare.py
tests/test_colors.py
tests/test_gpcca.py
tests/test_kernels.py
tests/test_lineage.py
tests/test_model.py
tests/test_pipeline.py
tests/test_plotting.py
tests/test_read.py
tests/test_tools.py
tests/test_utils.py
tests/_ground_truth_adatas/adata_100.h5ad
tests/_ground_truth_adatas/adata_200.h5ad
tests/_ground_truth_adatas/adata_50.h5ad
tests/_ground_truth_figures/bar.png
tests/_ground_truth_figures/bar_cluster_subset.png
tests/_ground_truth_figures/bar_lineage_subset.png
tests/_ground_truth_figures/cluster_lineage.png
tests/_ground_truth_figures/cluster_lineage_data_key.png
tests/_ground_truth_figures/cluster_lineage_no_norm.png
tests/_ground_truth_figures/cluster_lineage_raw.png
tests/_ground_truth_figures/composition.png
tests/_ground_truth_figures/gpcca_coarse_T.png
tests/_ground_truth_figures/gpcca_coarse_T_cmap.png
tests/_ground_truth_figures/gpcca_coarse_T_init_dist.png
tests/_ground_truth_figures/gpcca_coarse_T_no_annot.png
tests/_ground_truth_figures/gpcca_coarse_T_no_cbar.png
tests/_ground_truth_figures/gpcca_coarse_T_stat_dist.png
tests/_ground_truth_figures/gpcca_coarse_T_xtick_rot.png
tests/_ground_truth_figures/gpcca_complex_spectrum.png
tests/_ground_truth_figures/gpcca_real_spectrum.png
tests/_ground_truth_figures/gpcca_schur_matrix.png
tests/_ground_truth_figures/gpcca_schur_matrix_cmap.png
tests/_ground_truth_figures/gpcca_schur_matrix_title.png
tests/_ground_truth_figures/gpcca_spectrum_evals.png
tests/_ground_truth_figures/gpcca_spectrum_evals_complex.png
tests/_ground_truth_figures/gpcca_spectrum_title.png
tests/_ground_truth_figures/graph.png
tests/_ground_truth_figures/graph_categorical_key.png
tests/_ground_truth_figures/graph_cmap.png
tests/_ground_truth_figures/graph_curved_edges.png
tests/_ground_truth_figures/graph_edge_normalize.png
tests/_ground_truth_figures/graph_edge_weight_scale.png
tests/_ground_truth_figures/graph_keys.png
tests/_ground_truth_figures/graph_labels.png
tests/_ground_truth_figures/graph_layout.png
tests/_ground_truth_figures/graph_show_arrows.png
tests/_ground_truth_figures/graph_top_n_edges_incoming.png
tests/_ground_truth_figures/graph_top_n_edges_outgoing.png
tests/_ground_truth_figures/heatmap_abs_probs_genes.png
tests/_ground_truth_figures/heatmap_cmap.png
tests/_ground_truth_figures/heatmap_genes.png
tests/_ground_truth_figures/heatmap_no_cbar_genes.png
tests/_ground_truth_figures/heatmap_no_scale_genes.png
tests/_ground_truth_figures/mc_complex_spectrum.png
tests/_ground_truth_figures/mc_real_spectrum.png
tests/_ground_truth_figures/mc_spectrum.png
tests/_ground_truth_figures/mc_spectrum_evals.png
tests/_ground_truth_figures/mc_spectrum_evals_complex.png
tests/_ground_truth_figures/mc_spectrum_title.png
tests/_ground_truth_figures/mode_clustermap.png
tests/_ground_truth_figures/mode_heatmap.png
tests/_ground_truth_figures/mode_heatmap_clusters.png
tests/_ground_truth_figures/mode_heatmap_cmap.png
tests/_ground_truth_figures/mode_heatmap_lineages.png
tests/_ground_truth_figures/mode_heatmap_title.png
tests/_ground_truth_figures/mode_heatmap_xticks_rotation.png
tests/_ground_truth_figures/model_default.png
tests/_ground_truth_figures/paga.png
tests/_ground_truth_figures/paga_lineage_subset.png
tests/_ground_truth_figures/paga_pie.png
tests/_ground_truth_figures/paga_pie_embedding.png
tests/_ground_truth_figures/paga_pie_legend_position.png
tests/_ground_truth_figures/paga_pie_legend_position_out.png
tests/_ground_truth_figures/paga_pie_legend_simple.png
tests/_ground_truth_figures/paga_pie_no_legend.png
tests/_ground_truth_figures/paga_pie_only_abs_prob.png
tests/_ground_truth_figures/paga_pie_only_clusters.png
tests/_ground_truth_figures/paga_pie_title.png
tests/_ground_truth_figures/pie.png
tests/_ground_truth_figures/pie_reduction.png
tests/_ground_truth_figures/pie_t.png
tests/_ground_truth_figures/pie_title.png
tests/_ground_truth_figures/scvelo_eigendecomposition_clusters.png
tests/_ground_truth_figures/scvelo_eigendecomposition_left.png
tests/_ground_truth_figures/scvelo_eigendecomposition_right.png
tests/_ground_truth_figures/scvelo_eigendecomposition_use_2.png
tests/_ground_truth_figures/scvelo_final_states.png
tests/_ground_truth_figures/scvelo_final_states_clusters.png
tests/_ground_truth_figures/scvelo_gpcca_abs_probs_cont_not_same.png
tests/_ground_truth_figures/scvelo_gpcca_abs_probs_cont_same_clusters.png
tests/_ground_truth_figures/scvelo_gpcca_abs_probs_cont_same_no_clusters.png
tests/_ground_truth_figures/scvelo_gpcca_abs_probs_disc_not_same.png
tests/_ground_truth_figures/scvelo_gpcca_abs_probs_disc_same.png
tests/_ground_truth_figures/scvelo_gpcca_final_states.png
tests/_ground_truth_figures/scvelo_gpcca_final_states_cluster_key.png
tests/_ground_truth_figures/scvelo_gpcca_final_states_cmap.png
tests/_ground_truth_figures/scvelo_gpcca_final_states_discrete.png
tests/_ground_truth_figures/scvelo_gpcca_final_states_lineages.png
tests/_ground_truth_figures/scvelo_gpcca_final_states_no_same_plot.png
tests/_ground_truth_figures/scvelo_gpcca_final_states_time.png
tests/_ground_truth_figures/scvelo_gpcca_final_states_title.png
tests/_ground_truth_figures/scvelo_gpcca_meta_states.png
tests/_ground_truth_figures/scvelo_gpcca_meta_states_cluster_key.png
tests/_ground_truth_figures/scvelo_gpcca_meta_states_cmap.png
tests/_ground_truth_figures/scvelo_gpcca_meta_states_discrete.png
tests/_ground_truth_figures/scvelo_gpcca_meta_states_lineages.png
tests/_ground_truth_figures/scvelo_gpcca_meta_states_no_same_plot.png
tests/_ground_truth_figures/scvelo_gpcca_meta_states_time.png
tests/_ground_truth_figures/scvelo_gpcca_meta_states_title.png
tests/_ground_truth_figures/scvelo_gpcca_schur_cluster_key.png
tests/_ground_truth_figures/scvelo_gpcca_schur_emb.png
tests/_ground_truth_figures/scvelo_gpcca_schur_emb_abs.png
tests/_ground_truth_figures/scvelo_gpcca_schur_emb_use_2.png
tests/_ground_truth_figures/scvelo_lin_probs.png
tests/_ground_truth_figures/scvelo_lin_probs_clusters.png
tests/_ground_truth_figures/scvelo_lin_probs_cmap.png
tests/_ground_truth_figures/scvelo_lin_probs_lineages.png
tests/_ground_truth_figures/scvelo_lin_probs_time.png
tests/_ground_truth_figures/scvelo_lineages.png
tests/_ground_truth_figures/scvelo_lineages_cmap.png
tests/_ground_truth_figures/scvelo_lineages_subset.png
tests/_ground_truth_figures/scvelo_lineages_time.png
tests/_ground_truth_figures/similarity.png
tests/_ground_truth_figures/similarity_clusters.png
tests/_ground_truth_figures/similarity_cmap.png
tests/_ground_truth_figures/similarity_fontsize.png
tests/_ground_truth_figures/similarity_rotation.png
tests/_ground_truth_figures/trend_lw.png
tests/_ground_truth_figures/trend_perc.png
tests/_ground_truth_figures/trend_suptitle.png
tests/_ground_truth_figures/trend_time_range.png
tests/_ground_truth_figures/trends.png
tests/_ground_truth_figures/trends_abs_prob_cmap.png
tests/_ground_truth_figures/trends_cell_alpha.png
tests/_ground_truth_figures/trends_conf_int.png
tests/_ground_truth_figures/trends_gene_as_title.png
tests/_ground_truth_figures/trends_gene_no_legend.png
tests/_ground_truth_figures/trends_hide_cells.png
tests/_ground_truth_figures/trends_lineage_alpha.png
tests/_ground_truth_figures/trends_lineage_cell_color.png
tests/_ground_truth_figures/trends_lineage_cmap.png
tests/_ground_truth_figures/trends_margins.png
tests/_ground_truth_figures/trends_no_cbar.png
tests/_ground_truth_figures/trends_raw.png
tests/_ground_truth_figures/trends_same_plot.png
tests/_ground_truth_figures/trends_sharex.png
tests/_ground_truth_figures/trends_sharey.png
tests/_ground_truth_figures/trends_size.png
tests/_ground_truth_figures/violin.png
tests/_ground_truth_figures/violin_cluster_subset.png
tests/_ground_truth_figures/violin_lineage_subset.png
tests/_ground_truth_figures/heatmap_abs_probs_lineages/lineage_0.png
tests/_ground_truth_figures/heatmap_abs_probs_lineages/lineage_1.png
tests/_ground_truth_figures/heatmap_cluster_genes/lineage_0.png
tests/_ground_truth_figures/heatmap_cluster_genes/lineage_1.png
tests/_ground_truth_figures/heatmap_cluster_key_abs_probs/lineage_0.png
tests/_ground_truth_figures/heatmap_cluster_key_abs_probs/lineage_1.png
tests/_ground_truth_figures/heatmap_cluster_key_no_abs_probs/lineage_0.png
tests/_ground_truth_figures/heatmap_cluster_key_no_abs_probs/lineage_1.png
tests/_ground_truth_figures/heatmap_cluster_no_scale/lineage_0.png
tests/_ground_truth_figures/heatmap_cluster_no_scale/lineage_1.png
tests/_ground_truth_figures/heatmap_keep_gene_order/lineage_0.png
tests/_ground_truth_figures/heatmap_keep_gene_order/lineage_1.png
tests/_ground_truth_figures/heatmap_lineage_height/lineage_0.png
tests/_ground_truth_figures/heatmap_lineage_height/lineage_1.png
tests/_ground_truth_figures/heatmap_lineages/lineage_0.png
tests/_ground_truth_figures/heatmap_lineages/lineage_1.png
tests/_ground_truth_figures/heatmap_lineages_raw/lineage_0.png
tests/_ground_truth_figures/heatmap_lineages_raw/lineage_1.png
tests/_ground_truth_figures/heatmap_multiple_cluster_keys/lineage_0.png
tests/_ground_truth_figures/heatmap_multiple_cluster_keys/lineage_1.png
tests/_ground_truth_figures/heatmap_multiple_cluster_keys_show_all_genes/lineage_0.png
tests/_ground_truth_figures/heatmap_multiple_cluster_keys_show_all_genes/lineage_1.png
tests/_ground_truth_figures/heatmap_n_jobs/lineage_0.png
tests/_ground_truth_figures/heatmap_n_jobs/lineage_1.png
tests/_ground_truth_figures/heatmap_n_jobs_multiprocessing/lineage_0.png
tests/_ground_truth_figures/heatmap_n_jobs_multiprocessing/lineage_1.png
tests/_ground_truth_figures/heatmap_no_cbar_lineages/lineage_0.png
tests/_ground_truth_figures/heatmap_no_cbar_lineages/lineage_1.png
tests/_ground_truth_figures/heatmap_no_cluster/lineage_0.png
tests/_ground_truth_figures/heatmap_no_cluster/lineage_1.png
tests/_ground_truth_figures/heatmap_no_cluster_genes/lineage_0.png
tests/_ground_truth_figures/heatmap_no_cluster_genes/lineage_1.png
tests/_ground_truth_figures/heatmap_no_convolve/lineage_0.png
tests/_ground_truth_figures/heatmap_no_convolve/lineage_1.png
tests/_ground_truth_figures/heatmap_no_scale_lineages/lineage_0.png
tests/_ground_truth_figures/heatmap_no_scale_lineages/lineage_1.png
tests/_ground_truth_figures/heatmap_show_dendrogram/lineage_0.png
tests/_ground_truth_figures/heatmap_show_dendrogram/lineage_1.png
tests/_ground_truth_figures/heatmap_time_range/lineage_0.png
tests/_ground_truth_figures/heatmap_time_range/lineage_1.png