-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
33 lines (33 loc) · 1020 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
Package: MACSr
Title: MACS: Model-based Analysis for ChIP-Seq
Version: 1.13.2
Authors@R: c(
person(given = "Philippa",
family = "Doherty",
role = c("aut"),
email = "Philippa.Doherty@roswellpark.org"),
person(given = "Qiang",
family = "Hu",
role = c("aut", "cre"),
email = "Qiang.Hu@roswellpark.org")
)
Description: The Model-based Analysis of ChIP-Seq (MACS) is a widely
used toolkit for identifying transcript factor binding sites.
This package is an R wrapper of the lastest MACS3.
License: BSD_3_clause + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
Depends: R (>= 4.1.0)
Imports: utils, reticulate, S4Vectors, methods, basilisk, ExperimentHub, AnnotationHub
Suggests:
testthat,
knitr,
rmarkdown,
BiocStyle,
MACSdata
PythonRequirements: Python (>= 3.9.0), macs3
VignetteBuilder: knitr
biocViews: Software, ChIPSeq, ATACSeq, ImmunoOncology
StagedInstall: no