Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getPhenotype

Function to extract the phenotype of an organism object


Description

The generic function getPhenotype implements an identification of organism phenotypes.

Usage

getPhenotype(object, cutoff = 1e-06, fbasol, par = FALSE)

## S4 method for signature 'Organism'
getPhenotype(object, cutoff = 1e-06, fbasol, par = FALSE)

Arguments

object

An object of class Organisms.

cutoff

A number giving the cutoff value by which value of objective function is considered greater than 0.

fbasol

Problem object according to the constraints and then solved with optimizeProb.

par

A boolean indicating if running in parallel mode.

Details

The phenotypes are defined by flux through exchange reactions, which indicate potential differential substrate usages. Uptake of substances is indicated by a negative and production of substances by a positive number.

Value

Returns the phenotype of the organisms where the uptake of substances is indicated by a negative and production of substances by a positive number

See Also


BacArena

Modeling Framework for Cellular Communities in their Environments

v1.8.2
GPL-3 | file LICENSE
Authors
Eugen Bauer [aut], Johannes Zimmermann [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.