Learn R Programming

BacArena (version 1.8.2)

addDefaultMed: Add default medium of an organism to arena.

Description

The generic function addDefaultMed uses the lower bounds defined in an organism's model file to compose minimal medium.

Usage

addDefaultMed(object, org, unit = "mM")

# S4 method for Arena addDefaultMed(object, org, unit = "mM")

Arguments

object

An object of class Arena.

org

An object of class Organism

unit

A character used as chemical unit to set the amount of the substances to be added (valid values are: mmol/cell, mmol/cm2, mmol/arena, mM)