editEnvir: Environment Editor for Metabolic Networks

Description Usage Arguments Value Author(s) See Also Examples

View source: R/editEnvir.R

Description

Environment editor for metabolic networks. The function editEnvir opens the exchange reactions of a metabolic network in R's data editor. Changes in upper and lower bounds will be set in the given model.

Usage

1
  editEnvir(model, newKey = FALSE, ...)

Arguments

model

An object of class modelorg.

newKey

If set to TRUE, a new model key will be generated.

...

Further arguments passed to edit.

Value

An object of class modelorg.

Author(s)

Gabriel Gelius-Dietrich <geliudie@uni-duesseldorf.de>

Maintainer: Mayo Roettger <mayo.roettger@hhu.de>

See Also

checkReactId

Examples

1
2
3
4
5
6
  ## Not run: 
  ## change environment of E.coli core model:
  data(Ec_core)
  mod <- editEnvir(Ec_core)
  
## End(Not run)

sybil documentation built on May 31, 2021, 5:08 p.m.