...
|
...
|
@@ -14,10 +14,19 @@ Authors@R: c(
|
14
|
14
|
role=c("aut"),
|
15
|
15
|
email="[email protected]")
|
16
|
16
|
)
|
17
|
|
-Description: Extends the class templates provided by the struct package to
|
18
|
|
- provide PCA, PLS models with cross-validation, permutation testing etc. Also
|
19
|
|
- includes a suite of univariate tests and data processing models for building
|
20
|
|
- complete workflows.
|
|
17
|
+Description: An extensive set of data (pre-)processing and analysis methods and
|
|
18
|
+ tools for metabolomics and other omics, with a strong emphasis on statistics and
|
|
19
|
+ machine learning. This toolbox allows the user to build extensive and
|
|
20
|
+ standardised workflows for data analysis. The methods and tools have been
|
|
21
|
+ implemented using class-based templates provided by the struct (Statistics
|
|
22
|
+ in R Using Class-based Templates) package. The toolbox includes pre-processing
|
|
23
|
+ methods (e.g. signal drift and batch correction, normalisation, missing value
|
|
24
|
+ imputation and scaling), univariate (e.g. ttest, various forms of ANOVA,
|
|
25
|
+ Kruskal–Wallis test and more) and multivariate statistical methods (e.g. PCA and
|
|
26
|
+ PLS, including cross-validation and permutation testing) as well as machine
|
|
27
|
+ learning methods (e.g. Support Vector Machines). The
|
|
28
|
+ STATistics Ontology (STATO) has been integrated and implemented to provide
|
|
29
|
+ standardised definitions for the different methods, inputs and outputs.
|
21
|
30
|
License: GPL-3
|
22
|
31
|
Encoding: UTF-8
|
23
|
32
|
LazyData: true
|