Learn R Programming

abcdeFBA (version 0.2)

SINGLE_DEL_FLUXOME: SINGLE_DEL_FLUXOME, a function to generate comparative fluxome graphs

Description

To analyse the effect of reaction deletions on the fluxome requires a contextual visualization, simple plots give little insight on what the results of the simulation mean. This function uses the annotations inherent to SBML models and generates comparative overlapping fluxome bar graphs depicting the overlap/change in flux based on Sub-system wise classification and generates PDF's for the same. The color scheme is green for wild-type and red for mutant. Overlaps of red and green generate brown while overshot mutant fluxes show up as magenta-pink, also separate PDF's are generated for increased and decreased fluxes.

Usage

SINGLE_DEL_FLUXOME(fba_object, deletion_number)

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 simu
deletion_number
Reaction number of the reaction to be deleted. This number may be obtained by using the function SEARCH_reaction for a text search through the fba_object-reaction list.

Examples

Run this code
#Compare the flux distributions of the mutant with the wild-type
	data(Ecoli_core)	
	SINGLE_DEL_FLUXOME(Ecoli_core,36)

Run the code above in your browser using DataLab