Retrieve Cluster Percentage Data and Stats
Source:R/PlotPercentageClusters.R
GetStatsClusterPercentage.Rd
This function retrieves the cluster percentage data from a TockyPrepData that has already been processed with the PlotClusterPercentage function. It can display the statistics in the Terminal or write them to CSV files.
Arguments
- x
-
A TockyPrepData that has been processed with the PlotClusterPercentage function.
- writeResults
-
A logical value. If TRUE, two files will be generated containing group statistics and p-values, respectively. If FALSE, these statistical results are displayed in the Terminal.
- filename
-
(optional) Base name for the output files when writeResults is TRUE.