-
Notifications
You must be signed in to change notification settings - Fork 17
/
DESCRIPTION
44 lines (44 loc) · 1.54 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
Package: scDataviz
Type: Package
Title: scDataviz: single cell dataviz and downstream analyses
Version: 1.3.10
Authors@R: c(
person("Kevin", "Blighe", role=c("aut", "cre"), email="[email protected]"))
Description: In the single cell World, which includes flow cytometry, mass cytometry, single-cell RNA-seq (scRNA-seq), and others, there is a need to improve data visualisation and to bring analysis capabilities to researchers even from non-technical backgrounds. scDataviz attempts to fit into this space, while also catering for advanced users. Additonally, due to the way that scDataviz is designed, which is based on SingleCellExperiment, it has a 'plug and play' feel, and immediately lends itself as flexibile and compatibile with studies that go beyond scDataviz. Finally, the graphics in scDataviz are generated via the ggplot engine, which means that users can 'add on' features to these with ease.
BugReports: https://github.com/kevinblighe/scDataviz/issues
License: GPL-3
Depends:
R (>= 4.0),
S4Vectors,
SingleCellExperiment,
Imports:
ggplot2,
ggrepel,
flowCore,
umap,
Seurat,
reshape2,
scales,
RColorBrewer,
corrplot,
stats,
grDevices,
graphics,
utils,
MASS,
matrixStats,
methods
Suggests:
PCAtools,
cowplot,
BiocGenerics,
RUnit,
knitr,
kableExtra,
rmarkdown
URL: https://github.com/kevinblighe/scDataviz
biocViews: SingleCell, ImmunoOncology, RNASeq, GeneExpression, Transcription, FlowCytometry, MassSpectrometry, DataImport
VignetteBuilder:
knitr
Encoding: UTF-8
RoxygenNote: 7.1.2