This function takes a vector of gene symbols, retrieves their interaction partners from STRING DB, and performs functional enrichment analysis.
run_stringdb_annotation(name, gene_list, required_score = 700, limit = 0, ...)set of report files, including images, text and excel files containing functional enrichment analysis results.
A character string specifying a unique identifier for this analysis run.
A character vector of gene symbols (e.g., HGNC symbols or Ensembl gene IDs).
Threshold of significance to include an interaction, a number between 0 and 1000.
Limits the number of interaction partners retrieved per protein, a number between 0 and 100.
Additional arguments passed to downstream functions for extended customization.