Skip to contents

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.

Usage

PlotNodeScatterPlot(x, path)

Arguments

x

A TockyObject or FlowObject with GatingTreeObject

path

A character vector specifying the path through the gating hierarchy.

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"))
} # }