Learn R Programming

mLLMCelltype (version 1.3.2)

print_consensus_summary: Print summary of consensus results

Description

This function prints a detailed summary of the consensus building process, including initial predictions from all models, uncertainty metrics, and final consensus for each controversial cluster.

Usage

print_consensus_summary(results)

Value

None, prints summary to console

Arguments

results

A list containing consensus annotation results with the following components:

  • initial_results: A list containing individual_predictions, consensus_results, and controversial_clusters

  • final_annotations: A list of final cell type annotations for each cluster

  • controversial_clusters: A character vector of cluster IDs that were controversial

  • discussion_logs: A list of discussion logs for each controversial cluster