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)
Value
Interactive column-wise QQ-plot
Arguments
data
Proteomics expression dataset (original or normalized dataset)
Details
This can be used for comparing the original dataset with the
normalized dataset.