wrapper.corrMatrixD_HC {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. Same as the function wrapper.corrMatrixD but uses the package highcharter

Usage

wrapper.corrMatrixD_HC(obj, rate = 0.5)

Arguments

obj

An object of class MSnSet.

rate

A float that defines the gradient of colors.

Value

A colored correlation matrix

Author(s)

Samuel Wieczorek

Examples

utils::data(Exp1_R25_pept, package='DAPARdata')
wrapper.corrMatrixD_HC(Exp1_R25_pept)

[Package DAPAR version 1.18.5 Index]