-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
139 changed files
with
9,807 additions
and
9,401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,15 +17,18 @@ Authors@R: c( | |
email="[email protected]") | ||
) | ||
Description: A package to merge, filter sort, organise and otherwise mash | ||
together metabolite annotations. Metabolite annotations can be imported from | ||
multiple sources (software) and combined using workflow steps based on S4 | ||
class templates derived from the `struct` package. | ||
together metabolite annotation tables. Metabolite annotations can be | ||
imported from multiple sources (software) and combined using workflow | ||
steps based on S4 | ||
class templates derived from the `struct` package. Other modular workflow | ||
such as filtering, merging, splitting, normalisation and rest-api queries | ||
are also included. | ||
License: GPL-3 | ||
Encoding: UTF-8 | ||
LazyData: false | ||
RoxygenNote: 7.3.1 | ||
Depends: | ||
R (>= 4.3.0), | ||
R (>= 4.4.0), | ||
struct | ||
Imports: | ||
dplyr, | ||
|
@@ -37,7 +40,8 @@ Imports: | |
ggthemes, | ||
cowplot, | ||
ggplot2, | ||
utils | ||
utils, | ||
rlang | ||
Collate: | ||
'generics.R' | ||
'zzz.R' | ||
|
@@ -140,5 +144,5 @@ Config/testthat/edition: 3 | |
VignetteBuilder: knitr | ||
URL: https://computational-metabolomics.github.io/MetMashR/ | ||
Roxygen: list(markdown = TRUE) | ||
biocViews: WorkflowStep, Metabolomics | ||
biocViews: WorkflowStep, Metabolomics, KEGG | ||
BugReports: https://github.com/computational-metabolomics/MetMashR/issues |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.