Allows generating dummy anndata objects, which can be useful for testing purposes.
You need to have Python 3.10 or newer installed on your system. If you don't have Python installed, we recommend installing Mambaforge.
pip install dummy-anndata
import anndata as ad
import dummy_anndata as da
dummy_anndata_dataset = da.generate_dataset(n_obs=100, n_vars= 50)
If you found a bug, please use the issue tracker.