-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
49 lines (49 loc) · 1.25 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
Package: dyndimred
Type: Package
Title: Dimensionality Reduction Methods in a Common Format
Version: 1.0.4
Authors@R: c(
person(
"Robrecht", "Cannoodt",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0003-3641-729X", github = "rcannood")
),
person(
"Wouter", "Saelens",
email = "[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0002-7114-6248", github = "zouter")
)
)
Description:
Provides a common interface for applying dimensionality reduction methods,
such as Principal Component Analysis ('PCA'), Independent Component Analysis ('ICA'), diffusion maps,
Locally-Linear Embedding ('LLE'), t-distributed Stochastic Neighbor Embedding ('t-SNE'),
and Uniform Manifold Approximation and Projection ('UMAP').
Has built-in support for sparse matrices.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Imports:
dynutils (>= 1.0.5),
irlba,
lmds,
stats,
tibble
Suggests:
testthat,
diffusionMap,
fastICA,
igraph,
lle,
MASS,
Matrix,
RANN,
Rtsne,
smacof,
uwot
RoxygenNote: 7.1.1
Roxygen: list(markdown = TRUE)
URL: https://github.com/dynverse/dyndimred
BugReports: https://github.com/dynverse/dyndimred/issues