Learn R Programming

SNPannotator (version 1.4.3)

run_stringdb_annotation: Analyze STRING DB Interactions and perform functional enrichment

Description

This function takes a vector of gene symbols, retrieves their interaction partners from STRING DB, and performs functional enrichment analysis.

Usage

run_stringdb_annotation(name, gene_list, required_score = 700, limit = 0, ...)

Value

set of report files, including images, text and excel files containing functional enrichment analysis results.

Arguments

name

A character string specifying a unique identifier for this analysis run.

gene_list

A character vector of gene symbols (e.g., HGNC symbols or Ensembl gene IDs).

required_score

Threshold of significance to include an interaction, a number between 0 and 1000.

limit

Limits the number of interaction partners retrieved per protein, a number between 0 and 100.

...

Additional arguments passed to downstream functions for extended customization.