Learn R Programming

DAPAR (version 1.4.7)

wrapper.heatmapD: This function is a wrapper to heatmap.2 that displays quantitative data in the exprs() table of an object of class MSnSet

Description

Builds a heatmap of the quantitative proteomic data of a MSnSet object.

Usage

wrapper.heatmapD(obj, distance = "euclidean", cluster = "average", dendro = FALSE)

Arguments

obj
An object of class MSnSet.
distance
The distance used by the clustering algorithm to compute the dendrogram. See help(heatmap.2).
cluster
the clustering algorithm used to build the dendrogram. See help(heatmap.2)
dendro
A boolean to indicate fi the dendrogram has to be displayed

Value

A heatmap

Examples

Run this code
data(testWithoutNA)
wrapper.heatmapD(testWithoutNA)

Run the code above in your browser using DataLab