- Home
- Bioconductor 3.23
- Software Packages
- recoup (development version)
recoup
This is the development version of recoup; for the stable release version, see recoup.
An R package for the creation of complex genomic profile plots
Bioconductor version: Development (3.23)
recoup calculates and plots signal profiles created from short sequence reads derived from Next Generation Sequencing technologies. The profiles provided are either sumarized curve profiles or heatmap profiles. Currently, recoup supports genomic profile plots for reads derived from ChIP-Seq and RNA-Seq experiments. The package uses ggplot2 and ComplexHeatmap graphics facilities for curve and heatmap coverage profiles respectively.
Author: Panagiotis Moulos <moulos at fleming.gr>
Maintainer: Panagiotis Moulos <moulos at fleming.gr>
citation("recoup")):
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("recoup")
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("recoup")
Details
See More
Package Archives
Follow Installation instructions to use this package in your R session.