Learn R Programming

g2f (version 0.2)

blockedReactions: Identify blocked reactions in a metabolic network

Description

A blocked reaction in a metabolic network is a reaction that not participate in any optimization solution. This function set as objective function each one of the reactions (one by time) in the model, and identifies the reactions without flux under all scenarios.

Usage

blockedReactions(model)

Arguments

model

A valid model for the 'sybil' package. An object of class modelorg.

Value

A vector with the reaction ids of the blocked reactions

Examples

Run this code
# NOT RUN {
# Loading a model for the 'sybil' package
data("Ec_core")

# Identifying blocked reactions
blockedReactions(Ec_core)
# }

Run the code above in your browser using DataLab