-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
64 lines (64 loc) · 1.57 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: scDotPlot
Title: Cluster a Single-cell RNA-seq Dot Plot
Version: 1.1.0
Authors@R: c(
person(given = c("Benjamin", "I"),
family = "Laufer",
role = c("aut", "cre"),
email = "[email protected]"),
person(given = c("Brad", "A"),
family = "Friedman",
role = c("aut")))
Description: Dot plots of single-cell RNA-seq data allow for an examination of the relationships between cell groupings (e.g. clusters) and marker gene expression. The scDotPlot package offers a unified approach to perform a hierarchical clustering analysis and add annotations to the columns and/or rows of a scRNA-seq dot plot. It works with SingleCellExperiment and Seurat objects as well as data frames.
License: Artistic-2.0
URL: https://github.com/ben-laufer/scDotPlot
BugReports: https://github.com/ben-laufer/scDotPlot/issues
biocViews:
Software,
Visualization,
DifferentialExpression,
GeneExpression,
Transcription,
RNASeq,
SingleCell,
Sequencing,
Clustering
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends:
R (>= 4.4.0)
Imports:
aplot,
BiocGenerics,
cli,
dplyr,
ggplot2,
ggsci,
ggtree,
grDevices,
magrittr,
purrr,
rlang,
scales,
scater,
Seurat,
SingleCellExperiment,
stats,
stringr,
tibble,
tidyr
Suggests:
AnnotationDbi,
BiocStyle,
knitr,
rmarkdown,
scran,
scRNAseq,
scuttle,
SeuratObject,
testthat,
vdiffr
VignetteBuilder: knitr
Config/testthat/edition: 3
LazyData: false