.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_bioconda.sh
.scripts/ci/update_notebooks.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_lineage.py
cellrank/pl/_gene_trend.py
cellrank/pl/_graph.py
cellrank/pl/_heatmap.py
cellrank/pl/_init_term_states.py
cellrank/pl/_lineages.py
cellrank/pl/_utils.py
cellrank/settings/__init__.py
cellrank/settings/_settings.py
cellrank/tl/__init__.py
cellrank/tl/_colors.py
cellrank/tl/_constants.py
cellrank/tl/_init_term_states.py
cellrank/tl/_lineage.py
cellrank/tl/_lineages.py
cellrank/tl/_linear_solver.py
cellrank/tl/_read.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/tl/kernels/_velocity_schemes.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
cellrank/ul/models/_utils.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/latest_additions.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
docs/source/_templates/autosummary/function.rst
docs/source/binder/requirements.txt
examples/README.rst
examples/estimators/README.rst
examples/estimators/compute_abs_probs.py
examples/estimators/compute_coarse_T.py
examples/estimators/compute_eigendecomposition.py
examples/estimators/compute_fit.py
examples/estimators/compute_lineage_drivers.py
examples/estimators/compute_macrostates.py
examples/estimators/compute_schur_matrix.py
examples/estimators/compute_schur_vectors.py
examples/estimators/compute_terminal_states_gpcca.py
examples/other/README.rst
examples/other/compute_kernel_tricks.py
examples/other/compute_lineage_tricks.py
examples/other/plot_model.py
examples/plotting/README.rst
examples/plotting/plot_cluster_fates.py
examples/plotting/plot_cluster_lineage.py
examples/plotting/plot_directed_paga.py
examples/plotting/plot_gene_trends.py
examples/plotting/plot_graph.py
examples/plotting/plot_heatmap.py
examples/plotting/plot_initial_states.py
examples/plotting/plot_lineage_drivers.py
examples/plotting/plot_lineages.py
examples/plotting/plot_terminal_states.py
resources/images/cellrank_fate_map.png
tests/_helpers.py
tests/conftest.py
tests/test_cflare.py
tests/test_colors.py
tests/test_datasets.py
tests/test_gpcca.py
tests/test_kernels.py
tests/test_lineage.py
tests/test_linear_solver.py
tests/test_logging.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/all_models_for_1_gene_failed.png
tests/_ground_truth_figures/all_models_for_1_gene_failed_same_plot.png
tests/_ground_truth_figures/all_models_for_1_lineage_failed.png
tests/_ground_truth_figures/bar.png
tests/_ground_truth_figures/bar_bwd.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_2_failed_genes.png
tests/_ground_truth_figures/cluster_lineage_bwd.png
tests/_ground_truth_figures/cluster_lineage_data_key.png
tests/_ground_truth_figures/cluster_lineage_leiden.png
tests/_ground_truth_figures/cluster_lineage_no_norm.png
tests/_ground_truth_figures/cluster_lineage_random_state.png
tests/_ground_truth_figures/cluster_lineage_raw.png
tests/_ground_truth_figures/composition.png
tests/_ground_truth_figures/composition_kwargs_autopct.png
tests/_ground_truth_figures/failed_only_main_diagonal.png
tests/_ground_truth_figures/failed_only_off_diagonal.png
tests/_ground_truth_figures/fitted_cluster_fates.png
tests/_ground_truth_figures/fitted_empty_model.png
tests/_ground_truth_figures/fitted_gene_trends.png
tests/_ground_truth_figures/fitted_ignore_plot_smoothed_lineage.png
tests/_ground_truth_figures/fitted_model_cells_with_weights.png
tests/_ground_truth_figures/fitted_model_conf_int.png
tests/_ground_truth_figures/fitted_model_conf_int_no_conf_int_computed.png
tests/_ground_truth_figures/fitted_model_weights.png
tests/_ground_truth_figures/gamr_ci_50.png
tests/_ground_truth_figures/gamr_default.png
tests/_ground_truth_figures/gamr_lineage_prob.png
tests/_ground_truth_figures/gamr_no_cbar.png
tests/_ground_truth_figures/gamr_no_ci.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_stat_init_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_real_spectrum_hide_eigengap.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_bwd.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_dict_layout.png
tests/_ground_truth_figures/graph_edge_normalize.png
tests/_ground_truth_figures/graph_edge_reductions.png
tests/_ground_truth_figures/graph_edge_reductions_restriction_incoming.png
tests/_ground_truth_figures/graph_edge_reductions_restriction_outgoing.png
tests/_ground_truth_figures/graph_edge_weight_scale.png
tests/_ground_truth_figures/graph_filter_edges.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_networkx_layout.png
tests/_ground_truth_figures/graph_precomputed_layour_pca.png
tests/_ground_truth_figures/graph_show_arrows.png
tests/_ground_truth_figures/graph_title.png
tests/_ground_truth_figures/graph_titles.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_cluster_genes.png
tests/_ground_truth_figures/heatmap_cluster_no_scale.png
tests/_ground_truth_figures/heatmap_cmap.png
tests/_ground_truth_figures/heatmap_genes.png
tests/_ground_truth_figures/heatmap_genes_1_gene_failed.png
tests/_ground_truth_figures/heatmap_no_cbar_genes.png
tests/_ground_truth_figures/heatmap_no_scale_genes.png
tests/_ground_truth_figures/heatmap_show_dendrogram.png
tests/_ground_truth_figures/mc_complex_spectrum.png
tests/_ground_truth_figures/mc_kwargs_linewidths.png
tests/_ground_truth_figures/mc_marker.png
tests/_ground_truth_figures/mc_real_spectrum.png
tests/_ground_truth_figures/mc_real_spectrum_hide_eigengap.png
tests/_ground_truth_figures/mc_real_spectrum_hide_xticks.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_clustermap_format.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_format.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/model_default_bwd.png
tests/_ground_truth_figures/model_no_legend.png
tests/_ground_truth_figures/model_no_lineage.png
tests/_ground_truth_figures/model_no_lineage_show_lin_probs.png
tests/_ground_truth_figures/model_obs_data_key.png
tests/_ground_truth_figures/model_show_lib_prob_cells_ci.png
tests/_ground_truth_figures/model_show_lin_prob_cells_ci.png
tests/_ground_truth_figures/model_show_lin_prob_cells_lineage_ci.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_autopct_none.png
tests/_ground_truth_figures/pie_legend_kwargs.png
tests/_ground_truth_figures/pie_legend_loc.png
tests/_ground_truth_figures/pie_legend_loc_one.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_drivers_cmap.png
tests/_ground_truth_figures/scvelo_drivers_n_genes.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_initial_states_disc.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/scvelo_terminal_cluster_key_discrete.png
tests/_ground_truth_figures/scvelo_terminal_cont_not_same_subset.png
tests/_ground_truth_figures/scvelo_terminal_cont_same_subset.png
tests/_ground_truth_figures/scvelo_terminal_diff_plot.png
tests/_ground_truth_figures/scvelo_terminal_diff_plot_titles.png
tests/_ground_truth_figures/scvelo_terminal_disc_not_same_subset.png
tests/_ground_truth_figures/scvelo_terminal_disc_same_subset.png
tests/_ground_truth_figures/scvelo_terminal_states_cont.png
tests/_ground_truth_figures/scvelo_terminal_states_disc.png
tests/_ground_truth_figures/scvelo_terminal_time_mode.png
tests/_ground_truth_figures/scvelo_terminal_time_mode_clusters.png
tests/_ground_truth_figures/scvelo_terminal_time_mode_subset.png
tests/_ground_truth_figures/transpose.png
tests/_ground_truth_figures/transpose_all_models_for_1_gene_failed.png
tests/_ground_truth_figures/transpose_all_models_for_1_lineage_failed.png
tests/_ground_truth_figures/transpose_all_models_for_1_lineage_failed_same_plot.png
tests/_ground_truth_figures/transpose_failed_only_off_diagonal.png
tests/_ground_truth_figures/transpose_same_plot.png
tests/_ground_truth_figures/trends.png
tests/_ground_truth_figures/trends_abs_prob_cmap.png
tests/_ground_truth_figures/trends_bwd.png
tests/_ground_truth_figures/trends_cell_alpha.png
tests/_ground_truth_figures/trends_conf_int.png
tests/_ground_truth_figures/trends_gam_ci_100.png
tests/_ground_truth_figures/trends_gam_ci_20.png
tests/_ground_truth_figures/trends_gam_ci_80.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_lw.png
tests/_ground_truth_figures/trends_margins.png
tests/_ground_truth_figures/trends_no_cbar.png
tests/_ground_truth_figures/trends_perc.png
tests/_ground_truth_figures/trends_perc_per_lineage.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_show_lineage_ci.png
tests/_ground_truth_figures/trends_show_lineage_diff_plot.png
tests/_ground_truth_figures/trends_show_lineage_ignores_no_transpose.png
tests/_ground_truth_figures/trends_show_lineage_same_plot.png
tests/_ground_truth_figures/trends_size.png
tests/_ground_truth_figures/trends_suptitle.png
tests/_ground_truth_figures/trends_time_key.png
tests/_ground_truth_figures/trends_time_key_del_latent_time.png
tests/_ground_truth_figures/trends_time_range.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/violin_no_cluster_key.png
tests/_ground_truth_figures/fitted_heatmap/lineage_0.png
tests/_ground_truth_figures/fitted_heatmap/lineage_1.png
tests/_ground_truth_figures/fitted_heatmap/lineage_2.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_abs_probs_lineages/lineage_2.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_abs_probs/lineage_2.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_key_no_abs_probs/lineage_2.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_keep_gene_order/lineage_2.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_lineage_height/lineage_2.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/lineage_2.png
tests/_ground_truth_figures/heatmap_lineages_1_lineage_failed/lineage_1.png
tests/_ground_truth_figures/heatmap_lineages_1_lineage_failed/lineage_2.png
tests/_ground_truth_figures/heatmap_lineages_bwd/lineage_0.png
tests/_ground_truth_figures/heatmap_lineages_bwd/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_lineages_raw/lineage_2.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/lineage_2.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_multiple_cluster_keys_show_all_genes/lineage_2.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/lineage_2.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_n_jobs_multiprocessing/lineage_2.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_cbar_lineages/lineage_2.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/lineage_2.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_cluster_genes/lineage_2.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_convolve/lineage_2.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_no_scale_lineages/lineage_2.png
tests/_ground_truth_figures/heatmap_time_range/lineage_0.png
tests/_ground_truth_figures/heatmap_time_range/lineage_1.png
tests/_ground_truth_figures/heatmap_time_range/lineage_2.png