forked from gedcom/scCCESS
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathDESCRIPTION
More file actions
42 lines (42 loc) · 1.16 KB
/
Copy pathDESCRIPTION
File metadata and controls
42 lines (42 loc) · 1.16 KB
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
Package: scCCESS
Type: Package
Title: scCCESS: Single-cell Consensus Clusters of Encoded Subspaces
Version: 0.3.3
Authors@R: c(
person("Thomas A.", "Geddes", role = c("aut")),
person("Lijia", "Yu", email = "yulj2010@gmail.com", role = c("aut", "cre")),
person("Pengyi", "Yang", email = "pengyi.yang@sydney.edu.au", role = c("aut", "cph"))
)
Author: Thomas A. Geddes, Lijia Yu, Pengyi Yang
Maintainer: Lijia Yu <yulj2010@gmail.com>
Description: Implements single-cell Consensus Clusters of Encoded Subspaces
(scCCESS), an autoencoder-based ensemble clustering framework for
single-cell RNA-seq data, together with a clustering stability approach for
estimating the number of cell types.
License: GPL-3
Encoding: UTF-8
LazyData: false
Depends:
R (>= 4.0.0)
biocViews:
Imports:
keras,
clue,
parallel,
aricode,
tensorflow (>= 2.2.0),
methods,
stats,
utils,
Matrix
Suggests:
SIMLR,
SingleCellExperiment,
knitr,
rmarkdown,
testthat (>= 3.0.0)
RoxygenNote: 7.2.3
URL: https://github.com/PYangLab/scCCESS
BugReports: https://github.com/PYangLab/scCCESS/issues
Config/testthat/edition: 3
VignetteBuilder: knitr