Skip to contents

Identify controversial clusters based on consensus analysis

Usage

identify_controversial_clusters(
  input,
  individual_predictions,
  controversy_threshold,
  entropy_threshold,
  api_keys,
  logger,
  consensus_check_model = NULL
)

Arguments

input

Either the differential gene table or a list of genes

individual_predictions

List of predictions from each model

controversy_threshold

Threshold for marking clusters as controversial

entropy_threshold

Entropy threshold for identifying controversial clusters

logger

Logger object for recording messages

Value

A list containing controversial clusters and consensus results