-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
41 lines (41 loc) · 1.18 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
Package: lmds
Type: Package
Title: Landmark Multi-Dimensional Scaling
Version: 0.1.1
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:
A fast dimensionality reduction method scaleable to large numbers of samples.
Landmark Multi-Dimensional Scaling (LMDS) is an extension of classical Torgerson MDS,
but rather than calculating a complete distance matrix between all pairs of samples,
only the distances between a set of landmarks and the samples are calculated.
License: GPL-3
Encoding: UTF-8
Imports:
assertthat,
dynutils (>= 1.0.3),
irlba (>= 2.0.0)
Suggests:
Matrix,
testthat
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
URL: https://dynverse.org/lmds/, https://github.com/dynverse/lmds
BugReports: https://github.com/dynverse/lmds/issues
Collate:
'cmdscale_landmarks.R'
'select_landmarks.R'
'lmds.R'
'package.R'