cellfish.plot.simulate_atlas_anndata

cellfish.plot.simulate_atlas_anndata#

cellfish.plot.simulate_atlas_anndata(n_cells=18000, random_state=11)#

Generate a simulated atlas-like AnnData object for testing the plotting function.

Return type:

MockAnnData

Parameters:
  • n_cells (int)

  • random_state (int)