We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Needs more investigation but I thought that 3-Aminopropanesulfonate would have a sulfonate group, yet get_fx_groups() does not capture it.
get_fx_groups()
library(volcalc) dir <- tempdir() x <- get_mol_kegg("C03349", dir = dir) out <- calc_vol(x$mol_path, return_fx_groups = TRUE) out$sulfonate #> [1] 0
Created on 2023-12-01 with reprex v2.0.2
The text was updated successfully, but these errors were encountered:
Fixed in #73
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Needs more investigation but I thought that 3-Aminopropanesulfonate would have a sulfonate group, yet
get_fx_groups()
does not capture it.Minimal reproducible example
Created on 2023-12-01 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: