-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathDESCRIPTION
59 lines (59 loc) · 1.41 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Package: epiwraps
Type: Package
Title: epiwraps: Wrappers for plotting and dealing with epigenomics data
Version: 0.99.107
Date: 2025-03-03
Authors@R: c(
person("Pierre-Luc", "Germain", email="[email protected]",
role=c("cre","aut"), comment=c(ORCID="0000-0003-3418-4218")),
person("Emanuel", "Sonder", email="[email protected]", role="aut"))
Depends:
R (>= 4.0),
SummarizedExperiment,
GenomicRanges,
EnrichedHeatmap
Imports:
IRanges,
data.table,
BiocParallel,
GenomeInfoDb,
GenomicAlignments,
GenomicFiles,
Rsamtools,
rtracklayer,
ComplexHeatmap,
S4Vectors,
grid,
Rsamtools,
Gviz,
ensembldb,
AnnotationFilter,
matrixStats,
circlize,
viridisLite,
ggplot2,
cowplot,
edgeR,
dplyr,
stats,
pbapply,
methods,
Suggests:
knitr,
rmarkdown,
BiocStyle,
UpSetR,
magick,
testthat (>= 3.0.0)
Description:
A set of wrappers to facilitate working with epigenomics data.
Includes in particular wrappers for producing multitrack single-regions plots,
enrichment heatmaps, bigwig generation, normalization, etc. The focus was
put on a simple yet flexible interface.
License: GPL-3
VignetteBuilder: knitr
Encoding: UTF-8
Config/testthat/edition: 3
RoxygenNote: 7.2.3
URL: https://ethz-ins.github.io/epiwraps/
BiocViews: Epigenetics, GeneRegulation, Visualization