Learn R Programming

lfproQC (version 1.4.1)

Boxplot_data: Creating Boxplot for a dataset

Description

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.

See Also

`geom_boxplot()`

Examples

Run this code
Boxplot_data(yeast_data)
Boxplot_data(rlr_knn_yeast_data)

Run the code above in your browser using DataLab