-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathDESCRIPTION
More file actions
47 lines (47 loc) · 1.36 KB
/
Copy pathDESCRIPTION
File metadata and controls
47 lines (47 loc) · 1.36 KB
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
Package: ercantools
Title: Visualization and Analysis Tools for ChIP-seq Differential Binding Data
Version: 0.1.0
Authors@R: c(
person("Daniel", "Garbozo", email = "dg4739@nyu.edu",
role = c("aut", "cre")),
person("Sevinc", "Ercan", email = "sercan@nyu.edu",
role = "ctb")
)
Description: A collection of plotting and analysis functions for ChIP-seq
differential binding data, primarily designed for DiffBind output.
Provides violin plots for log2 fold change and normalized binding counts,
t-test scatter plots, MA/MD plots, distribution plots,
and peak overlap utilities. Designed for C. elegans genomics with a
focus on dosage compensation analysis (chrX versus autosomes), but
fully configurable for any organism.
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
Depends:
R (>= 4.1.0)
Imports:
ggplot2 (>= 3.4.0),
GenomicRanges,
dplyr (>= 1.1.0),
tibble (>= 3.2.0),
ggpubr (>= 0.6.0),
ggrepel,
IRanges,
magrittr,
stats,
S4Vectors,
rlang,
tidyr
Suggests:
UpSetR,
knitr,
rmarkdown,
testthat (>= 3.0.0),
pkgdown,
BiocManager
URL: https://github.com/ercanlab/ercantools,
https://ercanlab.github.io/ercantools
BugReports: https://github.com/ercanlab/ercantools/issues
LazyData: true
VignetteBuilder: knitr
Config/roxygen2/version: 8.0.0