DNAZooData

This is the released version of DNAZooData; for the devel version, see DNAZooData.

DNA Zoo data package


Bioconductor version: Release (3.22)

DNAZooData is a data package giving programmatic access to genome assemblies and Hi-C contact matrices uniformly processed by the [DNA Zoo Consortium](https://www.dnazoo.org/). The matrices are available in the multi-resolution `.hic` format. A URL to corrected genome assemblies in `.fastq` format is also provided to the end-user.

Author: Jacques Serizay [aut, cre]

Maintainer: Jacques Serizay <jacquesserizay at gmail.com>

Citation (from within R, enter citation("DNAZooData")):

Installation

To install this package, start R (version "4.5") and enter:


if (!require("BiocManager", quietly = TRUE))
    install.packages("BiocManager")

BiocManager::install("DNAZooData")

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("DNAZooData")

Details

See More

Package Archives

Follow Installation instructions to use this package in your R session.