-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
51 lines (51 loc) · 1.44 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
Package: scBubbletree
Type: Package
Title: Quantitative visual exploration of scRNA-seq data
Version: 1.7.23
Authors@R:
person(given = "Simo",
family = "Kitanovski",
role = c("aut", "cre"),
email = "simokitanovski@gmail.com")
Description: scBubbletree is a quantitative method for the visual
exploration of scRNA-seq data, preserving key biological
properties such as local and global cell distances and cell
density distributions across samples. It effectively resolves
overplotting and enables the visualization of diverse cell
attributes from multiomic single-cell experiments. Additionally,
scBubbletree is user-friendly and integrates seamlessly with
popular scRNA-seq analysis tools, facilitating comprehensive
and intuitive data interpretation.
License: GPL-3 + file LICENSE
Depends:
R (>= 4.2.0)
Imports:
reshape2,
BiocParallel,
ape,
scales,
Seurat,
ggplot2,
ggtree,
patchwork,
proxy,
methods,
stats,
base,
utils,
dplyr
Suggests:
BiocStyle,
knitr,
testthat,
cluster,
SingleCellExperiment
Encoding: UTF-8
NeedsCompilation: no
biocViews: Visualization,Clustering,
SingleCell,Transcriptomics,RNASeq
BugReports: https://github.com/snaketron/scBubbletree/issues
URL: https://github.com/snaketron/scBubbletree
SystemRequirements: Python (>= 3.6), leidenalg (>= 0.8.2)
RoxygenNote: 6.1.1
VignetteBuilder: knitr