recipe bioconductor-hicaggr

Set of 3D genomic interaction analysis tools

Homepage:

https://bioconductor.org/packages/3.20/bioc/html/HicAggR.html

License:

MIT + file LICENSE

Recipe:

/bioconductor-hicaggr/meta.yaml

This package provides a set of functions useful in the analysis of 3D genomic interactions. It includes the import of standard HiC data formats into R and HiC normalisation procedures. The main objective of this package is to improve the visualization and quantification of the analysis of HiC contacts through aggregation. The package allows to import 1D genomics data, such as peaks from ATACSeq, ChIPSeq, to create potential couples between features of interest under user-defined parameters such as distance between pairs of features of interest. It allows then the extraction of contact values from the HiC data for these couples and to perform Aggregated Peak Analysis (APA) for visualization, but also to compare normalized contact values between conditions. Overall the package allows to integrate 1D genomics data with 3D genomics data, providing an easy access to HiC contact values.

package bioconductor-hicaggr

(downloads) docker_bioconductor-hicaggr

versions:

1.2.0-0

depends bioconductor-biocgenerics:

>=0.52.0,<0.53.0

depends bioconductor-biocparallel:

>=1.40.0,<1.41.0

depends bioconductor-genomeinfodb:

>=1.42.0,<1.43.0

depends bioconductor-genomicranges:

>=1.58.0,<1.59.0

depends bioconductor-interactionset:

>=1.34.0,<1.35.0

depends bioconductor-iranges:

>=2.40.0,<2.41.0

depends bioconductor-rhdf5:

>=2.50.0,<2.51.0

depends bioconductor-rtracklayer:

>=1.66.0,<1.67.0

depends bioconductor-s4vectors:

>=0.44.0,<0.45.0

depends r-base:

>=4.4,<4.5.0a0

depends r-checkmate:

depends r-data.table:

depends r-dplyr:

depends r-ggplot2:

depends r-gridextra:

depends r-matrix:

depends r-purrr:

depends r-reshape:

depends r-rlang:

depends r-strawr:

depends r-stringr:

depends r-tibble:

depends r-tidyr:

depends r-withr:

requirements:

additional platforms:

Installation

You need a conda-compatible package manager (currently either micromamba, mamba, or conda) and the Bioconda channel already activated (see set-up-channels).

While any of above package managers is fine, it is currently recommended to use either micromamba or mamba (see here for installation instructions). We will show all commands using mamba below, but the arguments are the same for the two others.

Given that you already have a conda environment in which you want to have this package, install with:

   mamba install bioconductor-hicaggr

and update with::

   mamba update bioconductor-hicaggr

To create a new environment, run:

mamba create --name myenvname bioconductor-hicaggr

with myenvname being a reasonable name for the environment (see e.g. the mamba docs for details and further options).

Alternatively, use the docker container:

   docker pull quay.io/biocontainers/bioconductor-hicaggr:<tag>

(see `bioconductor-hicaggr/tags`_ for valid values for ``<tag>``)

Download stats