Creating Biomodels-Compliant Sbml Model
1
0
Entering edit mode
10.2 years ago
robjohn7000 ▴ 110

Hi,

I have a file of metabolic network of reactions that I will like to turn into an SBML format (Level2: version 1/2/3/4). Does anyone know of the easiest way to get this done?

Thanks

SBML • 2.6k views
ADD COMMENT
0
Entering edit mode

Can you give us a little bit more details on the type of information that you currently have? Do you have the metabolic reactions in a different format, e.g. BioPAX? Or do you just have a list of identification for some interactions of interest to you?

Do you know about the SBML toolbox documentation? Or about the RECON 2 model?

ADD REPLY
0
Entering edit mode

I just have a list of chemical reactions. e.g A + B -> C + D. Yes, I'm aware of SBML toolbox

ADD REPLY
1
Entering edit mode
10.2 years ago
B. Arman Aksoy ★ 1.2k

I think you have two options here:

1) If the reactions that you have are not novel, in the sense that they have already been curated, then I suggest you extract subgraphs of the Recon 2 model and put them in a single model. On their website there is a place where you can search for known metabolites and/or reactions, e.g.: http://humanmetabolism.org/?page_id=5

2) If these reactions are special, in the sense that you cannot find them on the known curated models, then I suggest you use one of the modeling tools that support SBML exports. Your options include CellDesigner, PathVisio and VirtualCell (not sure whether the last one allows you curate models). Another possible approach is to do some coding with libSBML and create an application that parses your files and turns them into SBML model, but I guess it is relatively harder -- although much more scalable and preferable.

ADD COMMENT
0
Entering edit mode

Thanks a lot for your suggestions Arman.

ADD REPLY

Login before adding your answer.

Traffic: 1886 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6