-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
39 lines (39 loc) · 1.09 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
Package: swapper
Title: Simulate DE Signal By Feature Swapping
Version: 0.99.2
Date: 2022-10-11
Authors@R:
person(given = "Milan", family = "Malfait",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-9144-3701"))
Description: Provides a simple simulation method for high-throughput data. The
core method consists of randomly scrambling features within one experimental
group. This approach retains the reference data characteristics without
requiring extensive model fitting.
License: Artistic-2.0
URL: https://github.com/milanmlft/swapper,
https://milanmlft.github.io/swapper/
BugReports: https://github.com/milanmlft/swapper/issues
biocViews: Software
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1
Depends: SingleCellExperiment
Imports:
methods,
S4Vectors,
SummarizedExperiment
Suggests:
testthat (>= 3.0.0),
scuttle,
withr,
knitr,
BiocStyle,
sessioninfo,
rmarkdown,
scater,
gridExtra,
covr
Config/testthat/edition: 3
VignetteBuilder: knitr