Former-commit-id: 277b5d9529b9c90896e529ba365cd6c60115cbb8
... | ... |
@@ -119,6 +119,7 @@ celda_heatmap <- function(celda.mod, counts, ...) { |
119 | 119 |
#' @param celda.list A celda_list object as returned from *celda()* |
120 | 120 |
#' @param method Which performance metric to visualize. One of ("perplexity", "harmonic", "loglik"). "perplexity" calculates the inverse of the geometric mean of the log likelihoods from each iteration of Gibbs sampling. "harmonic" calculates the marginal likelihood has the harmonic mean of the likelihoods. "loglik" plots the highest log-likelihood during Gibbs iteration. |
121 | 121 |
#' @param title Title for the visualize_model_performance |
122 |
+#' @param by For celda_CG objects. Group by number of cell clusters K or number of gene clusters L |
|
122 | 123 |
#' @return A ggplot object containing the requested plot(s) |
123 | 124 |
#' @export |
124 | 125 |
visualize_model_performance <- function(celda.list, method, title, by) { |