# % Author: Elsa W. Birch, ewbirch@stanford.edu, Covert Lab - Stanford Bioengineering # % Date: 4/24/2011 # % Version: associated with production of the figures for Birch et al. 2012 # % # % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # % # % Summary: Calls functions to produce plot s for paper from matlab simulations which have been written as text tables # % # % # % Inputs: # % # % Outputs: # % # % # % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # % # % Notes: # % # % # % - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - # # Figure 4 source(paste('functionsR','figure4AB.R', sep= .Platform$file.sep)) source(paste('functionsR','figure4ABsmallText.R', sep= .Platform$file.sep)) # # Figure 3 & 5 source(paste('functionsR','figure3AC.R', sep= .Platform$file.sep)) source(paste('functionsR','figure3B_5ABC.R', sep= .Platform$file.sep)) # # Figure 6 source(paste('functionsR','figure6AB.R', sep= .Platform$file.sep)) # # # Figure 7 source(paste('functionsR','figure7.R', sep= .Platform$file.sep)) # # # Supplemental Figure Production source(paste('functionsR','figureSup_HostGrowthFits.R', sep= .Platform$file.sep)) # # # Panaled Flux Correlations source(paste('functionsR','figureSup_Correlations.R', sep= .Platform$file.sep)) # # # Flux maps source(paste('functionsR','figureSup_GlucoseMap_update.R', sep= .Platform$file.sep)) source(paste('functionsR','figureSup_AcetateMap_update.R', sep= .Platform$file.sep)) source(paste('functionsR','figureSup_SuccinateMap_update.R', sep= .Platform$file.sep))