anndict.annotate.ai_cell_type#
- anndict.annotate.ai_cell_type(gene_list, tissue=None)[source]#
Returns the cell type based on a list of marker genes as determined by LLM.
- Parameters:
- gene_list
list[str] The list of genes to be described.
- tissue
str(default:None) The tissue of origin to provide context for the LLM.
- gene_list
- Return type:
str- Returns:
The cell type label generated by an LLM.