Corrplot_data {lfproQC}R Documentation

Creating Correlation matrix plot for a dataset

Description

A graphical display of a correlation matrix.

Usage

Corrplot_data(data)

Arguments

data

Proteomics expression dataset (original or normalized dataset) along with the protein information

Details

This can also be used for comparing the original dataset with the normalized dataset.

Value

Interactive corrleation matrix plot

Examples

Corrplot_data(yeast_data)
Corrplot_data(knn_rlr_yeast_data)

[Package lfproQC version 0.1.0 Index]