-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1021 Bytes
/
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
Package: Dune
Title: Improving replicability in single-cell RNA-Seq cell type discovery
Version: 1.3.01
Authors@R: c(person("Hector", "Roux de Bezieux", role = c("aut", "cre"),
email = "hector.rouxdebezieux@berkeley.edu",
comment = c(ORCID = "0000-0002-1489-8339")),
person("Kelly","Street", role = "aut", email = "street.kelly@gmail.com"))
Description: Given a set of clustering labels, Dune merges pairs of clusters to increase mean ARI between labels, improving replicability.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
BiocParallel,
SummarizedExperiment,
utils,
ggplot2,
dplyr,
tidyr,
RColorBrewer,
magrittr,
gganimate,
purrr,
aricode
Suggests:
knitr,
rmarkdown,
testthat (>= 2.1.0)
VignetteBuilder: knitr
Depends: R (>= 3.6)
biocViews:
Clustering,
GeneExpression,
RNASeq,
Software,
SingleCell,
Transcriptomics,
Visualization