-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.19 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
Package: SplitClusterTest
Type: Package
Title: FDR Control via Data Splitting for Testing-after-Clustering
Version: 0.1.0
Authors@R: c(
person("Lijun", "Wang", email = "[email protected]", role = c("aut", "cre")),
person("Yingxin", "Lin", email = "[email protected]", role = c("aut")))
Description: FDR Control via Data Splitting for Testing-after-Clustering
Particularly, in single-cell community, testing-after-clustering aims to identify differentially expressed (DE) genes across
different cell types (or along pseudotime). However, the naive testing-after-clustering will inflate the false positives, which
is also referred as the double-dipping issue.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
URL: https://github.com/szcf-weiya/SplitClusterTest
BugReports: https://github.com/szcf-weiya/SplitClusterTest/issues
Suggests:
testthat (>= 3.0.0),
pbmcapply,
knitr,
rmarkdown
Config/testthat/edition: 3
Depends:
R (>= 2.10)
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Imports:
Seurat,
SingleCellExperiment,
future,
pbapply,
future.apply,
MASS,
Matrix
Remotes: satijalab/[email protected], [email protected]
VignetteBuilder: knitr