This function creates a scatter plot visualization of node percentages based on the given path through a gating tree. It computes and displays statistical summaries including means and standard deviations by group, adds error bars to the plot, and marks significant differences with asterisks.
Value
A ggplot object representing the node percentage scatter plot with error bars and optionally asterisks denoting statistical significance.
Examples
if (FALSE) { # \dontrun{
PlotNodeScatterPlot(x, c("path", "to", "node"))
} # }