Skip to contents

Plot Delta Enrichment or Interaction Effects for Each Marker Using Pruned GatingTree

Usage

PlotDeltaEnrichmentPrunedTree(x)

Arguments

x

FlowObject after applying PruneGatingTree.

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 <- PlotDeltaEnrichmentPrunedTree(x)
} # }