recipe bioconductor-segmenter

Perform Chromatin Segmentation Analysis in R by Calling ChromHMM

Homepage:

https://bioconductor.org/packages/3.16/bioc/html/segmenter.html

License:

GPL-3

Recipe:

/bioconductor-segmenter/meta.yaml

Chromatin segmentation analysis transforms ChIP-seq data into signals over the genome. The latter represents the observed states in a multivariate Markov model to predict the chromatin's underlying states. ChromHMM, written in Java, integrates histone modification datasets to learn the chromatin states de-novo. The goal of this package is to call chromHMM from within R, capture the output files in an S4 object and interface to other relevant Bioconductor analysis tools. In addition, segmenter provides functions to test, select and visualize the output of the segmentation.

package bioconductor-segmenter

(downloads) docker_bioconductor-segmenter

Versions:

1.4.0-01.0.0-0

Depends:
Required By:

Installation

With an activated Bioconda channel (see set-up-channels), install with:

conda install bioconductor-segmenter

and update with:

conda update bioconductor-segmenter

or use the docker container:

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

(see bioconductor-segmenter/tags for valid values for <tag>)

Download stats