Skip to content

Commit

Permalink
Merge pull request #2184 from mariapirespacheco/rFASTCORMICSforCobra
Browse files Browse the repository at this point in the history
Addition of rFASTCORMICS
  • Loading branch information
rmtfleming authored Nov 27, 2023
2 parents 62ade48 + cebbeb4 commit 15456a0
Show file tree
Hide file tree
Showing 2 changed files with 551 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataIntegration/transcriptomics/FASTCORE/fastcc.m
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function [A,orientation,V] = fastcc(model,epsilon,printLevel,modeFlag,method)
function [A,orientation,V] = fastcc_cobra(model,epsilon,printLevel,modeFlag,method)
% The FASTCC algorithm for testing the consistency of a stoichiometric model.
% Output A is the consistent part of the model [A,V] = fastcc(model, epsilon, printLevel)
%
Expand Down
Loading

0 comments on commit 15456a0

Please sign in to comment.