-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathDESCRIPTION
53 lines (53 loc) · 1.54 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
50
51
52
53
Package: ASURAT
Type: Package
Title: Functional annotation-driven unsupervised clustering for single-cell data
Version: 1.0.2
Authors@R: c(person("Keita", "Iida", email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-1076-830X")),
person("Johannes Nicolaus", "Wibisana",
email = "[email protected]", role = c("ctb")))
Description: ASURAT is a software for single-cell data analysis.
Using ASURAT, one can simultaneously perform unsupervised clustering and
biological interpretation in terms of cell type, disease, biological process,
and signaling pathway activity. Inputting a single-cell RNA-seq data and
knowledge-based databases, such as Cell Ontology, Gene Ontology, KEGG, etc.,
ASURAT transforms gene expression tables into original multivariate tables,
termed sign-by-sample matrices (SSMs).
License: GPL-3 + file LICENSE
biocViews: GeneExpression, SingleCell, Sequencing, Clustering, GeneSignaling
VignetteBuilder: knitr
Encoding: UTF-8
LazyData: TRUE
Depends:
R (>= 4.0.0)
Imports:
SingleCellExperiment,
SummarizedExperiment,
S4Vectors,
Rcpp (>= 1.0.7),
cluster,
utils,
plot3D,
ComplexHeatmap,
circlize,
grid,
grDevices,
graphics
Suggests:
ggplot2,
TENxPBMCData,
dplyr,
Rtsne,
Seurat,
AnnotationDbi,
BiocGenerics,
stringr,
org.Hs.eg.db,
knitr,
rmarkdown,
testthat (>= 3.0.0)
RoxygenNote: 7.1.2
LinkingTo:
Rcpp
Config/testthat/edition: 3