moscot.datasets.pancreas_multiome¶
- moscot.datasets.pancreas_multiome(rna_only, path='~/.cache/moscot/pancreas_multiome.h5mu', force_download=True, **kwargs)[source]¶
Pancreatic endocrinogenesis dataset published with the moscot manuscript [Klein et al., 2023].
The dataset contains paired scRNA-seq and scATAC-seq data of pancreatic cells at embryonic days 14.5, 15.5, and 16.5. The data was preprocessed and filtered as described in the manuscript, the raw data and the full processed data are available via GEO accession code GSE275562.
- Parameters:
rna_only (
bool
) – Only load the RNA data, resulting in a smaller file.force_download (
bool
) – Whether to force-download the data.kwargs (
Any
) – Keyword arguments foranndata.io.read_h5ad()
if rna_only, else formudata.read()
.
- Return type:
- Returns:
:
mudata.MuData
object with RNA and ATAC data if rna_only, elseanndata.AnnData
with RNA only.