- recipe bioconductor-umi4cats
UMI4Cats: Processing, analysis and visualization of UMI-4C chromatin contact data
- Homepage:
https://bioconductor.org/packages/3.18/bioc/html/UMI4Cats.html
- License:
Artistic-2.0
- Recipe:
UMI-4C is a technique that allows characterization of 3D chromatin interactions with a bait of interest, taking advantage of a sonication step to produce unique molecular identifiers (UMIs) that help remove duplication bias, thus allowing a better differential comparsion of chromatin interactions between conditions. This package allows processing of UMI-4C data, starting from FastQ files provided by the sequencing facility. It provides two statistical methods for detecting differential contacts and includes a visualization function to plot integrated information from a UMI-4C assay.
- package bioconductor-umi4cats¶
- versions:
1.12.0-0
,1.10.0-0
,1.8.0-0
,1.4.0-0
,1.2.0-0
,1.0.1-0
,1.0.0-0
- depends bioconductor-annotate:
>=1.80.0,<1.81.0
- depends bioconductor-biocfilecache:
>=2.10.0,<2.11.0
- depends bioconductor-biocgenerics:
>=0.48.0,<0.49.0
- depends bioconductor-biostrings:
>=2.70.0,<2.71.0
- depends bioconductor-bsgenome:
>=1.70.0,<1.71.0
- depends bioconductor-deseq2:
>=1.42.0,<1.43.0
- depends bioconductor-genomeinfodb:
>=1.38.0,<1.39.0
- depends bioconductor-genomicalignments:
>=1.38.0,<1.39.0
- depends bioconductor-genomicfeatures:
>=1.54.0,<1.55.0
- depends bioconductor-genomicranges:
>=1.54.0,<1.55.0
- depends bioconductor-iranges:
>=2.36.0,<2.37.0
- depends bioconductor-org.hs.eg.db:
>=3.18.0,<3.19.0
- depends bioconductor-rbowtie2:
>=2.8.0,<2.9.0
- depends bioconductor-regioner:
>=1.34.0,<1.35.0
- depends bioconductor-rsamtools:
>=2.18.0,<2.19.0
- depends bioconductor-s4vectors:
>=0.40.0,<0.41.0
- depends bioconductor-shortread:
>=1.60.0,<1.61.0
- depends bioconductor-summarizedexperiment:
>=1.32.0,<1.33.0
- depends bioconductor-txdb.hsapiens.ucsc.hg19.knowngene:
>=3.2.0,<3.3.0
- depends r-base:
>=4.3,<4.4.0a0
- depends r-cowplot:
- depends r-dplyr:
- depends r-fda:
- depends r-ggplot2:
- depends r-magick:
- depends r-magrittr:
- depends r-r.utils:
- depends r-rappdirs:
- depends r-rcolorbrewer:
- depends r-reshape2:
- depends r-rlang:
- depends r-scales:
- depends r-stringr:
- depends r-zoo:
- requirements:
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-umi4cats and update with:: mamba update bioconductor-umi4cats
To create a new environment, run:
mamba create --name myenvname bioconductor-umi4cats
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-umi4cats:<tag> (see `bioconductor-umi4cats/tags`_ for valid values for ``<tag>``)
Download stats¶
Link to this page¶
Render an badge with the following MarkDown:
[![install with bioconda](https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat)](http://bioconda.github.io/recipes/bioconductor-umi4cats/README.html)