mi_plot_cor {MantaID}R Documentation

Plot correlation heatmap.

Description

Plot correlation heatmap.

Usage

mi_plot_cor(data, cls = "class")

Arguments

data

Data frame that including IDs' position features.

cls

The name of the class column.

Value

A heatmap.

Examples

data(mi_data_procID)
data_num <- mi_to_numer(mi_data_procID)
mi_plot_cor(data_num)

[Package MantaID version 1.0.2 Index]