FVA on Sybil
1
0
Entering edit mode
2.5 years ago
isMM • 0

Does anyone know how to access the numeric results after using fluxVar() in Sybil ? I'm hopping for something similar to what you get with Cobratoolbox and fluxVariability() Im using the ec_core SBML for the example So far I have:

Fluxv<-fluxVar(ec_core)

values<-round(lp_obj(Fluxv),4)

This results in a bunch of numbers, but I'm having a hard time matching them to the reactions. How can I know to what does each value corresponds? Thanks (And sorry if this is a dumb question, I'm new in this)

Numbers displayed after the code

R Sybil metabolic fba fva • 497 views
ADD COMMENT
1
Entering edit mode
8 months ago
Thomas ▴ 10

The first half of this vector should be your minimal fluxes per reaction and the second half your maximal fluxes per reaction. Thus this vector should have the length of twice of the amount of your reactions.

See Value section here

https://rdrr.io/cran/sybil/man/fluxVar.html

ADD COMMENT

Login before adding your answer.

Traffic: 1094 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6