Plot boxplot of metabolites, and save them as .png.

metab_boxplot(
  mRList = NULL,
  dirout = NULL,
  features = NULL,
  col_by = "class",
  group = "class",
  col_pal = NULL
)

Arguments

mRList

mRList object

dirout

output directory

features

vector with a list of metabolites to graph

col_by

define how to color the boxplot, default=class

group

define what you want to compare

col_pal

optional palette. It must match the number of levels of the factor indicated by col_by