thank you for your help :). joshua.
it is my mistake that value of 'G6PDH2r' is two value
it is arbitrary value... i wanted to input value '-100'
i talk again to you more detail...
purpose of experiment is whether or not 'G6PDH2r' and 'GOFUCR' have an effect on secretion of 'EX_gdpfuc(e)' as regenerating NAPD(H)
gdp-fucose pathway is as follows.
D-glu(e) -> PGI -> PFK -> MAN6PI -> PMANM -> MAN1PT2 -> GMAND -> GDMANE -> GOFUCR -> EX_gdpfuc(e)
i simulated FBA as follows.
FBAsolution = OptimizeCbModel(model, 'max');
printFluxVector(model, FBAsolution.x, true)
as a result, 'EX_gdpfuc(e)' is 14.9022mmol/gDW
but 'G6PDH2r' is zero value. i think that it is not involved in gdp-fucose pathway
so i simulate FBA with regard to gene overexpression.
'G6PDH2r' -> lower bound = -1000, upper bound = 1000
'GOFUCR' -> lower bound = -1000, upper bound = 1000
model = changeRxnBounds(model, 'G6PDH2r', -1000, 'l');
model = changeRxnBounds(model, 'GOFUCR', -1000, 'l');
FBAsolution = optimizeCbModel(model, 'max')
printFluxVector(model, FBAsolution.x, true);
'EX_gdpfuc(e)' is 14.9022...
'G6PDH2r' is zero value and 'GOFUCR' is 14.9022...
Have any method that gene overexpression can realize in these condition?
sorry, joshua... i read repeatedly your opinion, but i can't applied them...