plot_normality_boxplot: Plot normality boxplot of each individual feature

Description Usage Arguments Value Examples

View source: R/Methods-plot.R

Description

This funciton first scale each feature using the scale function, then make a boxplot of the z-score of each feature. This is usful to check the overall normality of the dataset

Usage

1

Arguments

object

A MetabolomicsSet-class object.

sort

A boolean variable indicating whether arrange the features according to their medians.

Value

A ggplot object

Examples

1
2
3
data(lipid)
lipid = subset_features(lipid, 1:10)
plot_normality_bxoplot(lipid)

zhuchcn/Metabase documentation built on July 23, 2019, 1:36 p.m.