-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
56 lines (56 loc) · 1.57 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
55
56
Package: Cepo
Title: Cepo for the identification of differentially stable genes
Version: 1.11.2
Authors@R:
c(
person(given = "Hani Jieun",
family = "Kim",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1844-3275")),
person(given = "Kevin",
family = "Wang",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-2615-6102"))
)
Description: Defining the identity of a cell is fundamental to understand the heterogeneity of cells to various environmental signals and perturbations. We present Cepo, a new method to explore cell identities from single-cell RNA-sequencing data using differential stability as a new metric to define cell identity genes. Cepo computes cell-type specific gene statistics pertaining to differential stable gene expression.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: false
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Imports:
DelayedMatrixStats,
DelayedArray,
HDF5Array,
S4Vectors,
methods,
SingleCellExperiment,
SummarizedExperiment,
ggplot2,
rlang,
grDevices,
patchwork,
reshape2,
BiocParallel,
stats,
dplyr,
purrr
biocViews: Classification, GeneExpression, SingleCell, Software, Sequencing, DifferentialExpression
Suggests:
knitr,
rmarkdown,
BiocStyle,
testthat,
covr,
UpSetR,
scater,
scMerge,
fgsea,
escape,
pheatmap
VignetteBuilder: knitr
Depends:
GSEABase,
R (>= 4.1)