blockedReactions: Identify blocked reactions in a metabolic network

Description Usage Arguments Value Author(s) Examples

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

1

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

Author(s)

Andres Pinzon-Velasco <ampinzonv@unal.edu.co> - Mantainer: Daniel Camilo Osorio <dcosorioh@unal.edu.co>

Examples

1
2
3
4
5
6
7
## Not run: 
# Loading a model for the 'sybil' package
data("Ec_core")

# Identifying blocked reactions
blockedReactions(Ec_core)
## End(Not run)

g2f documentation built on May 2, 2019, 3:45 p.m.