Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code for Equation 2 in article #1

Open
SiYeon-Ju opened this issue Jan 9, 2023 · 0 comments
Open

Code for Equation 2 in article #1

SiYeon-Ju opened this issue Jan 9, 2023 · 0 comments

Comments

@SiYeon-Ju
Copy link

Hello, This is SiYeon Ju.
I was impressed with your article. and now, I'm studying with your code.
As below, some code into "evalutate_objective_minNorm.m" represent the Equation 2 in the article?

good luck!

[evalutate_objective_minNorm.m]
...
gamma = 3.5.*ones(1,length(reaction_expression)); %vary gamma by 3.5.*ones

for i=1:length(num_reaction_expression) %loop over the array of the geneset expressions
fbamodel.lb(i) = fbamodel.lb(i)(num_reaction_expression(i)^gamma(i));
fbamodel.ub(i) = fbamodel.ub(i)
(num_reaction_expression(i)^gamma(i));
end
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant