Create prompt for cell type annotation
create_annotation_prompt(input, tissue_name, top_gene_count = 10)Character string containing the formatted prompt
Either a data frame from Seurat's FindAllMarkers() or a list for each cluster
where each element is either a character vector of genes or a list containing a genes field
Cluster IDs in named inputs are preserved as-is; unnamed list input receives sequential IDs starting at "0".
Tissue context for the annotation (e.g., 'human PBMC', 'mouse brain')
Number of top genes to use per cluster when input is from Seurat. Default: 10