Skip to content

Commit

Permalink
put compound names in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Aariq committed Nov 16, 2023
1 parent 1449a28 commit 77b496f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
* The `pathway_ids` argument of `get_mol_kegg()` now also accepts pathway *module* IDs (e.g. "M00082")
* `get_mol_kegg()` got a significant speed improvement (#84)
* `get_mol_kegg()` will skip downloading a .mol file if it is already present by default (override with `force=TRUE`)
* New example mol files were added. See `?mol_example()`

# volcalc 2.0.0

Expand Down
6 changes: 6 additions & 0 deletions R/mol_example.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
#'
#' @param path Name of file. If `NULL` (default), the options for example .mol
#' files will be listed instead.
#' @details File names are the KEGG identifiers. Compound names are as follows:
#' - C00031: D-Glucose
#' - C08491: (-)-Jasmonic acid
#' - C16181: beta-2,3,4,5,6-Pentachlorocyclohexanol
#' - C16286: Geosmin
#' - C16521: Isoprene
#'
#' @export
#'
Expand Down
10 changes: 10 additions & 0 deletions man/mol_example.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 77b496f

Please sign in to comment.