This file contains all prompt template functions used in mLLMCelltype. These functions create various prompts for different stages of the cell type annotation process. Create prompt for cell type annotation
create_annotation_prompt(input, tissue_name, top_gene_count = 10)
A list containing the prompt string and expected count of responses
Either the differential gene table returned by Seurat FindAllMarkers() function, or a list of genes
The name of the tissue
Number of top differential genes to use per cluster