Learn R Programming

abcdeFBA (version 0.1)

PERTURBATION_analysis: PERTURBATION_analysis, a function for robustness analysis.

Description

Robustness analysis is described procedurally in the COBRA-ToolBox manual. This function encodes the basic principle of the procedure and returns the result as an X versus Y list and generates a plot on successful completion.

Usage

PERTURBATION_analysis(reaction_number,fba_object)

Arguments

fba_object
is a list containing the data required to perform flux balance analysis. The elements of the list are mat which is the stoichiometric matrix, dir which gives the direction of the equality constraints, obj specifies the objective function for the s
reaction_number
Reaction number of the reaction to be ramped down. This number may be obtained by using the function SEARCH_reaction for a text search through the FBA_obj-reaction list.

Examples

Run this code
#Perturbation analysis of fluxes
	data(Ecoli_core)
	Ec_xy_O2<-PERTURBATION_analysis(reaction_number=36,fba_object=Ecoli_core)

Run the code above in your browser using DataLab