forked from rgcca-factory/RGCCA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
54 lines (54 loc) · 1.85 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
Package: RGCCA
Type: Package
Title: Regularized (or Sparse) Generalized Canonical Correlation Analysis (R/SGCCA) for multi-block data analysis
Version: 3.0.0
Date: 2020-10-26
Authors@R:
c(person("Arthur", "Tenenhaus", email = "[email protected]", role = c("aut", "cre")),
person("Vincent", "Guillemot", role = "aut"),
person("Fabien", "Girka", role = "aut"),
person("Anatole", "Bourrelier", role = "aut"),
person("Arnaud", "Gloaguen", role = "aut"),
person("Caroline", "Peltier", role = "aut"),
person("Etienne", "Camenen", role = "aut"))
Description: Multi-block data analysis concerns the analysis of several sets of variables (blocks) observed on the same group of individuals. The main aims of the RGCCA package are: to study the relationships between blocks and to identify subsets of variables of each block which are active in their relationships with the other blocks. This package allows to (i) run R/SGCCA (\link{rgcca}), (ii) help the user to find out the optimal parameters for R/SGCCA such as sparsity or number of components(\link{rgcca_permutation}), (iii) evaluate the stability of the RGCCA results and their significance (\link{bootstrap}) Print and plots of all these functionalities are available.
License: GPL-3
LazyData: true
Depends:
MASS,
R (>= 3.2)
Packaged: 2013-07-24 16:36:37 UTC; arthur
Suggests:
testthat,
devtools,
bsplus,
knitr,
rmarkdown,
markdown,
pander,
shiny,
shinyjs,
DT,
ggrepel,
optparse,
igraph,
visNetwork,
magrittr,
nnet,
openxlsx
RoxygenNote: 7.1.1
Imports:
utils,
parallel,
pbapply,
grDevices,
Deriv,
graphics,
stats,
ggplot2,
methods,
scales,
gridExtra,
plotly
VignetteBuilder: knitr
biocViews: Visualization, PrincipalComponent, DimensionReduction, StructuralEquationModels