You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="sig-name descname"><spanclass="pre">logmod</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="pre">x</span></em>, <emclass="sig-param"><spanclass="pre">base</span></em><spanclass="sig-paren">)</span><aclass="reference external" href="https://github.com/opencobra/cobratoolbox/blob/master/src/analysis/thermo/utilities/logmod.m"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#src.analysis.thermo.utilities.logmod" title="Permalink to this definition">¶</a></dt>
283
-
<dd><p>log modulus function</p>
282
+
<spanclass="sig-name descname"><spanclass="pre">logmod</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="pre">x</span></em>, <emclass="sig-param"><spanclass="pre">base</span></em>, <emclass="sig-param"><spanclass="pre">signed</span></em><spanclass="sig-paren">)</span><aclass="reference external" href="https://github.com/opencobra/cobratoolbox/blob/master/src/analysis/thermo/utilities/logmod.m"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#src.analysis.thermo.utilities.logmod" title="Permalink to this definition">¶</a></dt>
283
+
<dd><p>log modulus function, signed by default</p>
<spanclass="sig-name descname"><spanclass="pre">extremePools</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="pre">model</span></em>, <emclass="sig-param"><spanclass="pre">positivity</span></em>, <emclass="sig-param"><spanclass="pre">inequality</span></em><spanclass="sig-paren">)</span><aclass="reference external" href="https://github.com/opencobra/cobratoolbox/blob/master/src/analysis/topology/extremeRays/lrs/extremePools.m"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#src.analysis.topology.extremeRays.lrs.extremePools" title="Permalink to this definition">¶</a></dt>
343
-
<dd><p>Calculates the extreme pools of a stoichiometric model using the vertex / facet enumeration package</p>
342
+
<spanclass="sig-name descname"><spanclass="pre">extremePools</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="pre">model</span></em>, <emclass="sig-param"><spanclass="pre">param</span></em><spanclass="sig-paren">)</span><aclass="reference external" href="https://github.com/opencobra/cobratoolbox/blob/master/src/analysis/topology/extremeRays/lrs/extremePools.m"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#src.analysis.topology.extremeRays.lrs.extremePools" title="Permalink to this definition">¶</a></dt>
343
+
<dd><p>Calculates the extreme pools of a stoichiometric model using the vertex / facet enumeration package
<li><p><strong>A</strong> – matrix of linear equalities <spanclass="math notranslate nohighlight">\(A x =(a)\)</span></p></li>
396
-
<li><p><strong>D</strong> – matrix of linear inequalities <spanclass="math notranslate nohighlight">\(D x \geq (d)\)</span></p></li>
397
-
<li><p><strong>filename</strong> – base name of output file</p></li>
398
-
</ul>
405
+
<ddclass="field-even"><p><strong>A</strong> – m x n matrix of linear constraints <spanclass="math notranslate nohighlight">\(A x (csense) b\)</span></p>
399
406
</dd>
400
407
<dtclass="field-odd">OPTIONAL INPUTS</dt>
401
-
<ddclass="field-odd"><ul>
402
-
<li><p><strong>positivity</strong> – {0, (1)} if positivity == 1, then positive orthant base</p></li>
403
-
<li><p><strong>inequality</strong> – {0, (1)} if inequality == 1, then use two inequalities rather than a single equaltiy</p></li>
404
-
<li><p><strong>a</strong> – boundary values for matrix of linear equalities <spanclass="math notranslate nohighlight">\(A x = a\)</span></p></li>
405
-
<li><p><strong>d</strong> – boundary values for matrix of linear inequalities <spanclass="math notranslate nohighlight">\(D x \geq d\)</span></p></li>
406
-
<li><p><strong>f</strong> – linear objective for a linear optimization problem in rational arithmetic</p>
<spanclass="sig-name descname"><spanclass="pre">integerizeS</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="pre">S</span></em>, <emclass="sig-param"><spanclass="pre">SIntRxnBool</span></em><spanclass="sig-paren">)</span><aclass="reference external" href="https://github.com/opencobra/cobratoolbox/blob/master/src/analysis/topology/integerizeS.m"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#src.analysis.topology.integerizeS" title="Permalink to this definition">¶</a></dt>
470
+
<spanclass="sig-name descname"><spanclass="pre">integerizeS</span></span><spanclass="sig-paren">(</span><emclass="sig-param"><spanclass="pre">model</span></em>, <emclass="sig-param"><spanclass="pre">printLevel</span></em>, <emclass="sig-param"><spanclass="pre">internalRxnsOnly</span></em><spanclass="sig-paren">)</span><aclass="reference external" href="https://github.com/opencobra/cobratoolbox/blob/master/src/analysis/topology/integerizeS.m"><spanclass="viewcode-link"><spanclass="pre">[source]</span></span></a><aclass="headerlink" href="#src.analysis.topology.integerizeS" title="Permalink to this definition">¶</a></dt>
471
471
<dd><p>convert an S matrix with some non integer coefficients into an S matrix
472
472
with all integer coefficients
473
473
assumes that there are a maximum of six significant digits in the biomass
474
474
reaction</p>
475
475
<dlclass="simple">
476
476
<dt>INPUT</dt><dd><p>S stoichiometric matrix</p>
477
477
</dd>
478
-
<dt>OPTIONAL INPUT</dt><dd><dlclass="simple">
479
-
<dt>SIntRxnBool Boolean of internal (mass balanced) reactions.</dt><dd><p>If provided, only these reactions are integerised</p>
0 commit comments