Given an MSnSet, return a plot of the feature intensities per sample.

plot_quant(
  obj,
  method = c("box", "density", "histogram"),
  facet_by_sample = FALSE
)

Arguments

obj

MSnSet.

method

string. Plot style. Choice of box, density or histogram plot.

facet_by_sample

logical. Facet the plot by sample.

Value

ggplot object.