hello all,
Since im a newbie in bioinformatics this might be a noob question :)
I started using COPASI few weeks ago to do a simple metabolic pathway modeling to predic the production of desired metabolites using flux balance analysis (constrain, gene knockout, etc). Im using the experimental data of E. coli in SBML format. My question is how should i introduced a foreign gene that is not available in E coli into my model? for example gene from other species like bacillus subtilis etc...
Second, does anyone knows any R package that can be use form simulation like COPASI?
Regards
Copasi does not have R bindings, only Java, Python and C++. Also, I'm not sure if it supports FBA yet.
Michael, you are right, afaik COPASI doesn't support FBA
Heinz, a question to you: if COPASI doesn't support FBA, what kind of analysis did you really do, and how does this relate to what you really want to do?
Thanks for the pointers. Im not actually running FBA in COPASI, I use the COBRA toolbox then create a model in which I composed in SBML and then run into COPASI to analyze the behavior of my model. Now what Im trying todo is, I wanna introduced set of foreign genes into the model and then analyze the behavior again.