colorpatch is an R-package for optimized rendering of fold changes and confidence values primarily designed for visualising gene expression profiles.
The most recent version of the package and its documentation is available from colorpatch's CRAN page.
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.
In an R console, type install.packages("colorpatch"). The package is now installed and can be loaded via library(colorpatch).