-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
executable file
·125 lines (125 loc) · 2.93 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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
Package: SCHNAPPs
Type: Package
Title: Single Cell Shiny Application for Analysing Single Cell Transcriptomics Data
Version: 1.15.27
Authors@R: c(person("Bernd", "Jagla", role = c("aut", "cre"), email = "[email protected]", comment = c(ORCID = "0000-0002-7696-0484")))
Maintainer: Bernd Jagla <[email protected]>
Description: Single Cell sHiny APPlication (SCHNAPPs) is a R/Shiny based application to interact, manipulate, explore, and analyze single cell RNA-seq experiments, including MARS-seq and others.
The application is open and extendable. The main idea is to be able to run basic visualization and analyses, including normalization, clustering,...
on a defined subset of cells/genes. Key is, that all computations are based only on the cells that have been selected. Input can be a
SingleCellExperiment object or CSV/TSV files of the count matrix.
License: GPL-3
Encoding: UTF-8
LazyData: true
Depends:
R (>= 3.6)
Imports:
future,
doParallel,
future.callr,
BPCells,
BiocParallel,
purrr,
DT,
Matrix,
shiny,
shinyTree,
psychTools,
pryr,
colourpicker,
digest,
memoise,
Seurat,
circlize,
kohonen,
scater,
scran,
shinyjs,
tidySingleCellExperiment,
SingleCellExperiment,
shinyWidgets,
ggplotify,
dendsort,
reactlog,
ggpubr,
dplyr,
glue,
evaluate,
shinydashboard,
profvis,
shinydashboardPlus
Remotes:
jokergoo/ComplexHeatmap,
jokergoo/InteractiveComplexHeatmap,
haowulab/Wind,
chris-mcginnis-ucsf/DoubletFinder,
renozao/xbioc,
Zhangxf-ccnu/scDEA,
Albluca/distutils,
Albluca/ElPiGraph.R,
BaderLab/Tempora,
RausellLab/CelliD,
msraredon/Connectome,
Coolgenome/iTALK,
nghiavtr/BPSC,
statOmics/zingeR,
cysouw/qlcMatrix,
bnprks/BPCells/r,
saezlab/liana
Suggests:
tidyverse,
ComplexHeatmap,
reactlog,
shinythemes,
pdftools,
manhattanly,
ggalluvial,
pheatmap,
rmarkdown,
TRONCO,
rintrojs,
shinyAce,
shinyjqui,
shinycssloaders,
DESeq2,
SIMLR,
knitr,
Hmisc,
orca,
debugme,
shinyBS,
archivist,
ggnetwork,
GSEABase,
GSVA,
heatmaply,
kableExtra,
MAST,
mclust,
monocle,
multtest,
network,
pdftools,
Rsomoclu,
glmGamPoi,
rtracklayer,
scDEA,
shinytest,
SingleR,
spatstat,
Tempora,
threejs,
SingleCellSignalR,
tidyverse,
Wind,
xbioc,
testthat (>= 3.0.0)
RoxygenNote: 7.3.1
URL: https://github.com/C3BI-pasteur-fr/UTechSCB-SCHNAPPs
BugReports: https://github.com/C3BI-pasteur-fr/UTechSCB-SCHNAPPs/issues
biocViews: Visualization, GUI, DimensionReduction,
FeatureExtraction, Clustering, Transcription,
GeneExpression, Transcriptomics, SingleCell, CellBasedAssays,
Sequencing, Coverage, Normalization, ImmunoOncology, DataImport
VignetteBuilder: knitr
Config/testthat/edition: 3