This function retrieves initial cell type predictions from all specified models. It is an internal helper function used by the interactive_consensus_annotation function.
get_initial_predictions(
input,
tissue_name,
models,
api_keys,
top_gene_count,
base_urls = NULL
)
A list containing individual predictions and successful models
Either the differential gene table or a list of genes
The tissue type or cell source
Vector of model names to use
Named list of API keys
Number of top differential genes to use
Optional custom base URLs for API endpoints