-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
30 lines (30 loc) · 1008 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
26
27
28
29
30
Package: mmpca
Title: Integrative Analysis of Several Related Data Matrices
Version: 2.0.3
Authors@R: c(
person(given = "Jonatan", family = "Kallus", role = c("aut")),
person(given = "Felix", family = "Held", email = "[email protected]",
role = c("ctb", "cre")))
Description: A generalization of principal component analysis for integrative
analysis. The method finds principal components that describe single matrices
or that are common to several matrices. The solutions are sparse. Rank of
solutions is automatically selected using cross validation. The method is
described in Kallus et al. (2019) <arXiv:1911.04927>.
Depends: R (>= 3.3.0)
Imports:
digest (>= 0.6.0),
Rcpp (>= 1.0.8)
LinkingTo:
Rcpp,
RcppEigen,
RcppGSL
SystemRequirements: C++14
Biarch: true
NeedsCompilation: yes
License: GPL (>= 3)
Encoding: UTF-8
Language: en-US
RoxygenNote: 7.2.2
Roxygen: list(markdown = TRUE)
URL: https://github.com/cyianor/mmpca
BugReports: https://github.com/cyianor/mmpca/issues