Plot the performance of a list of celda_CG models returned from running celda function. For each number of gene clusters L (cell clusters K), plot the performance of each number of cell clusters K (gene clusters L).
# S3 method for celda_CG
visualizeModelPerformance(celda.list,
method = "perplexity", title = "Model Performance (All Chains)",
log = FALSE)
A list of celda_CG objects returned from celda function
One of "perplexity" or "loglik"
Title for the visualizeModelPerformance
Set log to TRUE to visualize the log(perplexity) of Celda_CG objects.