SearchLatest VersionsLogin |
Letting COPASI calculate the elementary flux modes for the system is very easy. Select the in the object tree and click on the button in the dialog that appears. The elementary modes found will be displayed directly in this dialog. Each elementary mode lists the reactions it consists of together with their chemical equations. If you want to have output from the Elementary Mode calculation, you have to create an output definition as described in the Manual Definition section. The easiest way is probably to use the output assistant which activated via the button. This is described in the Output Assistant section. All that is left to do in order to write the output to a specific file is to connect an output definition with a file. This can be achieved by clicking on the button. This opens a dialog that lets you connect the report of a specific task to a file on your hard disk. First we choose a report that is suitable for the Elementary Flux Modes analysis task from the drop down list at the top of the dialog. Next, we specify a file that will be used to store the report by clicking on the button and selection the destination in the file dialog that opens. Per default, COPASI creates a new file, if the file does not exist, or overwrites an existing file with the same name. Alternatively, you can tell COPASI to append the report to the end of an existing file by selecting the corresponding check box labeled Append at the bottom of the dialog. Once you are finished, you click on the Confirm button. If you now run the task, COPASI will write the output to the file you specified.
![]() Elementary flux modes analysis dialog with results
Calculating mass conservations in COPASI is also very easy. Navigate to the branch in the object tree and click on the button as with every other task.
![]() Mass conservation task dialog with results
Moieties are the result of stoichiometric analysis. The result of this analysis is not unique it depends on the algorithm chosen. COPASI uses the Householder reduction method described in [Vallabhajosyula06]. To make matters worse it even depends on the implementation of the Householder reduction for which COPASI relies on platform specific libraries for performance reasons, i.e., the result may differ on Windows and MacOS X. These differences are not crucial as the moieties build a basis of the linear dependent subspace of the solution and the choice of such a base system is obviously not unique. However, often people like to know the total preserved amount of a moiety. Since the moiety calculation is not unique COPASI provides a convenience method to create a global quantity of type assignment to calculate this value. This method is accessible through the button. The result of this assignment is now independent from the algorithm chosen to calculate the moieties and thus may even be exported to SBML. |