17.1.1.4.1.1. cobra.manipulation.annotate

Provide function for annotating demand and exchange reactions.

17.1.1.4.1.1.1. Module Contents

17.1.1.4.1.1.1.1. Functions

add_SBO(model: Model) → None

Add SBO terms for demands and exchanges.

cobra.manipulation.annotate.add_SBO(model: Model) → None[source]

Add SBO terms for demands and exchanges.

This works for models which follow the standard convention for constructing and naming these reactions.

The reaction should only contain the single metabolite being exchanged, and the id should be EX_<met_id> or DM_<met_id> .

Parameters

model (cobra.Model) – The model whose demand and exchange reactions need to be annotated.