-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
37 lines (37 loc) · 1.05 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
Package: DSAVE
Title: DSAVE: Tools to Investigate Variation and Purity of Subpopulations in Single-Cell RNA-Seq Data
Version: 0.0.0.9000
Authors@R: c(
person(given = "Johan", family = "Gustafsson", role = c("aut", "cre"), email = "[email protected]"),
person(given = "Juan Salvador", family = "Inda Díaz", role = c("aut"), email = "[email protected]"))
Description: Calculates DSAVE Total Cell Pool Variation Estimation, DSAVE Variation Score and DSAVE Cell-wise Variation Metric - useful for e.g. detecting misclassified cells.
Depends: R (>= 3.5)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
biocViews:
Imports: combinat,
graphics,
methods,
multtest,
plotly,
progress,
R.matlab,
R6,
robustbase,
Seurat,
stats,
textTinyR,
ggplot2,
downloader,
dynutils,
matrixStats,
Matrix
RoxygenNote: 7.1.0
Suggests: extraDistr,
knitr,
rmarkdown,
testthat,
usethis,
webshot
VignetteBuilder: knitr