-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
84 lines (84 loc) · 1.7 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
Package: extraChIPs
Version: 1.9.6
Title: Additional functions for working with ChIP-Seq data
Authors@R: person("Stevie", "Pederson",
email = "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0001-8197-3303")
)
Description: This package builds on existing tools and adds some simple but
extremely useful capabilities for working wth ChIP-Seq data. The focus is
on detecting differential binding windows/regions.
One set of functions focusses on set-operations retaining mcols for GRanges
objects, whilst another group of functions are to aid visualisation of
results.
Coercion to tibble objects is also implemented.
License: GPL-3
Encoding: UTF-8
URL: https://github.com/smped/extraChIPs
BugReports: https://github.com/smped/extraChIPs/issues
Depends:
BiocParallel,
R (>= 4.2.0),
GenomicRanges,
ggplot2 (>= 3.5.0),
ggside (>= 0.3.1),
SummarizedExperiment,
tibble
Imports:
BiocIO,
broom,
ComplexUpset,
csaw,
dplyr (>= 1.1.1),
edgeR (>= 4.0),
forcats,
GenomeInfoDb,
GenomicAlignments,
GenomicInteractions,
ggforce,
ggrepel,
glue,
grDevices,
grid,
InteractionSet,
IRanges,
matrixStats,
methods,
patchwork,
RColorBrewer,
rlang,
Rsamtools,
rtracklayer,
S4Vectors,
scales,
stats,
stringr,
tidyr,
tidyselect,
utils,
vctrs,
VennDiagram
Suggests:
apeglm,
BiocStyle,
covr,
DESeq2,
EnrichedHeatmap,
Gviz,
harmonicmeanp,
here,
knitr,
limma,
magrittr,
plyranges,
quantro,
rmarkdown,
testthat (>= 3.0.0),
tidyverse
biocViews: ChIPSeq, HiC, Sequencing, Coverage
BiocType: Software
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Config/testthat/edition: 3