Package: MACSr
Title: MACS: Model-based Analysis for ChIP-Seq
Version: 1.15.0
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