Skip to contents

This function takes a complex object containing gating tree data and performs statistical tests to evaluate the significance of delta enrichment or interaction effects across markers. It plots the results as boxplots and returns the modified object with additional annotations based on the analysis.

Usage

PlotDeltaEnrichment(x)

Arguments

x

FlowObject.

Value

Returns the object `x` with statistical values

Details

The function conducts Kruskal-Wallis tests to determine the significance of differences across markers, followed by Dunn's test for post-hoc analysis with Bonferroni correction if significant.

Examples

if (FALSE) { # \dontrun{
  x <- PlotDeltaEnrichment(x)
} # }