Skip to content

Commit

Permalink
Addition of rFASTCORMICS
Browse files Browse the repository at this point in the history
  • Loading branch information
mariapirespacheco committed Nov 14, 2023
1 parent 62ade48 commit cebbeb4
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 cebbeb4

Please sign in to comment.