フィルターのクリア

How do you go about creating a file similar to lotka.xml that can be used for Stoichiometry matrices?

2 ビュー (過去 30 日間)
If you have a file for a set of reactions, say a text file in the form
glyc3p[c] + h2o[c] -----> glyc[c] + pi[c]
atp[c] + glyc[c] -----> adp[c] + glyc3p[c] + h[c]
ala-L[m] + glx[m] --- gly[m] + pyr[m]
hcys-L[c] + ser-L[c] -----> cyst-L[c] + h2o[c]
ser-L[c] + thf[c] --- gly[c] + h2o[c] + mlthf[c]
aspsa[c] + h[c] + nadph[c] -----> hom-L[c] + nadp[c]
atp[c] + hom-L[c] -----> adp[c] + h[c] + phom[c]
How can this be converted into a file of the same form as lotka.xml that can be imported and turned into a stoichiometry matrix using commands m1 = sbmlimport('lotka.xml'); and [M,objSpecies,objReactions] = getstoichmatrix(m1) ?

回答 (0 件)

カテゴリ

Help Center および File ExchangeOther Formats についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by