Package: multiHiCcompare Title: Normalize and detect differences between Hi-C datasets when replicates of each experimental condition are available Version: 1.31.1 Authors@R: c( person(given = "Mikhail", family = "Dozmorov", role = c("aut", "cre"), email = "mikhail.dozmorov@gmail.com", comment = c(ORCID = "0000-0002-0086-8358")), person(given = "John", family = "Stansfield", role = c("aut"), email = "stansfieldjc@vcu.edu")) Description: multiHiCcompare provides functions for joint normalization and difference detection in multiple Hi-C datasets. This extension of the original HiCcompare package now allows for Hi-C experiments with more than 2 groups and multiple samples per group. multiHiCcompare operates on processed Hi-C data in the form of sparse upper triangular matrices. It accepts four column (chromosome, region1, region2, IF) tab-separated text files storing chromatin interaction matrices. multiHiCcompare provides cyclic loess and fast loess (fastlo) methods adapted to jointly normalizing Hi-C data. Additionally, it provides a general linear model (GLM) framework adapting the edgeR package to detect differences in Hi-C data in a distance dependent manner. Depends: R (>= 4.0.0) Imports: data.table, dplyr, HiCcompare, edgeR, BiocParallel, qqman, pheatmap, methods, GenomicRanges, graphics, stats, utils, pbapply, GenomeInfoDbData, GenomeInfoDb, metap biocViews: Software, HiC, Sequencing, Normalization License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Suggests: knitr, rmarkdown, testthat, BiocStyle VignetteBuilder: knitr BugReports: https://github.com/dozmorovlab/multiHiCcompare/issues URL: https://github.com/dozmorovlab/multiHiCcompare Config/roxygen2/version: 8.0.0 Config/pak/sysreqs: libfftw3-dev libssl-dev zlib1g-dev Repository: https://bioc.r-universe.dev Date/Publication: 2026-07-09 11:02:33 UTC RemoteUrl: https://github.com/bioc/multiHiCcompare RemoteRef: HEAD RemoteSha: 6f362c123e7e4ed88a367d20a874d67807989a96 NeedsCompilation: no Packaged: 2026-07-09 17:17:40 UTC; root Author: Mikhail Dozmorov [aut, cre] (ORCID: ), John Stansfield [aut] Maintainer: Mikhail Dozmorov