Plot metabolic control analysis results

plotControlAnalysis(mcaResults, ensemble, categories)

Plots the results from MCA, two subplots are generated: one for concentration control coefficients and another for flux control coefficients.

To plot only some of the reactions, the categories argument should be used to specify which reactions should be included in the plot. The categories cell should look like

{reactionGroupName1, listOfReactions1; reactionGroupName2, listOfReactions2}

Example

{‘Glycolysis’,[1,20]; ‘Pentose Phosphate Pathway’,[25,34]}

USAGE:

plotControlAnalysis(mcaResults, ensemble, categories)

INPUT:

mcaResults (struct): MCA results ensemble (struct): model ensemble, see buildEnsemble for fields description categories (cell): categories to be included in the plot