Error in sbmlimport - Conversion from SBML/XML to stochiometric matrix
Mostra commenti meno recenti
I am using sbmlimport function to convert KEGG pathway SBML (KGML) file into stochiometric matrix. It has .xml extension, but getting this error -- Error using SimBiology.SBMLReadWrite/sbmlread. A fatal error occurred reading in this file. Error in privatesbmlio (line 26). Error in sbmlimport (line 62) ret = privatesbmlio('read',nargout,{fullfilename, varargin});
3 Commenti
Ingrid Tigges
il 19 Giu 2015
I have 3 questions:
- Which MATLAB release are you using?
- Does the example from the documentation sbmlobj = sbmlimport('oscillator.xml'); work?
- Can you post an example which causes the error here?
Namrata Tomar
il 24 Giu 2015
Modificato: Walter Roberson
il 18 Ago 2015
Ingrid Tigges
il 7 Set 2015
Can you post your file hsa.xml here?
Risposte (1)
Ingrid Tigges
il 25 Giu 2015
1 voto
Hi Namrata,
The files from KEGG are not in the SBML format but in the KGML format (see KGML specification information ). SimBiology cannot read in KGML files. There are however tools available on the internet, for example this tool which allow the conversion of KGML files into the SBML format.
1 Commento
Namrata Tomar
il 18 Ago 2015
Categorie
Scopri di più su Biotech and Pharmaceutical in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!