plot_scores.Rd
Function to plot the model selection scores for NMF on each variant type and clustering. Reported scores are BIC and negative log-likelihood.
plot_scores(x, types = get_types(x), remove_outliers = FALSE)
bascule object.
List of variant types to visualize.
Logical. If `TRUE`, outliers in each score will be removed.
ggplot2 object.