- Home
- Bioconductor 3.23
- Software Packages
- mosaics (development version)
mosaics
This is the development version of mosaics; for the stable release version, see mosaics.
MOSAiCS (MOdel-based one and two Sample Analysis and Inference for ChIP-Seq)
Bioconductor version: Development (3.23)
This package provides functions for fitting MOSAiCS and MOSAiCS-HMM, a statistical framework to analyze one-sample or two-sample ChIP-seq data of transcription factor binding and histone modification.
Author: Dongjun Chung, Pei Fen Kuan, Rene Welch, Sunduz Keles
Maintainer: Dongjun Chung <dongjun.chung at gmail.com>
citation("mosaics")):
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("mosaics")
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("mosaics")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.