plot_quant: Plot distributions for feature intensities per sample.

View source: R/qc_plots.R

plot_quantR Documentation

Plot distributions for feature intensities per sample.

Description

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

Usage

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.


CambridgeCentreForProteomics/camprotR documentation built on Jan. 27, 2023, 8:36 p.m.