-
Notifications
You must be signed in to change notification settings - Fork 3
/
refs.bib
1217 lines (1217 loc) · 42.5 KB
/
refs.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
@article{agren2012reconstruction,
title={Reconstruction of genome-scale active metabolic networks for 69 human cell types and 16 cancer types using INIT},
author={Agren, Rasmus and Bordel, Sergio and Mardinoglu, Adil and Pornputtapong, Natapol and Nookaew, Intawat and Nielsen, Jens},
journal={PLoS Comput Biol},
volume={8},
number={5},
pages={e1002518},
year={2012},
publisher={Public Library of Science}
}
@article{angione2015predictive,
title={Predictive analytics of environmental adaptability in multi-omic network models},
author={Angione, Claudio and Li{\'o}�, Pietro},
journal={Scientific Reports},
volume={5},
pages={15147},
year={2015},
publisher={Nature Publishing Group}
}
@article{angione2016multiplex,
title={Multiplex methods provide effective integration of multi-omic data in genome-scale models},
author={Angione, Claudio and Conway, Max and Li{\'o}, Pietro},
journal={BMC bioinformatics},
volume={17},
number={4},
pages={83},
year={2016},
publisher={BioMed Central}
}
@article{aurich2015prediction,
title={Prediction of intracellular metabolic states from extracellular metabolomic data},
author={Aurich, Maike K and Paglia, Giuseppe and Rolfsson, {\'O}ttar and Hrafnsd{\'o}ttir, Sigr{\'u}n and Magn{\'u}sd{\'o}ttir, Manuela and Stefaniak, Magdalena M and Palsson, Bernhard {\O} and Fleming, Ronan MT and Thiele, Ines},
journal={Metabolomics},
volume={11},
number={3},
pages={603--619},
year={2015},
publisher={Springer}
}
@article{aurich2016metabotools,
title={MetaboTools: A comprehensive toolbox for analysis of genome-scale metabolic models},
author={Aurich, Maike K and Fleming, Ronan MT and Thiele, Ines},
journal={arXiv preprint arXiv:1606.02860},
year={2016}
}
@article{balsa2016amigo2,
title={AMIGO2, a toolbox for dynamic modeling, optimization and control in systems biology},
author={Balsa-Canto, Eva and Henriques, David and G{\'a}bor, Attila and Banga, Julio R},
journal={Bioinformatics},
pages={btw411},
year={2016},
publisher={Oxford Univ Press}
}
@article{barker2015robust,
title={A robust and efficient method for estimating enzyme complex abundance and metabolic flux from expression data},
author={Barker, Brandon E and Sadagopan, Narayanan and Wang, Yiping and Smallbone, Kieran and Myers, Christopher R and Xi, Hongwei and Locasale, Jason W and Gu, Zhenglong},
journal={Computational biology and chemistry},
volume={59},
pages={98--112},
year={2015},
publisher={Elsevier}
}
@article{becker2008context,
title={Context-specific metabolic networks are consistent with experiments},
author={Becker, Scott A and Palsson, Bernhard O},
journal={PLoS Comput Biol},
volume={4},
number={5},
pages={e1000082},
year={2008},
publisher={Public Library of Science}
}
@article{birch2014incorporation,
title={Incorporation of flexible objectives and time-linked simulation with flux balance analysis},
author={Birch, Elsa W and Udell, Madeleine and Covert, Markus W},
journal={Journal of theoretical biology},
volume={345},
pages={12--21},
year={2014},
publisher={Elsevier}
}
@article{blazier2012integration,
title={Integration of expression data in genome-scale metabolic network reconstructions},
author={Blazier, Anna S and Papin, Jason A},
journal={Frontiers in physiology},
volume={3},
pages={299},
year={2012},
publisher={Frontiers}
}
@article{burgard2003optknock,
title={Optknock: a bilevel programming framework for identifying gene knockout strategies for microbial strain optimization},
author={Burgard, Anthony P and Pharkya, Priti and Maranas, Costas D},
journal={Biotechnology and bioengineering},
volume={84},
number={6},
pages={647--657},
year={2003},
publisher={Wiley Online Library}
}
@article{chandrasekaran2010probabilistic,
title={Probabilistic integrative modeling of genome-scale metabolic and regulatory networks in Escherichia coli and Mycobacterium tuberculosis},
author={Chandrasekaran, Sriram and Price, Nathan D},
journal={Proceedings of the National Academy of Sciences},
volume={107},
number={41},
pages={17845--17850},
year={2010},
publisher={National Acad Sciences}
}
@article{chandrasekaran2013metabolic,
title={Metabolic constraint-based refinement of transcriptional regulatory networks},
author={Chandrasekaran, Sriram and Price, Nathan D},
journal={PLoS Comput Biol},
volume={9},
number={12},
pages={e1003370},
year={2013},
publisher={Public Library of Science}
}
@article{clark2012minimal,
title={Minimal cut sets and the use of failure modes in metabolic networks},
author={Clark, Sangaalofa T and Verwoerd, Wynand S},
journal={Metabolites},
volume={2},
number={3},
pages={567--595},
year={2012},
publisher={Molecular Diversity Preservation International}
}
@article{colijn2009interpreting,
title={Interpreting expression data with metabolic flux models: predicting Mycobacterium tuberculosis mycolic acid production},
author={Colijn, Caroline and Brandes, Aaron and Zucker, Jeremy and Lun, Desmond S and Weiner, Brian and Farhat, Maha R and Cheng, Tan-Yun and Moody, D Branch and Murray, Megan and Galagan, James E},
journal={PLoS Comput Biol},
volume={5},
number={8},
pages={e1000489},
year={2009},
publisher={Public Library of Science}
}
@article{conway2016iterative,
title={Iterative Multi Level Calibration of Metabolic Networks},
author={Conway, Max and Angione, Claudio and Li{\`o}, Pietro},
journal={Current Bioinformatics},
volume={11},
number={1},
pages={93--105},
year={2016},
publisher={Bentham Science Publishers}
}
@article{costanza2012robust,
title={Robust design of microbial strains},
author={Costanza, Jole and Carapezza, Giovanni and Angione, Claudio and Li{\'o}, Pietro and Nicosia, Giuseppe},
journal={Bioinformatics},
volume={28},
number={23},
pages={3097--3104},
year={2012},
publisher={Oxford Univ Press}
}
@article{covert2008integrating,
title={Integrating metabolic, transcriptional regulatory and signal transduction models in Escherichia coli},
author={Covert, Markus W and Xiao, Nan and Chen, Tiffany J and Karr, Jonathan R},
journal={Bioinformatics},
volume={24},
number={18},
pages={2044--2050},
year={2008},
publisher={Oxford Univ Press}
}
@article{de2013montecarlo,
title={Montecarlo uniform sampling of highdimensional convex polytopes: reducing the condition number with applications in metabolic network analysis. arXiv preprint},
author={De Martino, Daniele and Parisi, Valerio},
journal={arXiv preprint arXiv:1312.5228},
year={2013}
}
@article{de2014global,
title={Global dynamic optimization approach to predict activation in metabolic pathways},
author={de Hijas-Liste, Gundi{\'a}n M and Klipp, Edda and Balsa-Canto, Eva and Banga, Julio R},
journal={BMC systems biology},
volume={8},
number={1},
pages={1},
year={2014},
publisher={BioMed Central}
}
@article{de2015uniform,
title={Uniform sampling of steady states in metabolic networks: heterogeneous scales and rounding},
author={De Martino, Daniele and Mori, Matteo and Parisi, Valerio},
journal={PloS one},
volume={10},
number={4},
pages={e0122670},
year={2015},
publisher={Public Library of Science}
}
@article{deb2002fast,
author = {Deb, K. and Pratap, A. and Agarwal, S. and Meyarivan, T.},
title = {A Fast and Elitist Multiobjective Genetic Algorithm: NSGA-II},
journal = {Trans. Evol. Comp},
issue_date = {April 2002},
volume = {6},
number = {2},
month = apr,
year = {2002},
issn = {1089-778X},
pages = {182--197},
numpages = {16},
url = {http://dx.doi.org/10.1109/4235.996017},
doi = {10.1109/4235.996017},
acmid = {2221582},
publisher = {IEEE Press},
address = {Piscataway, NJ, USA},
}
@article{deutscher2008can,
title={Can single knockouts accurately single out gene functions?},
author={Deutscher, David and Meilijson, Isaac and Schuster, Stefan and Ruppin, Eytan},
journal={BMC Systems Biology},
volume={2},
number={1},
pages={50},
year={2008},
publisher={BioMed Central Ltd}
}
@article{el2005optimal,
title={Optimal performance of the heat-shock gene regulatory network},
author={El Samad, Hana and Khammash, M and Homescu, Chris and Petzold, Linda},
journal={IFAC Proceedings Volumes},
volume={38},
number={1},
pages={19--24},
year={2005},
publisher={Elsevier}
}
@article{faith2007large,
title={Large-scale mapping and validation of Escherichia coli transcriptional regulation from a compendium of expression profiles},
author={Faith, Jeremiah J and Hayete, Boris and Thaden, Joshua T and Mogno, Ilaria and Wierzbowski, Jamey and Cottarel, Guillaume and Kasif, Simon and Collins, James J and Gardner, Timothy S},
journal={PLoS biol},
volume={5},
number={1},
pages={e8},
year={2007},
publisher={Public Library of Science}
}
@article{fang2012network,
title={A network-based gene-weighting approach for pathway analysis},
author={Fang, Zhaoyuan and Tian, Weidong and Ji, Hongbin},
journal={Cell research},
volume={22},
number={3},
pages={565--580},
year={2012},
publisher={Nature Publishing Group}
}
@article{feist2010biomass,
title={The biomass objective function},
author={Feist, Adam M and Palsson, Bernhard O},
journal={Current opinion in microbiology},
volume={13},
number={3},
pages={344--349},
year={2010},
publisher={Elsevier}
}
@inproceedings{fortin2013revisiting,
title={Revisiting the NSGA-II crowding-distance computation},
author={Fortin, F{\'e}lix-Antoine and Parizeau, Marc},
booktitle={Proceedings of the 15th annual conference on Genetic and evolutionary computation},
pages={623--630},
year={2013},
organization={ACM}
}
@article{fowler2009increased,
title={Increased malonyl coenzyme A biosynthesis by tuning the Escherichia coli metabolic network and its application to flavanone production},
author={Fowler, Zachary L and Gikandi, William W and Koffas, Mattheos AG},
journal={Applied and environmental microbiology},
volume={75},
number={18},
pages={5831--5839},
year={2009},
publisher={Am Soc Microbiol}
}
@article{gerstl2015metabolomics,
title={Metabolomics integrated elementary flux mode analysis in large metabolic networks},
author={Gerstl, Matthias P and Ruckerbauer, David E and Mattanovich, Diethard and Jungreuthmayer, Christian and Zanghellini, J{\"u}rgen},
journal={Scientific reports},
volume={5},
pages={8930},
year={2015},
publisher={Nature Publishing Group}
}
@article{gerstl2016sets,
title={Which sets of elementary flux modes form thermodynamically feasible flux distributions?},
author={Gerstl, Matthias P and Jungreuthmayer, Christian and M{\"u}ller, Stefan and Zanghellini, J{\"u}rgen},
journal={FEBS Journal},
volume={283},
number={9},
pages={1782--1794},
year={2016},
publisher={Wiley Online Library}
}
@article{goelzer2011bacterial,
title={Bacterial growth rate reflects a bottleneck in resource allocation},
author={Goelzer, Anne and Fromion, Vincent},
journal={Biochimica et Biophysica Acta (BBA)-General Subjects},
volume={1810},
number={10},
pages={978--988},
year={2011},
publisher={Elsevier}
}
@article{gottstein2016constraint,
title={Constraint-based stoichiometric modelling from single organisms to microbial communities},
author={Gottstein, Willi and Olivier, Brett G and Bruggeman, Frank J and Teusink, Bas},
journal={Journal of The Royal Society Interface},
volume={13},
number={124},
pages={20160627},
year={2016},
publisher={The Royal Society}
}
@article{guo2016om,
title={OM-FBA: Integrate Transcriptomics Data with Flux Balance Analysis to Decipher the Cell Metabolism},
author={Guo, Weihua and Feng, Xueyang},
journal={PloS one},
volume={11},
number={4},
pages={e0154188},
year={2016},
publisher={Public Library of Science}
}
@article{heino2007bayesian,
title={Bayesian flux balance analysis applied to a skeletal muscle metabolic model},
author={Heino, Jenni and Tunyan, Knarik and Calvetti, Daniela and Somersalo, Erkki},
journal={Journal of theoretical biology},
volume={248},
number={1},
pages={91--110},
year={2007},
publisher={Elsevier}
}
@article{heino2010metabolica,
title={Metabolica: a statistical research tool for analyzing metabolic networks},
author={Heino, Jenni and Calvetti, Daniela and Somersalo, Erkki},
journal={Computer methods and programs in biomedicine},
volume={97},
number={2},
pages={151--167},
year={2010},
publisher={Elsevier}
}
@article{henry2007thermodynamics,
title={Thermodynamics-based metabolic flux analysis},
author={Henry, Christopher S and Broadbelt, Linda J and Hatzimanikatis, Vassily},
journal={Biophysical journal},
volume={92},
number={5},
pages={1792--1805},
year={2007},
publisher={Elsevier}
}
@article{henry2010high,
title={High-throughput generation, optimization and analysis of genome-scale metabolic models},
author={Henry, Christopher S and DeJongh, Matthew and Best, Aaron A and Frybarger, Paul M and Linsay, Ben and Stevens, Rick L},
journal={Nature biotechnology},
volume={28},
number={9},
pages={977--982},
year={2010},
publisher={Nature Publishing Group}
}
@article{herrgaard2006identification,
title={Identification of genome-scale metabolic network models using experimentally measured flux profiles},
author={Herrg{\aa}rd, Markus J and Fong, Stephen S and Palsson, Bernhard {\O}},
journal={PLoS Comput Biol},
volume={2},
number={7},
pages={e72},
year={2006},
publisher={Public Library of Science}
}
@article{hui2015quantitative,
title={Quantitative proteomic analysis reveals a simple strategy of global resource allocation in bacteria},
author={Hui, Sheng and Silverman, Josh M and Chen, Stephen S and Erickson, David W and Basan, Markus and Wang, Jilong and Hwa, Terence and Williamson, James R},
journal={Molecular systems biology},
volume={11},
number={2},
pages={784},
year={2015},
publisher={EMBO Press}
}
@article{jensen2011functional,
title={Functional integration of a metabolic network model and expression data without arbitrary thresholding},
author={Jensen, Paul A and Papin, Jason A},
journal={Bioinformatics},
volume={27},
number={4},
pages={541--547},
year={2011},
publisher={Oxford Univ Press}
}
@article{kaleta2009efmevolver,
title={EFMEvolver: Computing elementary flux modes in genome-scale metabolic networks},
author={Kaleta, Christoph and De Figueiredo, Lu{\i}́s Filipe and Behre, J{\"o}rn and Schuster, Stefan},
journal={Lect Notes Inform},
pages={179--89},
year={2009}
}
@article{kanehisa2000kegg,
title={KEGG: kyoto encyclopedia of genes and genomes},
author={Kanehisa, Minoru and Goto, Susumu},
journal={Nucleic acids research},
volume={28},
number={1},
pages={27--30},
year={2000},
publisher={Oxford Univ Press}
}
@article{karp2005expansion,
title={Expansion of the BioCyc collection of pathway/genome databases to 160 genomes},
author={Karp, Peter D and Ouzounis, Christos A and Moore-Kochlacs, Caroline and Goldovsky, Leon and Kaipa, Pallavi and Ahr{\'e}n, Dag and Tsoka, Sophia and Darzentas, Nikos and Kunin, Victor and L{\'o}pez-Bigas, N{\'u}ria},
journal={Nucleic acids research},
volume={33},
number={19},
pages={6083--6089},
year={2005},
publisher={Oxford Univ Press}
}
@article{kelk2012optimal,
title={Optimal flux spaces of genome-scale stoichiometric models are determined by a few subnetworks},
author={Kelk, Steven M and Olivier, Brett G and Stougie, Leen and Bruggeman, Frank J},
journal={Scientific reports},
volume={2},
pages={580},
year={2012},
publisher={Nature Publishing Group}
}
@article{khandelwal2013community,
title={Community flux balance analysis for microbial consortia at balanced growth},
author={Khandelwal, Ruchir A and Olivier, Brett G and R{\"o}ling, Wilfred FM and Teusink, Bas and Bruggeman, Frank J},
journal={PLoS One},
volume={8},
number={5},
pages={e64567},
year={2013},
publisher={Public Library of Science}
}
@article{kim2011large,
title={Large-scale bi-level strain design approaches and mixed-integer programming solution techniques},
author={Kim, Joonhoon and Reed, Jennifer L and Maravelias, Christos T},
journal={PLoS One},
volume={6},
number={9},
pages={e24162},
year={2011},
publisher={Public Library of Science}
}
@article{kim2012relatch,
title={RELATCH: relative optimality in metabolic networks explains robust metabolic and regulatory responses to perturbations},
author={Kim, Joonhoon and Reed, Jennifer L},
journal={Genome biology},
volume={13},
number={9},
pages={1},
year={2012},
publisher={BioMed Central}
}
@article{kim2014methods,
title={Methods for integration of transcriptomic data in genome-scale metabolic models},
author={Kim, Min Kyung and Lun, Desmond S},
journal={Computational and structural biotechnology journal},
volume={11},
number={18},
pages={59--65},
year={2014},
publisher={Elsevier}
}
@article{kiparissides2016thermodynamics,
title={Thermodynamics-based Metabolite Sensitivity Analysis in metabolic networks},
author={Kiparissides, A and Hatzimanikatis, V},
journal={Metabolic Engineering},
year={2016},
publisher={Elsevier}
}
@article{knorr2007bayesian,
title={Bayesian-based selection of metabolic objective functions},
author={Knorr, Andrea L and Jain, Rishi and Srivastava, Ranjan},
journal={Bioinformatics},
volume={23},
number={3},
pages={351--357},
year={2007},
publisher={Oxford Univ Press}
}
@article{kumar2009growmatch,
title={GrowMatch: an automated method for reconciling in silico/in vivo growth predictions},
author={Kumar, Vinay Satish and Maranas, Costas D},
journal={PLoS Comput Biol},
volume={5},
number={3},
pages={e1000308},
year={2009},
publisher={Public Library of Science}
}
@article{kummel2006putative,
title={Putative regulatory sites unraveled by network-embedded thermodynamic analysis of metabolome data},
author={K{\"u}mmel, Anne and Panke, Sven and Heinemann, Matthias},
journal={Molecular systems biology},
volume={2},
number={1},
year={2006},
publisher={EMBO Press}
}
@article{lee2008dynamic,
title={Dynamic analysis of integrated signaling, metabolic, and regulatory networks},
author={Lee, Jong Min and Gianchandani, Erwin P and Eddy, James A and Papin, Jason A},
journal={PLoS Comput Biol},
volume={4},
number={5},
pages={e1000086},
year={2008},
publisher={Public Library of Science}
}
@book{lee2009systems,
title={Systems biology and biotechnology of Escherichia coli},
author={Lee, Sang Yup and others},
year={2009},
publisher={Springer}
}
@article{lee2012improving,
title={Improving metabolic flux predictions using absolute gene expression data},
author={Lee, Dave and Smallbone, Kieran and Dunn, Warwick B and Murabito, Ettore and Winder, Catherine L and Kell, Douglas B and Mendes, Pedro and Swainston, Neil},
journal={BMC systems biology},
volume={6},
number={1},
pages={1},
year={2012},
publisher={BioMed Central}
}
@article{lewis2010omic,
title={Omic data from evolved E. coli are consistent with computed optimal growth from genome-scale models},
author={Lewis, Nathan E and Hixson, Kim K and Conrad, Tom M and Lerman, Joshua A and Charusanti, Pep and Polpitiya, Ashoka D and Adkins, Joshua N and Schramm, Gunnar and Purvine, Samuel O and Lopez-Ferrer, Daniel and others},
journal={Molecular systems biology},
volume={6},
number={1},
pages={390},
year={2010},
publisher={EMBO Press}
}
@article{lewis2012constraining,
title={Constraining the metabolic genotype--phenotype relationship using a phylogeny of in silico methods},
author={Lewis, Nathan E and Nagarajan, Harish and Palsson, Bernhard O},
journal={Nature Reviews Microbiology},
volume={10},
number={4},
pages={291--305},
year={2012},
publisher={Nature Publishing Group}
}
@article{li2008network,
title={Network-constrained regularization and variable selection for analysis of genomic data},
author={Li, Caiyan and Li, Hongzhe},
journal={Bioinformatics},
volume={24},
number={9},
pages={1175--1182},
year={2008},
publisher={Oxford Univ Press}
}
@inproceedings{liu2013network,
title={Network-based pathway enrichment analysis},
author={Liu, Lu and Ruan, Jianhua},
booktitle={Bioinformatics and Biomedicine (BIBM), 2013 IEEE International Conference on},
pages={218--221},
year={2013},
organization={IEEE}
}
@article{lun2009large,
title={Large-scale identification of genetic design strategies using local search},
author={Lun, Desmond S and Rockwell, Graham and Guido, Nicholas J and Baym, Michael and Kelner, Jonathan A and Berger, Bonnie and Galagan, James E and Church, George M},
journal={molecular systems biology},
volume={5},
number={1},
pages={296},
year={2009},
publisher={EMBO Press}
}
@article{ma2014network,
title={Network-Based Pathway Enrichment Analysis with Incomplete Network Information},
author={Ma, Jing and Shojaie, Ali and Michailidis, George},
journal={arXiv preprint arXiv:1411.7919},
year={2014}
}
@article{maarleveld2015interplay,
title={Interplay between constraints, objectives, and optimality for genome-scale stoichiometric models},
author={Maarleveld, Timo R and Wortel, Meike T and Olivier, Brett G and Teusink, Bas and Bruggeman, Frank J},
journal={PLoS Comput Biol},
volume={11},
number={4},
pages={e1004166},
year={2015},
publisher={Public Library of Science}
}
@article{machado2014systematic,
title={Systematic evaluation of methods for integration of transcriptomic data into constraint-based models of metabolism},
author={Machado, Daniel and Herrg{\aa}rd, Markus},
journal={PLoS Comput Biol},
volume={10},
number={4},
pages={e1003580},
year={2014},
publisher={Public Library of Science}
}
@article{mahadevan2002dynamic,
title={Dynamic flux balance analysis of diauxic growth in Escherichia coli},
author={Mahadevan, Radhakrishnan and Edwards, Jeremy S and Doyle, Francis J},
journal={Biophysical journal},
volume={83},
number={3},
pages={1331--1340},
year={2002},
publisher={Elsevier}
}
@article{mahadevan2003effects,
title={The effects of alternate optimal solutions in constraint-based genome-scale metabolic models},
author={Mahadevan, R and Schilling, CH},
journal={Metabolic engineering},
volume={5},
number={4},
pages={264--276},
year={2003},
publisher={Elsevier}
}
@article{mcanulty2012genome,
title={Genome-scale modeling using flux ratio constraints to enable metabolic engineering of clostridial metabolism in silico},
author={McAnulty, Michael J and Yen, Jiun Y and Freedman, Benjamin G and Senger, Ryan S},
journal={BMC systems biology},
volume={6},
number={1},
pages={42},
year={2012},
publisher={BioMed Central}
}
@article{mienda2016genome,
title={Genome-scale metabolic models as platforms for strain design and biological discovery},
author={Mienda, Bashir Sajo},
journal={Journal of Biomolecular Structure and Dynamics},
volume={just-accepted},
number={just-accepted},
pages={1--23},
year={2016},
publisher={Taylor \& Francis}
}
@article{mo2009connecting,
title={Connecting extracellular metabolomic measurements to intracellular flux states in yeast},
author={Mo, Monica L and Palsson, Bernhard {\O} and Herrg{\aa}rd, Markus J},
journal={BMC systems biology},
volume={3},
number={1},
pages={1},
year={2009},
publisher={BioMed Central}
}
@article{motamedian2017trfba,
title={TRFBA: an algorithm to integrate genome-scale metabolic and transcriptional regulatory networks with incorporation of expression data},
author={Motamedian, Ehsan and Mohammadi, Maryam and Shojaosadati, Seyed Abbas and Heydari, Mona},
journal={Bioinformatics},
pages={btw772},
year={2017},
publisher={Oxford Univ Press}
}
@article{muller2013fast,
title={Fast thermodynamically constrained flux variability analysis},
author={M{\"u}ller, Arne C and Bockmayr, Alexander},
journal={Bioinformatics},
pages={btt059},
year={2013},
publisher={Oxford Univ Press}
}
@article{nagrath2010soft,
title={Soft constraints-based multiobjective framework for flux balance analysis},
author={Nagrath, Deepak and Avila-Elchiver, Marco and Berthiaume, Fran{\c{c}}ois and Tilles, Arno W and Messac, Achille and Yarmush, Martin L},
journal={Metabolic engineering},
volume={12},
number={5},
pages={429--445},
year={2010},
publisher={Elsevier}
}
@article{newman2013spectral,
title={Spectral community detection in sparse networks},
author={Newman, MEJ},
journal={arXiv preprint arXiv:1308.6494},
year={2013}
}
@article{nijman2011synthetic,
title={Synthetic lethality: general principles, utility and detection using genetic screens in human cells},
author={Nijman, Sebastian},
journal={FEBS letters},
volume={585},
number={1},
pages={1--6},
year={2011},
publisher={Wiley Online Library}
}
@article{o2015using,
title={Using genome-scale models to predict biological capabilities},
author={O’Brien, Edward J and Monk, Jonathan M and Palsson, Bernhard O},
journal={Cell},
volume={161},
number={5},
pages={971--987},
year={2015},
publisher={Elsevier}
}
@article{oh2009multiobjective,
title={Multiobjective flux balancing using the NISE method for metabolic network analysis},
author={Oh, Young-Gyun and Lee, Dong-Yup and Lee, Sang Yup and Park, Sunwon},
journal={Biotechnology progress},
volume={25},
number={4},
pages={999--1008},
year={2009},
publisher={Wiley Online Library}
}
@article{orth2010flux,
title={What is flux balance analysis?},
author={Orth, Jeffrey D and Thiele, Ines and Palsson, Bernhard {\O}},
journal={Nature Biotechnology},
volume={28},
number={3},
pages={245--248},
year={2010},
publisher={Nature Publishing Group}
}
@article{oyetunde2017metabolite,
title={Metabolite patterns reveal regulatory responses to genetic perturbations},
author={Oyetunde, Tolutola and Czajka, Jeffrey and Wu, Gang and Lo, Cynthia and Tang, Yinjie},
journal={arXiv preprint arXiv:1701.01744},
year={2017}
}
@book{palsson2011systems,
title={Systems biology: simulation of dynamic network states},
author={Palsson, Bernhard {\O}},
year={2011},
publisher={Cambridge University Press}
}
@book{palsson2015systems,
title={Systems Biology: Constraint-based Reconstruction and Analysis},
author={Palsson, B.{\O}.},
isbn={9781316239940},
url={https://books.google.co.uk/books?id=QNBpBgAAQBAJ},
year={2015},
publisher={Cambridge University Press}
}
@article{papin2004comparison,
title={Comparison of network-based pathway analysis methods},
author={Papin, Jason A and Stelling, Joerg and Price, Nathan D and Klamt, Steffen and Schuster, Stefan and Palsson, Bernhard O},
journal={Trends in biotechnology},
volume={22},
number={8},
pages={400--405},
year={2004},
publisher={Elsevier}
}
@article{peres2011acom,
title={ACoM: a classification method for elementary flux modes based on motif finding},
author={P{\'e}r{\`e}s, Sabine and Vall{\'e}e, Fran{\c{c}}ois and Beurton-Aimar, Marie and Mazat, Jean-Pierre},
journal={BioSystems},
volume={103},
number={3},
pages={410--419},
year={2011},
publisher={Elsevier}
}
@article{petzold2006sensitivity,
title={Sensitivity analysis of differential-algebraic equations and partial differential equations},
author={Petzold, Linda and Li, Shengtai and Cao, Yang and Serban, Radu},
journal={Computers \& chemical engineering},
volume={30},
number={10},
pages={1553--1559},
year={2006},
publisher={Elsevier}
}
@article{pharkya2003exploring,
title={Exploring the overproduction of amino acids using the bilevel optimization framework OptKnock},
author={Pharkya, Priti and Burgard, Anthony P and Maranas, Costas D},
journal={Biotechnology and bioengineering},
volume={84},
number={7},
pages={887--899},
year={2003},
publisher={Wiley Online Library}
}
@article{pharkya2004optstrain,
title={OptStrain: a computational framework for redesign of microbial production systems},
author={Pharkya, Priti and Burgard, Anthony P and Maranas, Costas D},
journal={Genome research},
volume={14},
number={11},
pages={2367--2376},
year={2004},
publisher={Cold Spring Harbor Lab}
}
@article{price2002extreme,
title={Extreme pathways and Kirchhoff's second law.},
author={Price, Nathan D and Famili, Iman and Beard, Daniel A and Palsson, Bernhard {\O}},
journal={Biophysical journal},
volume={83},
number={5},
pages={2879},
year={2002},
publisher={The Biophysical Society}
}
@book{raval2013introduction,
title={Introduction to biological networks},
author={Raval, Alpan and Ray, Animesh},
year={2013},
publisher={CRC Press}
}
@article{reed2006systems,
title={Systems approach to refining genome annotation},
author={Reed, Jennifer L and Patel, Trina R and Chen, Keri H and Joyce, Andrew R and Applebee, Margaret K and Herring, Christopher D and Bui, Olivia T and Knight, Eric M and Fong, Stephen S and Palsson, Bernhard O},
journal={Proceedings of the National Academy of Sciences},
volume={103},
number={46},
pages={17480--17484},
year={2006},
publisher={National Acad Sciences}
}
@article{reed2012shrinking,
title={Shrinking the metabolic solution space using experimental datasets},
author={Reed, Jennifer L},
journal={PLoS Comput Biol},
volume={8},
number={8},
pages={e1002662},
year={2012},
publisher={Public Library of Science}
}
@article{reimers2016evaluating,
title={Evaluating the stoichiometric and energetic constraints of cyanobacterial diurnal growth},
author={Reimers, Alexandra-M and Knoop, Henning and Bockmayr, Alexander and Steuer, Ralf},
journal={arXiv preprint arXiv:1610.06859},
year={2016}
}
@article{ringner2008principal,
title={What is principal component analysis?},
author={Ringn{\'e}r, Markus},
journal={Nature biotechnology},
volume={26},
number={3},
pages={303},
year={2008},
publisher={Nature Publishing Group}
}
@article{rocha2008natural,
title={Natural computation meta-heuristics for the in silico optimization of microbial strains},
author={Rocha, Miguel and Maia, Paulo and Mendes, Rui and Pinto, Jos{\'e} P and Ferreira, Eug{\'e}nio C and Nielsen, Jens and Patil, Kiran Raosaheb and Rocha, Isabel},
journal={BMC bioinformatics},
volume={9},
number={1},
pages={1},
year={2008},
publisher={BioMed Central}
}
@article{rossell2013inferring,
title={Inferring metabolic states in uncharacterized environments using gene-expression measurements},
author={Rossell, Sergio and Huynen, Martijn A and Notebaart, Richard A},
journal={PLoS Comput Biol},
volume={9},
number={3},
pages={e1002988},
year={2013},
publisher={Public Library of Science}
}
@article{rugen2015elucidating,
title={Elucidating temporal resource allocation and diurnal dynamics in phototrophic metabolism using conditional FBA},
author={R{\"u}gen, Marco and Bockmayr, Alexander and Steuer, Ralf},
journal={Scientific Reports},
volume={5},
year={2015},
publisher={Nature Publishing Group}
}
@article{salehzadeh2014computational,
title={Computational analysis of reciprocal association of metabolism and epigenetics in the budding yeast: a genome-scale metabolic model (GSMM) approach},
author={Salehzadeh-Yazdi, Ali and Asgari, Yazdan and Saboury, Ali Akbar and Masoudi-Nejad, Ali},
journal={PloS one},
volume={9},
number={11},
pages={e111686},
year={2014},
publisher={Public Library of Science}
}
@article{samal2010genotype,
title={Genotype networks in metabolic reaction spaces},
author={Samal, Areejit and Rodrigues, Jo{\~a}o F Matias and Jost, J{\"u}rgen and Martin, Olivier C and Wagner, Andreas},
journal={BMC systems biology},
volume={4},
number={1},
pages={1},
year={2010},
publisher={BioMed Central}
}
@article{segre2002analysis,
title={Analysis of optimality in natural and perturbed metabolic networks},
author={Segre, Daniel and Vitkup, Dennis and Church, George M},
journal={Proceedings of the National Academy of Sciences},
volume={99},
number={23},
pages={15112--15117},
year={2002},
publisher={National Acad Sciences}
}
@article{schellenberger2010bigg,
title={BiGG: a Biochemical Genetic and Genomic knowledgebase of large scale metabolic reconstructions},
author={Schellenberger, Jan and Park, Junyoung O and Conrad, Tom M and Palsson, Bernhard {\O}},
journal={BMC bioinformatics},
volume={11},
number={1},
pages={1},
year={2010},
publisher={BioMed Central}
}
@article{schellenberger2011elimination,
title={Elimination of thermodynamically infeasible loops in steady-state metabolic models},
author={Schellenberger, Jan and Lewis, Nathan E and Palsson, Bernhard {\O}},
journal={Biophysical journal},
volume={100},
number={3},
pages={544--553},
year={2011},
publisher={Elsevier}
}
@article{schellenberger2011quantitative,
title={Quantitative prediction of cellular metabolism with constraint-based models: the COBRA Toolbox v2. 0},
author={Schellenberger, Jan and Que, Richard and Fleming, Ronan MT and Thiele, Ines and Orth, Jeffrey D and Feist, Adam M and Zielinski, Daniel C and Bordbar, Aarash and Lewis, Nathan E and Rahmanian, Sorena and others},
journal={Nature protocols},
volume={6},
number={9},
pages={1290--1307},
year={2011},
publisher={Nature Publishing Group}
}
@article{schilling2000theory,
title={Theory for the systemic definition of metabolic pathways and their use in interpreting metabolic function from a pathway-oriented perspective},
author={Schilling, Christophe H and Letscher, David and Palsson, Bernhard {\O}},
journal={Journal of theoretical biology},
volume={203},
number={3},
pages={229--248},
year={2000},
publisher={Elsevier}
}
@article{sendin2006model,
title={Model based optimization of biochemical systems using multiple objectives: a comparison of several solution strategies},
author={Send{\'\i}n, Oscar H and Vera, Julio and Torres, Nestor V and Banga, Julio R},
journal={Mathematical and Computer Modelling of Dynamical Systems},
volume={12},
number={5},
pages={469--487},
year={2006},
publisher={Taylor \& Francis}
}
@article{shlomi2005regulatory,
title={Regulatory on/off minimization of metabolic flux changes after genetic perturbations},
author={Shlomi, Tomer and Berkman, Omer and Ruppin, Eytan},
journal={Proceedings of the National Academy of Sciences of the United States of America},
volume={102},
number={21},
pages={7695--7700},
year={2005},
publisher={National Acad Sciences}
}
@article{shlomi2007genome,
title={A genome-scale computational study of the interplay between transcriptional regulation and metabolism},
author={Shlomi, Tomer and Eisenberg, Yariv and Sharan, Roded and Ruppin, Eytan},
journal={Molecular systems biology},
volume={3},
number={1},
pages={101},
year={2007},
publisher={EMBO Press}
}
@article{shlomi2008network,
title={Network-based prediction of human tissue-specific metabolism},
author={Shlomi, Tomer and Cabili, Moran N and Herrg{\aa}rd, Markus J and Palsson, Bernhard {\O} and Ruppin, Eytan},
journal={Nature biotechnology},
volume={26},
number={9},
pages={1003--1010},
year={2008},
publisher={Nature Publishing Group}
}
@inproceedings{stracquadanio2010analysis,
title={Analysis and optimization of c3 photosynthetic carbon metabolism},
author={Stracquadanio, Giovanni and Umeton, Renato and Papini, Alessio and Lio, Pietro and Nicosia, Giuseppe},
booktitle={BioInformatics and BioEngineering (BIBE), 2010 IEEE International Conference on},
pages={44--51},