Create a box plot with jittered data points and significance testing.
BoxPlot(
cellmeta,
sample.col,
celltype.col,
group.col,
legend.ncol = NULL,
celltypes.show = NULL
)
A data frame containing information about the cells.
The column name for the sample identifier in cellmeta
.
The column name for the cell type in cellmeta
.
The column name for the grouping variable in cellmeta
.
The number of columns for the legend (optional).
A character vector specifying which cell types to show (optional).
A ggplot object.