HiCPotts
This is the development version of HiCPotts; to use it, please install the devel version of Bioconductor.
HiCPotts: Hierarchical Modeling to Identify and Correct Genomic Biases in Hi-C
Bioconductor version: Development (3.22)
The HiCPotts package provides a comprehensive Bayesian framework for analyzing Hi-C interaction data, integrating both spatial and genomic biases within a probabilistic modeling framework. At its core, HMRFHiC leverages the Potts model (Wu, 1982)—a well-established graphical model—to capture and quantify spatial dependencies across interaction loci arranged on a genomic lattice. By treating each interaction as a spatially correlated random variable, the Potts model enables robust segmentation of the genomic landscape into meaningful components, such as noise, true signals, and false signals. To model the influence of various genomic biases, HMRFHiC employs a regression-based approach incorporating multiple covariates: Genomic distance (D): The distance between interacting loci, recognized as a fundamental driver of contact frequency. GC-content (GC): The local GC composition around the interacting loci, which can influence chromatin structure and interaction patterns. Transposable elements (TEs): The presence and abundance of repetitive elements that may shape contact probability through chromatin organization. Accessibility score (Acc): A measure of chromatin openness, informing how accessible certain genomic regions are to interaction. By embedding these covariates into a hierarchical mixture model, HMRFHiC characterizes each interaction’s probability of belonging to one of several latent components. The model parameters, including regression coefficients, zero-inflation parameters (for ZIP/ZINB distributions), and dispersion terms (for NB/ZINB distributions), are inferred via a MCMC sampler. This algorithm draws samples from the joint posterior distribution, allowing for flexible posterior inference on model parameters and hidden states. From these posterior samples, HMRFHiC computes posterior means of regression parameters and other quantities of interest. These posterior estimates are then used to calculate the posterior probabilities that assign each interaction to a specific component. The resulting classification sheds light on the underlying structure: distinguishing genuine high-confidence interactions (signal) from background noise and potential false signals, while simultaneously quantifying the impact of genomic biases on observed interaction frequencies. In summary, HMRFHiC seamlessly integrates spatial modeling, bias correction, and probabilistic classification into a unified Bayesian inference framework. It provides rich posterior summaries and interpretable, model-based assignments of interaction states, enabling researchers to better understand the interplay between genomic organization, biases, and spatial correlation in Hi-C data.
Author: Itunu. Godwin Osuntoki [aut, cre]
, Nicolae. Radu Zabet [aut]
Maintainer: Itunu. Godwin Osuntoki <hitunes4 at gmail.com>
citation("HiCPotts")
):
Installation
To install this package, start R (version "4.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("HiCPotts")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
To view documentation for the version of this package installed in your system, start R and enter:
browseVignettes("HiCPotts")
Bayesian Analysis of Hi-C Interactions with HiCPotts | HTML | R Script |
Reference Manual | ||
NEWS | Text | |
LICENSE | Text |
Details
biocViews | Bayesian, Classification, DataImport, FunctionalGenomics, GenomeAnnotation, GenomeWideAssociation, HiddenMarkovModel, PeakDetection, Regression, Software, Spatial, StatisticalMethod |
Version | 0.99.5 |
In Bioconductor since | BioC 3.22 (R-4.5) |
License | GPL-3 |
Depends | R (>= 4.5) |
Imports | Rcpp (>= 0.11.0), parallel, stats, Biostrings, GenomicRanges, rtracklayer, strawr, rhdf5, BSgenome, IRanges, S4Vectors, BSgenome.Dmelanogaster.UCSC.dm6 |
System Requirements | |
URL | https://github.com/igosungithub/HiCPotts |
Bug Reports | https://github.com/igosungithub/HiCPotts/issues |
See More
Suggests | BiocStyle, knitr (>= 1.30), rmarkdown (>= 2.10), ggplot2 (>= 3.5.0), reshape2 (>= 1.4.4), testthat (>= 3.0.0), BiocManager |
Linking To | Rcpp, RcppArmadillo |
Enhances | |
Depends On Me | |
Imports Me | |
Suggests Me | |
Links To Me | |
Build Report | Build Report |
Package Archives
Follow Installation instructions to use this package in your R session.
Source Package | HiCPotts_0.99.5.tar.gz |
Windows Binary (x86_64) | HiCPotts_0.99.5.zip |
macOS Binary (x86_64) | HiCPotts_0.99.5.tgz |
macOS Binary (arm64) | HiCPotts_0.99.5.tgz |
Source Repository | git clone https://git.bioconductor.org/packages/HiCPotts |
Source Repository (Developer Access) | git clone git@git.bioconductor.org:packages/HiCPotts |
Bioc Package Browser | https://code.bioconductor.org/browse/HiCPotts/ |
Package Short Url | https://bioconductor.org/packages/HiCPotts/ |
Package Downloads Report | Download Stats |