Learn R Programming

BacArena (version 1.0.1)

Organism-constructor: Constructor of the S4 class Organism

Description

The constructor to get a new object of class Organism

Usage

Organism(model, algo = "fba", ex = "EX_", ex_comp = NA, csuffix = "\\[c\\]", esuffix = "\\[e\\]", lyse = F, feat = list(), typename = NA, ...)

Arguments

model
model
algo
A single character string giving the name of the algorithm to use. See SYBIL_SETTINGS
ex
Identifier for exchange reactions
ex_comp
ex_comp
csuffix
csuffix
esuffix
esuffix
lyse
A boolean variable indicating if the organism should lyse after death.
feat
A list containing conditional features for the object (contains at the momement only biomass components for lysis).
typename
A string defining the name (set to model name in default case)
...
Arguments of Organism-class

Value

Object of class Organism