Learn R Programming

lfproQC (version 1.4.1)

QQplot_data: 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)

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.

Examples

Run this code
qqplot <- QQplot_data(rlr_knn_yeast_data)

Run the code above in your browser using DataLab