lifecycles.validation.validate_all_flows

validate_all_flows(lc: LifeCycle, direction: str, min_branch_size=1, iterations=1000)

Compare all flows with null models. See validate_flow for details.

Parameters:
  • lc – a LifeCycle object

  • direction – temporal direction

  • min_branch_size – minimum size of a branch to be considered

  • iterations – number of random draws to be used to generate the null model

Returns:

a dictionary keyed by set identifier and valued by mean, std, and p-value