moscot.datasets.drosophila#

moscot.datasets.drosophila(path='~/.cache/moscot/drosophila.h5ad', *, spatial, force_download=False, **kwargs)[source]#

Embryo of Drosophila melanogaster described in [Li et al., 2022].

Minimal pre-processing was performed, such as gene and cell filtering, as well as normalization.

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

  • spatial (bool) – Whether to return the spatial or the scRNA-seq dataset.

  • force_download (bool) – Whether to force-download the data.

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

Return type:

AnnData

Returns:

: Annotated data object.