-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
36 lines (36 loc) · 1017 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
31
32
33
34
35
36
Package: fmsne
Version: 0.8.1
Title: Fast Multi-scale Neighbour Embedding
Authors@R: c(
person("Cyril de Bodt",
email = "[email protected]",
role = "aut"),
person("Laurent Gatto",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1520-2268")))
License: MIT + file LICENCE
Description: Provides an R interface for various Python
implementations of neighbour embedding methods, including
multi-scale SNE, multi-scale t-SNE, fast implementations thereof,
and a dimensionality reduction quality assessment criterion.
Depends:
SingleCellExperiment
Imports:
basilisk,
reticulate,
SummarizedExperiment,
scater,
BiocParallel
Suggests:
BiocManager,
knitr,
BiocStyle,
testthat (>= 3.0.0)
BugReports: https://github.com/lgatto/fmsne/issues
Encoding: UTF-8
StagedInstall: no
RoxygenNote: 7.2.3
Roxygen: list(markdown = TRUE)
VignetteBuilder: knitr
Config/testthat/edition: 3