diff --git a/assays/FluxBalanceAnalysisToDefinePathways/README.md b/assays/FluxBalanceAnalysisToDefinePathways/README.md new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/assays/FluxBalanceAnalysisToDefinePathways/dataset/.gitkeep b/assays/FluxBalanceAnalysisToDefinePathways/dataset/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/assays/FluxBalanceAnalysisToDefinePathways/isa.assay.xlsx b/assays/FluxBalanceAnalysisToDefinePathways/isa.assay.xlsx new file mode 100644 index 0000000000000000000000000000000000000000..057ce443ebc9eb1bb3b4a6b28679b48e911b216b Binary files /dev/null and b/assays/FluxBalanceAnalysisToDefinePathways/isa.assay.xlsx differ diff --git a/assays/FluxBalanceAnalysisToDefinePathways/protocols/.gitkeep b/assays/FluxBalanceAnalysisToDefinePathways/protocols/.gitkeep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/assays/FluxBalanceAnalysisToDefinePathways/protocols/FluxBalanceAnalysisToDefinePathwaysProtocol.md b/assays/FluxBalanceAnalysisToDefinePathways/protocols/FluxBalanceAnalysisToDefinePathwaysProtocol.md new file mode 100644 index 0000000000000000000000000000000000000000..d9d3d1c35c2cd54256cbf165792d15448f9def04 --- /dev/null +++ b/assays/FluxBalanceAnalysisToDefinePathways/protocols/FluxBalanceAnalysisToDefinePathwaysProtocol.md @@ -0,0 +1,9 @@ +## Flux balance analysis (FBA) to define pathways + +As we suspect that the root may convert sucrose into other sugars before secretion, we would like to find out the genes involved in these conversion pathways for further analysis. To assign genes in the metabolic network to these pathways, we applied FBA (Orth, J.D. et al., 2010), which searches for the combination of genes and reactions that results in the highest yield for such conversions, assuming sucrose to be the sole input carbon source of the metabolic network. + +We used the AraGEM (de Oliveira Dal’Molin, C.G. et al., 2009) a curated FBA model of *Arabidopsis*, to perform our simulations and define the genes associated with each conversion pathway. The AraGEM model is published with 3 different sets of parameters that correspond to their own case of metabolism: (a) photosynthesis, (b) photorespiration, and (c) non-photosynthetic cell. Case (c) is relevant to the root condition, as it considers the conversion of sucrose into other biomass metabolites. Hence, our simulations are developed from case (c), which uses sucrose as the input carbon source. + +We switched off the default objective function of AraGEM, which includes a set of metabolites with weights found in real plants. To investigate the conversion of sucrose into different sugars, we set different monosaccharides, disaccharides and combinations of monosaccharides as the objective; these include all possible monosaccharides and disaccharides in AraGEM. In total, we analyzed 11 different objective functions: (1) maltose, (2) glucose, (3) beta-D-fructose, (4) D-galactose, (5) D-xylose, (6) glucose + beta-D-fructose, (7) glucose + D-galactose, (8) glucose + D-xylose, (9) beta-D-fructose + D-galactose, (10) beta-D-fructose + D-xylose, (11) D-galactose + D-xylose. Note that the molecules within objective functions have equal weights, as some of them have multiple sugar molecules. + +We used the python package COBRApy (Ebrahim, A. et al., 2013) along with the GUROBI solver (Gurobi Optimizer Version 3.0. Houston, Texas: Gurobi Optimization, Inc., April 2010. (software program)) to perform FBA simulation. For each of the 11 objective functions, we performed parsimony-FBA simulation (Holzhütter, H.-G., 2004) to find out the most efficient reactions that perform the conversion of sucrose into the objective sugars. We also calculated the shadow price (Reznik, E., 2013) of each metabolite involved in these reactions; a metabolite with negative shadow price is deemed critical, as an extra supply of this metabolite leads to a higher flux of the objective function. Reactions that have critical metabolites both at their input and output are also considered critical. We collected all the critical reactions of an objective function, and the genes associated with any critical reactions are assigned to the pathway (refer to Table S6 for the genes in these pathways). \ No newline at end of file