gapmap-package: Draws gapped heatmap (gapmap) and gapped dendrograms using...

Description Details Author(s)

Description

Functions for drawing gapped cluster heatmap with ggplot2

Details

This is a set of tools for drawing gapmaps using ggplot

gap_data extracts data from a dendrogram object. Make sure to convert hclust object to dendrogram object by calling as.dendrogram(). This method generates an object class gapdata, consisting of a list of data.frames. The general workflow is as following:

  1. Hierarchical clustering hclust()

  2. Convert the hclust output class into dendrogram by calling as.dendrogram()

  3. Generate a gapped cluster heatmap by specifying a matrix and dendrogram objects for rows and columns in gapmap() function

Author(s)

Ryo Sakai ryo.sakai@esat.kuleuven.be


gapmap documentation built on April 19, 2021, 5:06 p.m.