SuperSCC.gene_module.analyse_one_gene_module

SuperSCC.gene_module.analyse_one_gene_module(module_genes, api_key, model='deepseek-chat', base_url='https://api.deepseek.com/v1')[source]

Analyze a single gene module using the DeepSeek model

Parameters:
  • module_genes – A gene set list representing the gene module.

  • api_key – A sting for the api key of the LLM provider.

  • model – A string for the LLM model name.

  • base_url – A string to base URL for API requests.