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

Prod_Mets.R #1

Open
KokSiong-Ang opened this issue Jun 26, 2021 · 0 comments
Open

Prod_Mets.R #1

KokSiong-Ang opened this issue Jun 26, 2021 · 0 comments
Assignees

Comments

@KokSiong-Ang
Copy link

There are two issues I would like to highlight:

1: Line 53and 162: test = as.matrix(S[allIdx,])

If allIdx only has only one value, the matrix will become a vector and mess up the computation. drop=FALSE should be added to prevent this.

2: When computing the flux sums, I am curious as to why the individual fluxes are not multiplied by the respective stoichiometric coefficients before being summed?

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

3 participants