forked from YuLab-SMU/sclet
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
39 lines (39 loc) · 1.08 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
Package: sclet
Title: A Lightweight Toolkit for Single-Cell Data Analysis
Version: 0.0.4
Authors@R: c(
person(given = "Guangchuang", family = "Yu", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-6485-8781")),
person(given = "Kaijia", family = "Huang", email = "[email protected]", role = "ctb"),
person(given = "Nan", family = "He", email = "[email protected]", role = "ctb"),
person(given = "Ming", family = "Li", email = "[email protected]", role = "ctb"),
person(given = "Junrui", family = "Li", email = "[email protected]", role = "ctb")
)
Description: Help students migrate from Seurat to SingleCellExperiment.
Imports:
aplot,
clusterProfiler,
dplyr,
fanyi,
ggplot2,
ggrepel,
igraph,
Matrix,
methods,
rlang,
scater,
scran,
scuttle,
stats,
tinytable,
yulab.utils,
DropletUtils,
SingleCellExperiment,
SummarizedExperiment
Suggests:
CellChat,
ggsc,
Seurat
License: Artistic-2.0
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2