- Home
- Bioconductor 3.8
- Software Packages
- CoverageView
CoverageView
This package is for version 3.8 of Bioconductor; for the stable, up-to-date release version, see CoverageView.
Coverage visualization package for R
Bioconductor version: 3.8
This package provides a framework for the visualization of genome coverage profiles. It can be used for ChIP-seq experiments, but it can be also used for genome-wide nucleosome positioning experiments or other experiment types where it is important to have a framework in order to inspect how the coverage distributed across the genome
Author: Ernesto Lowy
Maintainer: Ernesto Lowy <ernestolowy at gmail.com>
citation("CoverageView")):
Installation
To install this package, start R (version "3.5") and enter:
if (!require("BiocManager", quietly = TRUE))
install.packages("BiocManager")
BiocManager::install("CoverageView")
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("CoverageView")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.