Draws a hierarchical clustering heatmap of a consensus matrix.
Arguments
- fit
A fitted object from
fit_uccdf().- k
Optional
Kto display. Defaults to the selectedKwhen available, otherwise the largest fittedK.- ...
Additional arguments passed to
stats::heatmap().
Examples
fit <- fit_uccdf(toy_mixed_data, id_column = "sample_id", n_resamples = 8, n_null = 39, seed = 1)
plot_consensus_heatmap(fit)