lppModel {FBA} R Documentation

convert the flux matrix as the general Linear Programming model

Description

Usage

lppModel(model,
    name = "Flux Balance Analysis LppModel");

Arguments

model

[as Matrix]

name

[as string]

Details

the flux matrix encoded as the general lpp model via: 1. mapping the flux as the LPPModel.variables 2. mapping the compound and flux coefficient factor as the LPPModel.constraintCoefficients data.

Authors

simulators

Value

a general Linear Programming model

clr value class

Examples


[Package FBA version 1.0.0.0 Index]