- Home
- Bioconductor 3.23
- Experiment Packages
- HiContactsData (development version)
HiContactsData
This is the development version of HiContactsData; for the stable release version, see HiContactsData.
HiContacts companion data package
Bioconductor version: Development (3.23)
Provides a collection of Hi-C files (pairs, (m)cool and fastq). These datasets can be read into R and further investigated and visualized with the HiContacts package. Data includes yeast Hi-C data generated by the Koszul lab from the Pasteur Institute.
Author: Jacques Serizay [aut, cre]
Maintainer: Jacques Serizay <jacquesserizay at gmail.com>
citation("HiContactsData")):
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("HiContactsData")
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("HiContactsData")
Details
Package Archives
Follow Installation instructions to use this package in your R session.