The box and whiskers plot displays the distribution of a continuous variable.
It visualises five summary statistics (the median, two hinges and two whiskers), and all "outlying" points individually.
The `ggplot2` package is used here for creating the boxplot.
Usage
Boxplot_data(data)
Value
Interactive box and whiskers plot
Arguments
data
Proteomics expression dataset (original or normalized dataset)
Details
This can also be used for comparing the original dataset with the normalized dataset.