rct.from.slv: Create .RCT from ruSlv

View source: R/read.slv.R

rct.from.slvR Documentation

Create .RCT from ruSlv

Description

The function analyzes ruSlv stoicheometry matrix and creates reaction list in .RCT format.

Usage

rct.from.slv(y)

Arguments

y

the object of class ruSlv, model image.

Details

The function uses the stoicheometry matrix, names of rates and metabolites only. The true structure of differential equation is not taken into account.

Value

character vector representing list of reactions which can be saved using cat(..., sep="\n").

See Also

import.slv
cat

Examples

### create .RCT file from 'example4.slv'
rct<-rct.from.slv(example4_ruSlv)
cat(rct, file="example.rct", sep="\n")

insysbio/dbs-package documentation built on Aug. 4, 2022, 2:11 p.m.