-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
42 lines (39 loc) · 1.09 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: scLNC
Title: scLNC: A tool for lncRNA functional analysis in single-cell RNA-seq
Version: 0.0.0.9100
Authors@R:
c(person(given="Qianqian", family="Meng", email="[email protected]", role = "aut"),
person(given="Yang", family="Lei", email="[email protected]", role = "ctb"),
person(given="Mengyu", family="Zhao", email="[email protected]", role = "ctb"),
person(given="Fang", family="Hong", email="[email protected]", role = "ctb"),
person(given="Xin", family="Gao", email="[email protected]", role = c("aut", "cre"))
)
Description: What the package does (one paragraph).
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports: AUCell,
RColorBrewer,
methods,
bigSCale,
dplyr,
ggplot2,
igraph,
pheatmap,
tibble,
tidyr,
stringr,
reticulate,
Seurat,
utils,
biomaRt,
circlize,
ComplexHeatmap,
patchwork,
reshape2,
edgeR,
scales
Depends:
R (>= 2.10)
LazyData: true