Boxplot_data | R Documentation |
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.
Boxplot_data(data)
data |
Proteomics expression dataset (original or normalized dataset) |
This can also be used for comparing the original dataset with the normalized dataset.
Interactive box and whiskers plot
'geom_boxplot()'
Boxplot_data(yeast_data)
Boxplot_data(rlr_knn_yeast_data)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.