-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
41 lines (41 loc) · 846 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
40
41
Package: omicsTools
Title: Set of classes, codes and scripts which I use for Omics data analysis
Version: 0.0.0.9005
Authors@R:
person(given = "Pawel",
family = "Kus",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-4367-9821"))
Description: What the package does (one paragraph).
License: The beer-ware license
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.0
Imports:
cli,
ComplexHeatmap,
DESeq2,
dplyr,
GenomicRanges,
ggplot2,
ggrepel,
magrittr,
patchwork,
plyranges,
purrr,
rlang,
stringr,
tibble,
tidyr,
tmod
Suggests:
covr,
knitr,
rmarkdown,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 2.10)
VignetteBuilder: knitr