-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
23 lines (23 loc) · 844 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: featureReduction
Title: Reduce Feature Count of Metabolomics Data Using Predefined Groups
Version: 0.0.0.9000
Authors@R:
person("Johanna", "Fleischman", , "[email protected]", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5491-4110"))
Description: This package reduces the number of named features in a
metabolomics, lipidomics, or similar type dataset. User provides a list
of named features in the dataset with a classification/group ID for each
feature in the dataset. A representative value for each predefined metabolite
group is created by weighing metabolites using principle component analysis.
Encoding: UTF-8
Imports:
dplyr,
rlang,
magrittr,
stats
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.3
Depends:
R (>= 2.10)
LazyData: true
License: MIT + file LICENSE