Skip to content

Typical analysis patterns

Most workflows in annnet fall into a small number of patterns.

Multilayer analysis

Use this when layers are part of the scientific model, for example modalities, states, or timepoints.

Hyperedges and stoichiometry

Use this when binary edges are too limiting and you need directed hyperedges, weighted memberships, or SBML-style reaction structure.

Slices and scenario management

Use this when you need multiple contexts in one container, such as train/eval splits, perturbation scenarios, or condition-specific subgraphs.

Interoperability-first analysis

Use this when annnet is the main container and you want to move into other tools without losing structure.

Notebook picks

For a broader tour of examples, open the Notebook gallery.