-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
executable file
·94 lines (94 loc) · 1.88 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Package: MCView
Title: A Shiny App for Metacell Analysis
Version: 0.2.32
Authors@R:
person(given = "Aviezer",
family = "Lifshitz",
role = c("aut", "cre"),
email = "[email protected]")
Description: MCView creates a shiny-app facilitating interactive
exploration and annotation of metacell models. Metacell itself is
described
[here](https://github.com/tanaylab/metacells/blob/master/vignettes/Metacells_Vignette.ipynb).
You can also explore examples of MCV output for
[PBMC](https://tanaylab.weizmann.ac.il/MCV/PBMC) and [Mouse
organogenesis](https://tanaylab.weizmann.ac.il/MCV/MOCA) on the Tanay
group server.
License: MIT + file LICENSE
URL: https://tanaylab.github.io/MCView, https://github.com/tanaylab/MCView
BugReports: https://github.com/tanaylab/MCView/issues
Depends:
R (>= 3.5)
Imports:
anndata,
chameleon,
cli,
colourpicker,
circlize,
cowplot,
cachem,
dplyr,
DT,
forcats (>= 1.0.0),
fs,
furrr,
future,
fastcluster,
gert,
grid,
ggplot2,
grDevices,
glue,
golem,
htmltools,
markdown (>= 1.3.0),
matrixStats,
methods,
pkgload,
plotly (>= 4.9.3),
promises,
purrr,
qs,
rintrojs,
rlang,
rmarkdown,
scales,
slanter,
shiny (>= 1.6.0),
shinyjs,
shinyjqui,
shinycssloaders,
shinydashboard,
shinydashboardPlus (>= 2.0.0),
shinyWidgets (>= 0.7.0),
shinybusy,
tglkmeans,
tgstat,
tgutil (>= 0.1.11),
tibble,
tidyr,
viridis,
yaml,
zip,
Matrix,
ggtext (>= 0.1.0),
waiter,
stats,
utils,
umap,
graphics
Suggests:
knitr,
R.utils,
processx,
testthat,
withr,
metacell
VignetteBuilder:
knitr
Remotes:
tanaylab/tgutil,
tanaylab/metacell
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.3.2