-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
54 lines (54 loc) · 1.21 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
54
Package: scCTS
Type: Package
Title: Population-level Differetial Expression Analysis for single-cell RNA-seq
Version: 0.1.0
Authors@R: c(
person("Luxiao", "Chen",
email = "[email protected]",
role = c("aut")),
person("Tao", "Deng",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-7401-311X"))
)
Description: scCTS is an R package for the statistical modeling of the
gene differential expression. It identifies cell-type specific genes (markers)
that consistently appear in historical population-level scRNA-seq (scRNA-seq) data.
License: GPL-3 + file LICENSE
Encoding: UTF-8
LazyData: true
LazyDataCompression: bzip2
RoxygenNote: 7.3.1
Depends:
R (>= 4.1.0)
Imports:
abind,
BiocParallel,
cli,
doParallel,
DelayedArray,
data.table,
dplyr,
foreach,
iterators,
matrixTests,
methods,
Matrix,
parallel,
purrr,
SummarizedExperiment,
SingleCellExperiment,
S4Vectors,
stringr,
readr,
tibble,
Suggests:
knitr,
rmarkdown,
BiocStyle,
scater,
zinbwave,
DESeq2,
reticulate,
FEAST,
VignetteBuilder: knitr