Team:Alberta/Project/Modeling/FindEssentials

From 2009.igem.org

(Difference between revisions)
(New page: %start.m script changeCobraSolver('glpk'); model = readCbModel() %('Ec_iAF1260_flux1.xml') solution1 = optimizeCbModel(model, 'max', 'false', 'false'); essgenes=cell(1) fValue = so...)
Line 5: Line 5:
  essgenes=cell(1)
  essgenes=cell(1)
  fValue = solution1.f
  fValue = solution1.f
-
  startSays = 'If comparing researched/suspected essential genes, dont forget to add s0001 to the essgenes list!'
+
  startSays = 'Copy & paste your literature/suspected gene list into essgenes!'

Revision as of 06:27, 2 October 2009

%start.m script
changeCobraSolver('glpk');  
model = readCbModel() %('Ec_iAF1260_flux1.xml')
solution1 = optimizeCbModel(model, 'max', 'false', 'false');
essgenes=cell(1)
fValue = solution1.f
startSays = 'Copy & paste your literature/suspected gene list into essgenes!'