cobra.manipulation.annotate

cobra.manipulation.annotate#

Provide function for annotating demand and exchange reactions.

Functions#

add_SBO(→ None)

Add SBO terms for demands and exchanges.

Module Contents#

cobra.manipulation.annotate.add_SBO(model: cobra.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.