colorpatch

colorpatch is an R-package for optimized rendering of fold changes and confidence values primarily designed for visualising gene expression profiles.

Functionality for optimizing two-sided color scales is included.

The most recent version of the package and its documentation is available from colorpatch's CRAN page.

Documentation

Documentation is included in the R package. You can get help for a command by typing ?<command> (e.g. ?PlotUniformity) inside R when the package is loaded.

The vignette shows an example of this package. Call

vignette("introduction", package = "colorpatch")

within R after installing the package.

Installation

In an R console, type install.packages("colorpatch"). The package is now installed and can be loaded via library(colorpatch).