-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
47 lines (47 loc) · 1.28 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
Package: sc2marker
Title: Detect marker panel from scRNA-seq profile
Version: 1.0.3
Authors@R: c(
person(given = "Ronghui",
family = "Li",
role = c("aut", "cre"),
email = "hilironghui@gmail.com"),
person(given = "Bella",
family = "Banjanin",
role = c("aut")),
person(given = "Rebekka",
family = "Schneider",
role = c("aut"),
comment = c(ORCID = "0000-0002-0749-1565")),
person(given = " Ivan Costa",
family = "Gesteira",
role = c("aut"),
email = "ivan.costa@rwth-aachen.de",
comment = c(ORCID = "0000-0003-2890-8697")))
Maintainer: <hilironghui@gmail.com>
Description: More about what it does (maybe more than one line)
Use four spaces when indenting paragraphs within the Description.
URL: https://github.com/CostaLab/sc2marker
BugReports: https://github.com/CostaLab/sc2marker/issues
License: MIT + file LICENSE
biocViews: SystemsBiology, SingleCell, Software
Encoding: UTF-8
LazyData: TRUE
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
data.table,
Seurat (>= 4.0.1),
SeuratObject (>= 4.0.0),
ggplot2,
MLmetrics,
dplyr,
cowplot,
ggridges,
reshape2,
sctransform,
DT,
rmarkdown,
Suggests:
knitr
VignetteBuilder: knitr