Hi everyone
I've recently started working with COBRA toolbox.So I do not have enough information about it. I am an amateur.
I'll appreciate if you can help me.
My goal is to reconstruct the network of cyanobacteria metabolism. So that these cyanobacteria to produce biofuel.
So I did the following steps:
1) I enter SBML file into COBRA toolbox by this code:
> > model = readCbModel([ filename])
2) I added the desired reactions by this code:
> > [model] = addReaction(model, rxnName, metaboliteList, stoichCoeffList, [revFlag], [lowerBound], [upperBound],
[objCoeff], [subsystem], [grRule], [geneNameList], [systNameList], [checkDuplicate])
3) I performed flux balance analysis by this code:
> > [solution] = optimizeCbModel(model)
4) The following results were obtained:
x: [3466x1 double]
f: 333.3333
y: [1537x1 double]
w: [3466x1 double]
stat: 1
origStat: 5
solver: 'glpk'
time: 1.0570
As you can see F=333.333
What is interpretation of F=333.333?
Whether the results are acceptable?
Is the flux units (mmol / g / h)?
The network is able to produce biofuel?
Is my solution correct? Or is there something wrong?
Thank you for your attention
Regards
--
model = changeRxnBounds(model,rxnNameList,value,boundType)
with boundType being 'l' (its a small L) for lower, 'u' for upper and 'b' for both
consequently your command should read
Associate Professor in Systems Biomedicine
Head of the Molecular Systems Physiology Group
Luxembourg Centre for Systems Biomedicine
UNIVERSITY OF LUXEMBOURG
CAMPUS BELVAL
7, avenue des Hauts-Fourneaux
L-4362 Esch-sur-Alzette
Luxembourg
--
This message is confidential and may contain privileged information. It is intended for the named recipient only. If you receive it in error please notify me and permanently delete the original message and any copies.