HiCDOC
A/B compartment detection and differential analysis
Bioconductor version: 3.23 · Package version: 1.14.0
HiCDOC normalizes intrachromosomal Hi-C matrices, uses unsupervised learning to predict A/B compartments from multiple replicates, and detects significant compartment changes between experiment conditions. It provides a collection of functions assembled into a pipeline to filter and normalize the data, predict the compartments and visualize the results. It accepts several type of data: tabular `.tsv` files, Cooler `.cool` or `.mcool` files, Juicer `.hic` files or HiC-Pro `.matrix` and `.bed` files.
Installation
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("HiCDOC") Details
| Maintainer | Maigné Élise <elise.maigne@inrae.fr> |
| Author | Kurylo Cyril [aut], Zytnicki Matthias [aut], Foissac Sylvain [aut], Maigné Élise [aut, cre] |
| License | LGPL-3 |
| URL | https://github.com/mzytnicki/HiCDOC |
| Bug Reports | https://github.com/mzytnicki/HiCDOC/issues |
| System Requirements | C++11 |
| Downloads rank | 277 |
| Source branch | RELEASE_3_23 |
| biocViews | Clustering, DNA3DStructure, HiC, Normalization, Sequencing, Software |
Documentation
Download
Dependencies
Depends: InteractionSet, GenomicRanges, SummarizedExperiment, R (>= 4.1.0)
Imports: methods, ggplot2, Rcpp (>= 0.12.8), stats, S4Vectors, gtools, pbapply, BiocParallel, BiocGenerics, grid, cowplot, gridExtra, data.table, multiHiCcompare, Seqinfo
LinkingTo: Rcpp
Suggests: knitr, rmarkdown, testthat, BiocStyle, BiocManager, rhdf5