forked from macs3-project/MACSr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
28 lines (28 loc) · 866 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
Package: MACSr
Title: MACS: Model-based Analysis for ChIP-Seq
Version: 1.11.2
Authors@R:
person(given = "Qiang",
family = "Hu",
role = c("aut", "cre"),
email = "[email protected]")
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.2.3
Depends: R (>= 4.1.0)
Imports: utils, reticulate, S4Vectors, methods, basilisk, ExperimentHub, AnnotationHub
Suggests:
testthat,
knitr,
rmarkdown,
BiocStyle,
MACSdata
PythonRequirements: Python (>= 3.6.0), macs3
VignetteBuilder: knitr
biocViews: Software, ChIPSeq, ATACSeq, ImmunoOncology
StagedInstall: no