Learn R Programming

abcdeFBA (version 0.4)

Sybil_2_FBA_obj: Sybil_2_FBA_obj, a function to convert a model generated by Sybil into the one used by abcdeFBA.

Description

Changes the S4 object read by Sybil which is available on CRAN into a list usable by abcdeFBA.

Usage

Sybil_2_FBA_obj(Sybil_S4_object)

Arguments

Sybil_S4_object
Is an S4 object of class modelorg

Examples

Run this code
#Model conversion
#data(Ecoli_core) - # the Ecoli_core model included in the Sybil package
#FBA_obj<-Sybil_2_FBA_obj(Ecoli_core)

Run the code above in your browser using DataLab