-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
35 lines (34 loc) · 931 Bytes
/
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
Package: SeuratExplorer
Title: An interactive R shiny application for exploring scRNAseq data processed in Seurat
Version: 0.0.6.0000
Authors@R:
person("Yongchao", "Zhang", , "[email protected]", role = c("aut", "cre"),
comment = c(Github = "https://github.com/fentouxungui"))
Description: A simple, one-command package which runs an interactive shiny dashboard capable of common visualizations for single cell RNAseq. The application requires a pre-processed Seurat object, saved as an RDS file.
License: GPL (>= 3)
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
ggplot2,
utils,
Seurat,
shiny,
shinydashboard,
DT,
shinycssloaders,
patchwork,
tools,
colourpicker,
shinyWidgets,
scales,
SeuratObject,
devtools,
shinyjqui,
shinyBS
Depends: R (>= 4.1.0)
Suggests:
BiocManager,
DESeq2,
MAST,
roxygen2