README.md

CRAN_Status_Badge Travis-CI Build Status AppVeyor Build Status Project Status: Inactive – The project has reached a stable, usable state but is no longer being actively developed; support/maintenance will be provided as time allows. codecov

Enhanced Heatmap

This is the master branch. This branch is recommended for most colour matrix annotation, additional functionality is possible in the test version if needed.

Altered version of heatmap.2 by Mik Black and Tom Kelly at the University of Otago

Modifications to the R function heatmap.2 {gplots}

Requires R packages gplots and gtools

To get the modified version from github:

# install.packages("devtools")
devtools::install_github("TomKellyGenetics/heatmap.2x", ref="master")

To get the modified version from github (with various functions of heatmap.2 restored):

# install.packages("devtools")
devtools::install_github("TomKellyGenetics/heatmap.2x", ref="test")

To get the current released version from CRAN:

install.packages("gplots")

Citation of original package: Gregory R. Warnes, Ben Bolker, Lodewijk Bonebakker, Robert Gentleman, Wolfgang Huber Andy Liaw, Thomas Lumley, Martin Maechler, Arni Magnusson, Steffen Moeller, Marc Schwartz and Bill Venables (2015). gplots: Various R Programming Tools for Plotting Data. R package version 2.17.0. http://CRAN.R-project.org/package=gplots

Running

See the relevant vignettes for more details:

https://rawgit.com/TomKellyGenetics/heatmap.2x/master/vignettes/heatmap_annotation.html https://rawgit.com/TomKellyGenetics/heatmap.2x/master/vignettes/heatmap_golub.html

heatmap.2x works in much the same manner as heatmap.2

Stable branch

Note there is a stable branch to try the added annotation bars with very few changes to heatmap.2 code from gplots:

# install.packages("devtools")
devtools::install_github("TomKellyGenetics/heatmap.2x", ref="stable")

For development history prior to package documentation, see the original repo: https://github.com/TomKellyGenetics/R-Heatmap-Functions/commits?author=TomKellyGenetics



TomKellyGenetics/heatmap.2x documentation built on July 8, 2019, 4:38 a.m.