/
Veronique Beckers veronique.beckers@uni-saarland.de Veronique Beckers veronique.beckers@uni-saarland.de

Veronique Beckers veronique.beckers@uni-saarland.de - PowerPoint Presentation

min-jolicoeur
min-jolicoeur . @min-jolicoeur
Follow
359 views
Uploaded On 2019-06-23

Veronique Beckers veronique.beckers@uni-saarland.de - PPT Presentation

Exercise Systems amp Synthetic Biotechnology elementary flux mode analysis Todays exercise Update network construction What to do with a metabolic network What are elementary flux modes What knowledge can we gain from elementary mode analysis ID: 760092

Share:

Link:

Embed:

Download Presentation from below link

Download Presentation The PPT/PDF document "Veronique Beckers veronique.beckers@uni-..." is the property of its rightful owner. Permission is granted to download and print the materials on this web site for personal, non-commercial use only, and to display it on your personal computer provided you do not modify the materials and that you retain all copyright notices contained in the materials. By downloading content from our website, you accept the terms of this agreement.


Presentation Transcript

Slide1

Veronique Beckersveronique.beckers@uni-saarland.de

Exercise Systems & Synthetic Biotechnology

elementary flux mode analysis

Slide2

Todays exercise

Update network construction

What to do with a metabolic network?

What are elementary flux modes?

What knowledge can we gain from elementary mode analysis?

Processing of flux modes in

matlab®

Slide3

Update network construction

Project:5 groups Corynebacterium glutamicumAspergillus nigerSaccharomyces cerevisiaeEscherichia coliPseudomonas putidaNetwork construction:Which pathways?Information required: stoichiometry, reversibility, localization, biomass synthesis requirementsBiomass synthesis: protein composition and precursor demand

substrates:

Glucose

Xylose

Saccharose

Fructose

Glycerin

Lactate

Slide4

What are elementary flux modes?

Mode = a

single

independent

pathway

Number

of

modes

=

the

number

of

all

possible

,

independent

flux

distributions

in a steady state

Slide5

What knowledge can we gain from elementary mode analysis?

Example network of

E. coli

Most

meaningful values are fluxes of an entire

pathway

that

are

normalized

with

respect

to

a

flux

of

interest

, e.g.

substrate

uptake

Slide6

What knowledge can we gain from elementary mode analysis?

Slide7

Processing of flux modes in matlab®

http://www.csb.ethz.ch/tools/software/efmtool.html

rformulas

={

' --> A'

'A --> C'

'C --> P + D'

'P --> '

'A --> B'

'B <==> C'

'B --> P'

' <==> B'

'D --> '

};

mnet

=

CalculateFluxModes

(

rformulas

);

Slide8

Matlab

principles

Slide9

What knowledge can we gain from elementary mode analysis?

Example network of

E. coli

for

i

=1:size(mnet.efms,2)

EFMS(:,i)=mnet.efms(:,i)./mnet.efms($$,i);

end

for

j=size(mnet.efms,2):-1:1

if isnan(EFMS($$,j))==1 EFMS(:,j)=[]; endend

Substrate reaction number

Slide10

Processing of flux modes in matlab®

plot(EFMS($$,:)*10/3,EFMS($$,:)*37.287/3,

's','MarkerFaceColor','k')

Product reaction number

Biomass reaction number

Carbon atoms product

Carbon atoms biomass

Carbon atoms substrate

Slide11

Processing of flux modes in matlab®

indices=find(EFMS($$,:)==max(EFMS($$,:)));

MaxYield=EFMS(:,indices);

Product reaction number