QQplot_data {lfproQC}R Documentation

Creating QQ-Plot for a dataset

Description

A Q–Q plot (quantile-quantile plot) is a plot of the quantiles of two distributions against each other, or a plot based on estimates of the quantiles. The normality of the data can be understand by this plot.

Usage

QQplot_data(data)

Arguments

data

Proteomics expression dataset (original or normalized dataset)

Details

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

Value

Interactive column-wise QQ-plot

Examples

qqplot <- QQplot_data(knn_rlr_yeast_data)

[Package lfproQC version 0.1.0 Index]