-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
25 lines (25 loc) · 1017 Bytes
/
DESCRIPTION
File metadata and controls
25 lines (25 loc) · 1017 Bytes
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
Package: scRank
Title: Ranking cell types responsive to drug in sing-cell
transcriptomic data
Version: 1.0.0
Depends: R (>= 4.0.0), doParallel
Authors@R:
person("Chengyu", "Li", email = "chengyuli@zju.edu.cn",
role = c("aut", "cre"))
Description: scRank is an R package to rank cell types responsive to drug in single-cell transcriptomics data under disease condition.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LazyData: true
LazyDataCompression: xz
Imports: Seurat (>= 3.0.0), methods, dplyr, tidyr, tester, magrittr,
foreach, parallel, stats, RSpectra, ggrepel, tibble,
dynamicTreeCut, ComplexHeatmap, igraph, utils, RhpcBLASctl,
crayon, ggpubr, ggplot2, viridis, rTensor, pbapply, Matrix,
scales, msigdbr, readr, ggridges, fgsea, cowplot,
Suggests: reticulate, stringr, scSHC
NeedsCompilation: no
Packaged: 2024-03-25 10:30:04 UTC; lichengyu
Author: Chengyu Li [aut, cre]
Maintainer: Chengyu Li <chengyuli@zju.edu.cn>