Boxplot_data {lfproQC}R Documentation

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)

Arguments

data

Proteomics expression dataset (original or normalized dataset)

Details

This can also be used for comparing the original dataset with the normalized dataset.

Value

Interactive box and whiskers plot

See Also

'geom_boxplot()'

Examples

Boxplot_data(yeast_data)
Boxplot_data(knn_rlr_yeast_data)

[Package lfproQC version 0.1.0 Index]