-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
43 lines (43 loc) · 1.04 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
Package: callbackreproducibility
Title: Reproducibility of callback manuscript
Version: 0.1.0
Authors@R:
person("Alan", "DenAdel", , "alan_denadel@brown.edu", role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-7985-6789"))
Description: callback (Calibrated Clustering via Knockoffs) is a method for protecting
against over-clustering by controlling for the impact of double-dipping.
This package reproduces the figures found in the callback manuscript.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 3.5.0)
Imports:
Seurat,
SeuratObject,
splatter,
ggplot2,
ggpattern,
ggrepel,
patchwork,
grid,
gridExtra,
plyr,
dplyr,
stringr,
rlang,
aricode,
clevr,
clusteval,
magrittr,
callback,
clusteval
Suggests:
knitr,
rmarkdown
Remotes:
clusteval=github::ramhiser/clusteval,
callback=github::lcrawlab/callback
VignetteBuilder: knitr
URL: https://lcrawlab.github.io/callbackreproducibility/