wrapper.corrMatrixD {DAPAR}R Documentation

Displays a correlation matrix of the quantitative data of the exprs() table

Description

Builds a correlation matrix based on a MSnSet object.

Usage

wrapper.corrMatrixD(obj, rate = 5)

Arguments

obj

An object of class MSnSet.

rate

A float that defines the gradient of colors.

Value

A colored correlation matrix

Author(s)

Alexia Dorffer

Examples

require(DAPARdata)
data(Exp1_R25_pept)
wrapper.corrMatrixD(Exp1_R25_pept)

[Package DAPAR version 1.16.6 Index]