-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
67 lines (67 loc) · 1.98 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Package: notame
Type: Package
Title: Workflow for non-targeted LC-MS metabolic profiling
Version: 0.99.0
Authors@R: c(
person("Anton", "Klåvus", role = c("aut", "cph")),
person("Jussi", "Paananen", role = c("aut", "cph")),
person("Oskari", "Timonen", role = c("aut", "cph")),
person("Atte", "Lihtamo", role = "aut"),
person("Vilhelm", "Suksi", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0009-0005-1108-518X")))
Description: Provides functionality for untargeted LC-MS metabolomics research as specified in the associated protocol article in the 'Metabolomics Data Processing and Data Analysis—Current Best Practices' special issue of the Metabolites journal (2020). This includes data pretreatment and quality control, uni- and multivariate analysis as well as quality control visualizations, feature-wise visualizations and results visualizations. Raw data preprocessing and functionality related to biological context, such as pathway analysis, is not included.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
biocViews: BiomedicalInformatics, Metabolomics, DataImport, MassSpectrometry, BatchEffect, MultipleComparison, Normalization, QualityControl, Visualization, Preprocessing
Depends:
R (>= 4.4.0),
Biobase,
ggplot2,
magrittr
Imports:
BiocGenerics,
BiocParallel,
cowplot,
devEMF,
dplyr,
futile.logger,
ggbeeswarm,
ggdendro,
ggrepel,
graphics,
grDevices,
methods,
openxlsx,
RColorBrewer,
scales,
stringr,
stats,
tibble,
tidyr,
utils
Suggests:
batchCorr,
BiocStyle,
car,
fpc,
igraph,
knitr,
lmerTest,
missForest,
mixOmics,
MuMIn,
MUVR2,
pcaMethods,
PERMANOVA,
PK,
randomForest,
rmcorr,
Rtsne,
RUVSeq,
supraHex,
testthat
URL: https://github.com/vsuksi/notame
BugReports: https://github.com/vsuksi/notame/issues
RoxygenNote: 7.3.2
VignetteBuilder: knitr
Config/testthat/parallel: true