-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathDESCRIPTION
34 lines (34 loc) · 1.31 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
Package: OmicsPLS
Type: Package
Title: Data Integration with Two-Way Orthogonal Partial Least Squares
Version: 2.0.5
Date: 2022-06-10
Author: Said el Bouhaddani, Zhujie Gu, Jeanine Houwing-Duistermaat, Geurt Jongbloed, Szymon Kielbasa and
Hae-Won Uh
Maintainer: Said el Bouhaddani <[email protected]>
Description: Performs the O2PLS data integration method for two datasets, yielding joint and data-specific parts for each dataset.
The algorithm automatically switches to a memory-efficient approach to fit O2PLS to high dimensional data.
It provides a rigorous and a faster alternative cross-validation method to select the number of components,
as well as functions to report proportions of explained variation and to construct plots of the results.
See the software article by el Bouhaddani et al (2018) <doi:10.1186/s12859-018-2371-3>,
and Trygg and Wold (2003) <doi:10.1002/cem.775>.
It also performs Sparse Group (Penalized) O2PLS, see Gu et al (2020) <doi:10.1186/s12859-021-03958-3> and cross-validation for the degree of sparsity.
License: GPL-3
Encoding: UTF-8
Imports:
graphics,
stats,
dplyr,
ggplot2,
parallel,
magrittr,
tibble,
softImpute,
withr
Suggests:
testthat,
knitr,
rmarkdown,
gplots,
RoxygenNote: 7.1.2
VignetteBuilder: knitr