PlotMixingProportions.RdCompanion to PlotClusterMeans. Shows the
proportion of data points assigned to each DirichletProcess cluster as a dodged bar
chart, one bar per group. Clusters with high mixing weight and low mean
distance identify well-supported clonotype families.
PlotMixingProportions(dpResult, verbose = FALSE)A tcrDirichletResult object from
DirichletClusterAnalysis.
Logical. Default FALSE.
A ggplot2 object.
if (FALSE) { # \dontrun{
dp <- DirichletClusterAnalysis(seuratObj, "TRA_fl", "cDNA_ID")
PlotMixingProportions(dp)
} # }