Contents Menu Expand Light mode Dark mode Auto light/dark mode
CellRank 1.5.1 documentation
Logo

General

  • Installation
  • API
    • cellrank.kernels.VelocityKernel
    • cellrank.kernels.ConnectivityKernel
    • cellrank.kernels.PseudotimeKernel
    • cellrank.kernels.CytoTRACEKernel
    • cellrank.kernels.PrecomputedKernel
    • cellrank.external.kernels.StationaryOTKernel
    • cellrank.external.kernels.WOTKernel
    • cellrank.estimators.GPCCA
    • cellrank.estimators.CFLARE
    • cellrank.pl.circular_projection
    • cellrank.pl.gene_trends
    • cellrank.pl.log_odds
    • cellrank.pl.heatmap
    • cellrank.pl.cluster_trends
    • cellrank.pl.aggregate_absorption_probabilities
    • cellrank.models.GAM
    • cellrank.models.GAMR
    • cellrank.models.SKLearnModel
    • cellrank.datasets.pancreas
    • cellrank.datasets.lung
    • cellrank.datasets.reprogramming_morris
    • cellrank.datasets.reprogramming_schiebinger
    • cellrank.datasets.zebrafish
    • cellrank.datasets.pancreas_preprocessed
    • cellrank.datasets.bone_marrow
  • Developer API
  • Release Notes
    • CellRank dev (2022-06-29)
    • CellRank 1.5.1 (2022-01-13)
    • CellRank 1.5.0 (2021-09-13)
    • CellRank 1.4.0 (2021-06-30)
    • CellRank 1.3.1 (2021-04-09)
    • CellRank 1.3.0 (2021-03-29)
    • CellRank 1.2.0 (2021-02-02)
    • CellRank 1.1.0 (2020-11-17)
    • CellRank 1.0.0 (2020-10-17)
  • Contributing
  • References
  • GitHub
  • Discourse

Gallery

  • Tutorials
    • CellRank basics
    • Kernels and estimators
    • CellRank beyond RNA velocity
    • Time series datasets
    • Creating a new kernel
  • Examples
  v: latest
Versions
latest
stable
Downloads
html
On Read the Docs
Project Home
Builds
Back to top
Edit this page

cellrank.datasets.pancreas_preprocessed#

cellrank.datasets.pancreas_preprocessed(path='datasets/endocrinogenesis_day15.5_preprocessed.h5ad', **kwargs)[source]#

Development of the murine pancreas at E15.5 from [Bastidas-Ponce et al., 2019], preprocessed according to the basic tutorial.

Parameters:
  • path (Union[str, Path]) – Path where to save the dataset.

  • kwargs (Any) – Keyword arguments for scanpy.read().

Return type:

AnnData

Returns:

adata : anndata.AnnData Annotated data object.

Next
cellrank.datasets.bone_marrow
Previous
cellrank.datasets.zebrafish
Copyright © 2022, Marius Lange, Michal Klein, Philipp Weiler
Made with Furo