Skip to content

Commit

Permalink
doc: checkRxn clarify meaning of output
Browse files Browse the repository at this point in the history
  • Loading branch information
edkerk committed Nov 14, 2024
1 parent 015bc18 commit d90bce8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions core/checkRxn.m
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
%
% report
% reactants array with reactant indexes
% canMake boolean array, true if the corresponding reactant can be
% synthesized
% canMake boolean array, true if the corresponding reactant can
% be synthesized by the rest of the metabolic network
% products array with product indexes
% canConsume boolean array, true if the corresponding reactant can
% be consumed
% canConsume boolean array, true if the corresponding product can
% be consumed by the rest of the metabolic network
%
% Usage: report=checkRxn(model,rxn,cutoff,revDir,printReport)

Expand Down
16 changes: 8 additions & 8 deletions doc/core/checkRxn.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ <h2><a name="_description"></a>DESCRIPTION <a href="#_top"><img alt="^" border="

report
reactants array with reactant indexes
canMake boolean array, true if the corresponding reactant can be
synthesized
canMake boolean array, true if the corresponding reactant can
be synthesized by the rest of the metabolic network
products array with product indexes
canConsume boolean array, true if the corresponding reactant can
be consumed
canConsume boolean array, true if the corresponding product can
be consumed by the rest of the metabolic network

Usage: report=checkRxn(model,rxn,cutoff,revDir,printReport)</pre></div>

Expand Down Expand Up @@ -79,11 +79,11 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0014 <span class="comment">%</span>
0015 <span class="comment">% report</span>
0016 <span class="comment">% reactants array with reactant indexes</span>
0017 <span class="comment">% canMake boolean array, true if the corresponding reactant can be</span>
0018 <span class="comment">% synthesized</span>
0017 <span class="comment">% canMake boolean array, true if the corresponding reactant can</span>
0018 <span class="comment">% be synthesized by the rest of the metabolic network</span>
0019 <span class="comment">% products array with product indexes</span>
0020 <span class="comment">% canConsume boolean array, true if the corresponding reactant can</span>
0021 <span class="comment">% be consumed</span>
0020 <span class="comment">% canConsume boolean array, true if the corresponding product can</span>
0021 <span class="comment">% be consumed by the rest of the metabolic network</span>
0022 <span class="comment">%</span>
0023 <span class="comment">% Usage: report=checkRxn(model,rxn,cutoff,revDir,printReport)</span>
0024
Expand Down

0 comments on commit d90bce8

Please sign in to comment.