LAPP.heatmap: Plot or save heatmap for a matrix

Description Usage Arguments Value

Description

LAPP.heatmap() creates a heatmap using pheatmap() for either plotting or saving

Usage

1
LAPP.heatmap(data.mat, min, max, do.cluster = FALSE, file.dir = NA)

Arguments

min

minimum value to be used on the heatmap

max

maximum value to be used on the heatmap

do.cluster

boolean to determine whether the heatmaps should be clustered

file.dir

file for the heatmap to be plotted as a pdf onto. If left empty, the heatmap is plotted to the console instead.

matrix

data to be plotted

Value

list of pairwise distance matrices for each feature, as well as a cumulative one


ash129/LAPP documentation built on May 10, 2019, 1:52 p.m.