Skip to content

Commit 7463aae

Browse files
committed
Deploying to gh-pages from @ 3d814c8 🚀
1 parent f39a1fc commit 7463aae

File tree

16 files changed

+259
-116
lines changed

16 files changed

+259
-116
lines changed

stable/modules/analysis/thermo/experimentalData/index.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,8 @@ <h1>The COBRA Toolbox</h1>
335335
<dd class="field-odd"><ul class="simple">
336336
<li><p><strong>metBoundsFile</strong> – name of tab delimited file with metabolite bounds
337337
format: ‘%s %f %f’
338-
i.e. abbreviation lowerBound upperBound</p></li>
338+
i.e. abbreviation lowerBound upperBound
339+
Concentration units in Molar</p></li>
339340
<li><p><strong>rxnBoundsFile</strong> – name of tab delimited file with reaction bounds
340341
format: ‘%s %f %f’
341342
i.e. abbreviation lowerBound upperBound</p></li>

stable/modules/analysis/thermo/utilities/index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -279,12 +279,13 @@ <h1>The COBRA Toolbox</h1>
279279
<span id="id1"></span><h1>Utilities<a class="headerlink" href="#utilities" title="Permalink to this heading"></a></h1>
280280
<span class="target" id="module-src.analysis.thermo.utilities"></span><dl class="mat function">
281281
<dt class="sig sig-object mat" id="src.analysis.thermo.utilities.logmod">
282-
<span class="sig-name descname"><span class="pre">logmod</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="pre">x</span></em>, <em class="sig-param"><span class="pre">base</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/opencobra/cobratoolbox/blob/master/src/analysis/thermo/utilities/logmod.m"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#src.analysis.thermo.utilities.logmod" title="Permalink to this definition"></a></dt>
283-
<dd><p>log modulus function</p>
282+
<span class="sig-name descname"><span class="pre">logmod</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="pre">x</span></em>, <em class="sig-param"><span class="pre">base</span></em>, <em class="sig-param"><span class="pre">signed</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/opencobra/cobratoolbox/blob/master/src/analysis/thermo/utilities/logmod.m"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#src.analysis.thermo.utilities.logmod" title="Permalink to this definition"></a></dt>
283+
<dd><p>log modulus function, signed by default</p>
284284
<p>INPUT
285285
x n x 1 real vector</p>
286286
<p>OPTIONAL INPUT
287-
base exp(1),2,10</p>
287+
logarithm base exp(1),2,10
288+
signed = 1 returns a signed y (the default)</p>
288289
</dd></dl>
289290

290291
<dl class="mat function">

stable/modules/analysis/thermo/vonBertalanffy/index.html

+4-1
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ <h1>The COBRA Toolbox</h1>
384384
<li><p>.DfG0 - <cite>m x 1</cite> array of standard Gibbs energies of formation.</p></li>
385385
<li><p>.pKa - <cite>m x 1</cite> structure array with metabolite pKa values.</p></li>
386386
<li><p>.DfG0_Uncertainty - <cite>m x 1</cite> array of uncertainty in estimated standard
387-
Gibbs energies of formation. uf will be large for
387+
Gibbs energies of formation. Will be large for
388388
metabolites that are not covered by component contributions.</p></li>
389389
</ul>
390390
</dd>
@@ -590,6 +590,9 @@ <h1>The COBRA Toolbox</h1>
590590
transformed reaction Gibbs energies.</p></li>
591591
<li><p>.DrGtMax - <cite>n x 1</cite> array of estimated upper bounds on
592592
transformed reaction Gibbs energies.</p></li>
593+
<li><p>.DfG0_Uncertainty - <cite>m x 1</cite> array of uncertainty in estimated standard
594+
Gibbs energies of formation. Will be large for
595+
metabolites that are not covered by component contributions.</p></li>
593596
</ul>
594597
</dd>
595598
</dl>

stable/modules/analysis/topology/extremeRays/lrs/index.html

+16-11
Original file line numberDiff line numberDiff line change
@@ -339,26 +339,31 @@ <h1>The COBRA Toolbox</h1>
339339

340340
<dl class="mat function">
341341
<dt class="sig sig-object mat" id="src.analysis.topology.extremeRays.lrs.extremePools">
342-
<span class="sig-name descname"><span class="pre">extremePools</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="pre">model</span></em>, <em class="sig-param"><span class="pre">positivity</span></em>, <em class="sig-param"><span class="pre">inequality</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/opencobra/cobratoolbox/blob/master/src/analysis/topology/extremeRays/lrs/extremePools.m"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="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+
<span class="sig-name descname"><span class="pre">extremePools</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="pre">model</span></em>, <em class="sig-param"><span class="pre">param</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/opencobra/cobratoolbox/blob/master/src/analysis/topology/extremeRays/lrs/extremePools.m"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="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
344+
such that</p>
344345
<dl class="field-list simple">
345346
<dt class="field-odd">INPUT</dt>
346-
<dd class="field-odd"><p><strong>model</strong> – structure with:</p>
347-
<ul class="simple">
348-
<li><p>.S - <cite>m x n</cite> Stoichiometric matrix with integer coefficients. If no
349-
other inputs are specified it is assumed that all reactions are
350-
reversible and <cite>S.v = 0</cite></p></li>
351-
<li><p>.SIntRxnBool - <cite>n x 1</cite> boolean vector with 1 for internal reactions</p></li>
352-
<li><p>.description - description</p></li>
353-
</ul>
347+
<dd class="field-odd"><p><strong>model.S - `m x</strong> (<em>n + k</em>)</p>
354348
</dd>
355-
<dt class="field-even">OPTIONAL INPUT</dt>
349+
<dt class="field-even">OPTIONAL INPUTS</dt>
356350
<dd class="field-even"><ul class="simple">
351+
<li><p><strong>model.SConsistentRxnBool</strong> – n x 1 boolean indicating stoichiometrically consistent metabolites</p></li>
352+
<li><p><strong>model.SIntRxnBool - Boolean of reactions heuristically though to be mass balanced.</strong></p></li>
353+
<li><p><strong>model.SIntMetBool - Boolean of metabolites heuristically though to be involved in mass balanced reactions.</strong></p></li>
357354
<li><p><strong>positivity</strong> – {0, (1)} if <cite>positivity == 1</cite>, then positive orthant base</p></li>
358355
<li><p><strong>inequality</strong> – {(0), 1} if <cite>inequality == 1</cite>, then use two inequalities rather than a single equaltiy</p></li>
359356
</ul>
360357
</dd>
358+
<dt class="field-odd">OUTPUT</dt>
359+
<dd class="field-odd"><ul class="simple">
360+
<li><p><strong>P</strong> – p x m matrix of non-negative entries such that P*N = 0.</p></li>
361+
<li><p><strong>vertexBool n x 1 Boolean vector indicating which columns of P are vertices</strong></p></li>
362+
<li><p><strong>N</strong> – m x n stoichiometric matrix used such that P*N.</p></li>
363+
</ul>
364+
</dd>
361365
</dl>
366+
<p>Author(s) Ronan Fleming</p>
362367
</dd></dl>
363368

364369
</section>

stable/modules/analysis/topology/extremeRays/lrs/lrsInterface/index.html

+20-17
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,17 @@ <h1>The COBRA Toolbox</h1>
341341
<blockquote>
342342
<div><p>It is assumed the file is pwd/<a href="#id12"><span class="problematic" id="id13">*</span></a>.ine, otherwise provide the full path.</p>
343343
</div></blockquote>
344+
<dl class="field-list simple">
345+
<dt class="field-odd">OPTIONAL INPUT</dt>
346+
<dd class="field-odd"><ul class="simple">
347+
<li><p><strong>param</strong> – parameter structure with the following fields:</p></li>
348+
<li><p><strong>*.positivity</strong> – if equals to 1, then positive orthant base</p></li>
349+
<li><p><strong>*.inequality</strong> – if equals to 1, then represent as two inequalities rather than a single equality</p></li>
350+
<li><p><strong>*.shellScript</strong> – if equals to 1, then lrs is run through a bash script</p></li>
351+
<li><p><strong>*.redund if equals to 0, then remove redundant linear equalities</strong></p></li>
352+
</ul>
353+
</dd>
354+
</dl>
344355
<p>OUTPUT:
345356
Q m x n integer matrix where each row is a variable and each column is a vertex or ray
346357
vertexBool n x 1 Boolean vector indicating which columns of Q are vertices</p>
@@ -386,28 +397,20 @@ <h1>The COBRA Toolbox</h1>
386397
<span class="sig-name descname"><span class="pre">lrsWriteHalfspace</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="pre">A</span></em>, <em class="sig-param"><span class="pre">b</span></em>, <em class="sig-param"><span class="pre">csense</span></em>, <em class="sig-param"><span class="pre">modelName</span></em>, <em class="sig-param"><span class="pre">param</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/opencobra/cobratoolbox/blob/master/src/analysis/topology/extremeRays/lrs/lrsInterface/lrsWriteHalfspace.m"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#src.analysis.topology.extremeRays.lrs.lrsInterface.lrsWriteHalfspace" title="Permalink to this definition"></a></dt>
387398
<dd><p>Outputs a file for lrs to convert an H-representation (half-space) of a
388399
polyhedron to a V-representation (vertex / ray) via vertex enumeration</p>
389-
<dl class="field-list">
400+
<dl class="field-list simple">
390401
<dt class="field-odd">USAGE</dt>
391-
<dd class="field-odd"><p><strong>lrsInputHalfspace</strong> (<em>A, D, filename, positivity, inequality, a, d, f, sh</em>)</p>
402+
<dd class="field-odd"><p><strong>lrsWriteHalfspace</strong> (<em>A, b, csense, modelName, param</em>)</p>
392403
</dd>
393404
<dt class="field-even">INPUTS</dt>
394-
<dd class="field-even"><ul class="simple">
395-
<li><p><strong>A</strong> – matrix of linear equalities <span class="math notranslate nohighlight">\(A x =(a)\)</span></p></li>
396-
<li><p><strong>D</strong> – matrix of linear inequalities <span class="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+
<dd class="field-even"><p><strong>A</strong> – m x n matrix of linear constraints <span class="math notranslate nohighlight">\(A x (csense) b\)</span></p>
399406
</dd>
400407
<dt class="field-odd">OPTIONAL INPUTS</dt>
401-
<dd class="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 <span class="math notranslate nohighlight">\(A x = a\)</span></p></li>
405-
<li><p><strong>d</strong> – boundary values for matrix of linear inequalities <span class="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>
407-
<p>minimise <span class="math notranslate nohighlight">\(f^T x\)</span>,
408-
subject to <span class="math notranslate nohighlight">\(A x = (a)\)</span>, <span class="math notranslate nohighlight">\(D x \geq (d)\)</span></p>
409-
</li>
410-
<li><p><strong>sh</strong> – {(0), 1} if <cite>sh == 1</cite>, output a shell script for submitting qsub job</p></li>
408+
<dd class="field-odd"><ul class="simple">
409+
<li><p><strong>b</strong> – m x 1 rhs of linear constraints</p></li>
410+
<li><p><strong>csense</strong> – m x 1 char with (‘E’),’G’ or ‘L’</p></li>
411+
<li><p><strong>modelName</strong> – name of the model to be used when generating filenames, ‘model’ by default</p></li>
412+
<li><p><strong>param.positivity</strong> – {0, (1)} if positivity == 1, then positive orthant base</p></li>
413+
<li><p><strong>param.inequality</strong> – {0, (1)} if inequality == 1, then use two inequalities rather than a single equaltiy</p></li>
411414
</ul>
412415
</dd>
413416
</dl>

stable/modules/analysis/topology/index.html

+4-7
Original file line numberDiff line numberDiff line change
@@ -467,21 +467,18 @@ <h1>The COBRA Toolbox</h1>
467467

468468
<dl class="mat function">
469469
<dt class="sig sig-object mat" id="src.analysis.topology.integerizeS">
470-
<span class="sig-name descname"><span class="pre">integerizeS</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="pre">S</span></em>, <em class="sig-param"><span class="pre">SIntRxnBool</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/opencobra/cobratoolbox/blob/master/src/analysis/topology/integerizeS.m"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#src.analysis.topology.integerizeS" title="Permalink to this definition"></a></dt>
470+
<span class="sig-name descname"><span class="pre">integerizeS</span></span><span class="sig-paren">(</span><em class="sig-param"><span class="pre">model</span></em>, <em class="sig-param"><span class="pre">printLevel</span></em>, <em class="sig-param"><span class="pre">internalRxnsOnly</span></em><span class="sig-paren">)</span><a class="reference external" href="https://github.com/opencobra/cobratoolbox/blob/master/src/analysis/topology/integerizeS.m"><span class="viewcode-link"><span class="pre">[source]</span></span></a><a class="headerlink" href="#src.analysis.topology.integerizeS" title="Permalink to this definition"></a></dt>
471471
<dd><p>convert an S matrix with some non integer coefficients into an S matrix
472472
with all integer coefficients
473473
assumes that there are a maximum of six significant digits in the biomass
474474
reaction</p>
475475
<dl class="simple">
476476
<dt>INPUT</dt><dd><p>S stoichiometric matrix</p>
477477
</dd>
478-
<dt>OPTIONAL INPUT</dt><dd><dl class="simple">
479-
<dt>SIntRxnBool Boolean of internal (mass balanced) reactions.</dt><dd><p>If provided, only these reactions are integerised</p>
478+
<dt>OPTIONAL INPUT</dt><dd><p>internalRxnsOnly (1),0. 1 = integerise internal reactions only</p>
480479
</dd>
481-
</dl>
482-
</dd>
483-
<dt>OUTPUT</dt><dd><p>SInteger stoichiometric matrix of integers
484-
G scaling matrix, SInteger=S*G;</p>
480+
<dt>OUTPUT</dt><dd><p>S stoichiometric matrix with internal reactions integers, unless internalRxnsOnly =0, whence all reactions will be integerised
481+
g scaling vector such that modelIn.S*diag(g)=modelOut.S;</p>
485482
</dd>
486483
</dl>
487484
</dd></dl>

stable/modules/analysis/wholeBody/PSCMToolbox/io/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ <h1>The COBRA Toolbox</h1>
323323
% Giving the exact name of the .mat file loads the exact
324324
specified mode:
325325
female = loadPSCMfile(‘Harvetta_1_03d’);
326-
% Specifiying the search directory loads the .mat file
326+
% Also specifiying the search directory loads the .mat file
327327
within that directory:
328328
male = loadPSCMfile(‘Harvetta’,’MYDIRECTORY’)</p>
329329
<p class="rubric">AUTHORS</p>

0 commit comments

Comments
 (0)