-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
executable file
·64 lines (64 loc) · 1.78 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
Package: scX
Title: Interactive Visualization and Analysis of Single-Cell Experiment Data
Version: 0.3.0
Authors@R: c(
person(given = "Tomás",family = "Vega Waichman", email = "tomas.vegawaichman@mail.mcgill.ca", role = c("aut", "cre"),
comment = c(ORCID = "0009-0000-7002-9413")),
person(given = "María Luz",family = "Vercesi", role = c("aut"),
comment = c(GitHub = "https://github.com/mluzvercesi")),
person(given = "Ariel A.",family = "Berardino", role = c("aut"),
comment = c(ORCID = "0009-0004-8112")),
person(given = "Maximiliano S.",family = "Beckel", role = c("aut"),
comment = c(ORCID = "0000-0002-2284-9529")),
person("Chernomoretz Lab and Collaborators", role = "fnd")
)
Description: A Shiny-based application for interacting with the main single-cell data
embeddings - UMAP, tSNE, PCA - both in 2D and 3D, as well as performing different
types of analysis of said data, such as finding cell type markers or determining
the differential genes between two different conditions.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 2.10),
SingleCellExperiment
Imports:
bluster,
BiocParallel,
circlize,
ComplexHeatmap (>= 2.12.1),
cowplot,
dplyr,
DT,
ggcorrplot,
ggplot2,
htmltools,
magick,
magrittr,
Matrix,
plotly,
RColorBrewer,
reshape2,
scales,
scater,
scran,
shiny,
shinyBS,
shinycssloaders,
shinycustomloader,
shinydashboard,
shinydisconnect,
shinyFeedback,
shinyjs,
shinyWidgets,
tidyr,
uwot,
viridis
Suggests:
knitr,
rmarkdown,
Seurat
LazyData: true
VignetteBuilder: knitr
URL: https://chernolabs.github.io/scX/