Creation: cell_graph

class cytomulate.creation.cell_graph.CreationCellGraph[source]

Bases: GeneralCellGraph

initialize_graph(cell_types, n_trees)[source]

Generate a random graph that consists of one or several trees

Parameters:
  • cell_types (dict) – A dictionary of CreationCellType objects

  • n_trees (int) – Number of trees to be simulated

Return type:

None