forked from idc9/r_jive
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
25 lines (25 loc) · 819 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
24
25
Package: ajive
Type: Package
Title: Angle Based Joint and Individual Variation Explained
Version: 0.1.0
Authors@R: person("Iain", "Carmichael", email = "[email protected]",
role = c("aut", "cre"))
Description: Angle Based Joint and Individual Variation Explained (AJIVE) is a
dimensionality reduction algorithm for multiple data blocks (multiple data
matrices with the same set of observations, but distinct variables).
AJIVE finds joint modes of variation that are common to all data blocks as
well as individual modes of variation that are specific to each block.
TODO: add more.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Suggests: knitr,
rmarkdown,
testthat,
cowplot,
reshape2,
GGally,
dplyr
VignetteBuilder: knitr
RoxygenNote: 6.1.1
Imports: ggplot2