-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
49 lines (49 loc) · 1.08 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
Package: scSpotlight
Title: A Single Cell Analysis Shiny App
Version: 0.0.5
Authors@R:
person(given = "Zhixia",
family = "Xiao",
role = c("aut", "cre"),
email = "[email protected]")
Description: A single cell analysis (viewer) app based on Seurat.
License: Apache License (>= 2)
Depends:
R (>= 4.1.0),
Seurat (>= 5.0.1),
SeuratObject (>= 5.0.1),
shiny (>= 1.7.4)
Imports:
bsicons,
bslib (>= 0.5.1),
config (>= 0.3.2),
dplyr,
DT,
future,
ggplot2,
golem (>= 0.4.1),
htmltools,
magrittr,
plotly,
promises,
readr,
readxl,
RhpcBLASctl,
rlang,
scales,
shinycssloaders,
shinyjs,
shinyWidgets,
stringr,
tibble,
waiter
Suggests:
presto,
BPCells
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.1
Roxygen: list(markdown = TRUE)
URL: https://obenno.github.io/scSpotlight/, https://github.com/obenno/scSpotlight
BugReports: https://github.com/obenno/scSpotlight/issues
Additional_repositories: https://satijalab.r-universe.dev, https://bnprks.r-universe.dev