- Home
- Bioconductor 3.23
- Software Packages
- HiCool (development version)
HiCool
This is the development version of HiCool; for the stable release version, see HiCool.
HiCool
Bioconductor version: Development (3.23)
HiCool provides an R interface to process and normalize Hi-C paired-end fastq reads into .(m)cool files. .(m)cool is a compact, indexed HDF5 file format specifically tailored for efficiently storing HiC-based data. On top of processing fastq reads, HiCool provides a convenient reporting function to generate shareable reports summarizing Hi-C experiments and including quality controls.
Author: Jacques Serizay [aut, cre]
Maintainer: Jacques Serizay <jacquesserizay at gmail.com>
citation("HiCool")):
Installation
To install this package, start R (version "4.6") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
# The following initializes usage of Bioc devel
BiocManager::install(version='devel')
BiocManager::install("HiCool")
For older versions of R, please refer to the appropriate Bioconductor release.
Documentation
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.