Package: fourSynergy
Type: Package
Title: Ensemble algorithm for 4C-seq data
Version: 1.0.0
Authors@R: 
	c(person("Sophie", "Wind", , 
	 email = "sophie.wind@uni-muenster.de", 
	 role = c("aut", "cre"),
	 comment=c(ORCID="0009-0002-1174-8201")),
	 person("Carolin", "Walter", , 
	 email = "carolin.walter@uni-muenster.de", 
	 role = c("aut", "fnd"),
	 comment=c(ORCID="0000-0002-5155-7728")))
Description: fourSynergy is an ensemble algorithm leveraging synergies among the existing 4C-seq algorithms r3C-seq, peakC, r.4cker and fourSig. It uses a weighted voting approach to perform improved interaction calling. fourSynergy supports also differential interaction calling.
License: LGPL-3
Encoding: UTF-8
Depends: R (>= 4.5.0), GenomicRanges
Imports: magrittr, dplyr, ggplot2, tibble, org.Hs.eg.db, org.Mm.eg.db,
        reshape2, tidyr, methods, jsonlite, karyoploteR,
        TxDb.Mmusculus.UCSC.mm10.knownGene,
        TxDb.Hsapiens.UCSC.hg19.knownGene, bamsignals, DESeq2,
        GenomeInfoDb, graphics, stringr, yaml
VignetteBuilder: knitr
Suggests: testthat (>= 3.0.0), knitr, rmarkdown, BiocStyle
biocViews: Sequencing, Software, DifferentialPeakCalling
BugReports: https://github.com/sophiewind/fourSynergy/issues
URL: https://github.com/sophiewind/fourSynergy
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.3
git_url: https://git.bioconductor.org/packages/fourSynergy
git_branch: RELEASE_3_23
git_last_commit: 0258f45
git_last_commit_date: 2026-04-28
Repository: Bioconductor 3.23
Date/Publication: 2026-04-28
NeedsCompilation: no
Packaged: 2026-04-28 22:10:25 UTC; biocbuild
Author: Sophie Wind [aut, cre] (ORCID: <https://orcid.org/0009-0002-1174-8201>),
  Carolin Walter [aut, fnd] (ORCID:
    <https://orcid.org/0000-0002-5155-7728>)
Maintainer: Sophie Wind <sophie.wind@uni-muenster.de>
