SuperSCC.gene_module.compare_gene_modules

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

Compare two gene modules and analyze their similarities and differences.

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

  • module2 – A gene set list representing the second 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.