Skip to contents

This function provides a summary of feature QC filtering based on feature class, showing the number of features that passed or failed various quality control criteria. It visualizes the filtering in a hierarchical sequence. Features are first evaluated against lower-level filters such as signal-to-blank (S/B) ratios and limit of detection (LOD), followed by higher-level filters like the coefficient of variation (CV) or linear regression results. This means that a feature is classified as failing a given criterion (e.g., CV) only if it has passed all hierarchically lower filters (e.g., S/B ratio and LOD).

Usage

plot_qc_summary_byclass(data = NULL, font_base_size = 8)

Arguments

data

A MRMhubExperiment object.

font_base_size

Numeric. Base font size (in points) for plot text. Default is 8.

Value

A ggplot object showing the feature QC filtering summary by feature class.