QQplot_data | R Documentation |
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.
QQplot_data(data)
data |
Proteomics expression dataset (original or normalized dataset) |
This can be used for comparing the original dataset with the normalized dataset.
Interactive column-wise QQ-plot
qqplot <- QQplot_data(rlr_knn_yeast_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.