Process controversial clusters through discussion
process_controversial_clusters(
controversial_clusters,
input,
tissue_name,
successful_models,
api_keys,
individual_predictions,
top_gene_count,
controversy_threshold,
entropy_threshold,
max_discussion_rounds,
cache_manager,
use_cache,
consensus_check_model = NULL,
force_rerun = FALSE
)
A list containing discussion logs and final annotations
List of controversial cluster IDs
Either the differential gene table or a list of genes
The tissue type or cell source
Vector of successful model names
Named list of API keys
List of predictions from each model
Number of top differential genes to use
Threshold for marking clusters as controversial
Maximum number of discussion rounds for controversial clusters
Cache manager object
Whether to use cached results
Model to use for consensus checking
Whether to force re-analysis, ignoring cache