Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 960 Bytes

README.md

File metadata and controls

36 lines (21 loc) · 960 Bytes

dummy-anndata

Tests

Allows generating dummy anndata objects, which can be useful for testing purposes.

Installation

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

Example usage

import anndata as ad
import dummy_anndata as da

dummy_anndata_dataset = da.generate_dataset(n_obs=100, n_vars= 50)

Contact

If you found a bug, please use the issue tracker.