addEssentialMed: Add minimal medium of an organism to arena.

Description Usage Arguments

Description

The generic function addEssentialMed uses flux variability analysis to determine a essential growth medium components.

Usage

1
2
3
4
addEssentialMed(object, org, only_return = FALSE, limit = 10)

## S4 method for signature 'Arena'
addEssentialMed(object, org, only_return = FALSE, limit = 10)

Arguments

object

An object of class Arena.

org

An object of class Organism

only_return

Set true if essential metabolites should only be returned but not added to arena

limit

A metabolite is considered as essential if its remove whould decrease biomass growth below limit (between 0,100; default 10%)


BacArena documentation built on July 2, 2020, 3:16 a.m.