query-stringdb

Query the STRING database API for protein interaction networks and enrichment data.

1|Updated Mar 12, 2026
One-click install
npx skills add https://github.com/yf8578/clawomics --skill query-stringdb-yf8578
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: query-stringdb
Source: https://github.com/yf8578/clawomics/tree/main/skills/query-stringdb
Command: npx skills add https://github.com/yf8578/clawomics --skill query-stringdb-yf8578

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps researchers understand the complex web of protein-protein interactions, identify binding partners, and analyze functional associations between genes.

Core Features & Use Cases

  • Protein Interaction Networks: Query the STRING database to retrieve interaction partners for a given set of genes.
  • Functional Enrichment: Perform enrichment analysis on a list of genes to identify over-represented biological pathways or functions.
  • Network Visualization: Download high-resolution images of protein interaction networks.
  • Use Case: A biologist is studying a set of genes implicated in a disease and wants to see if they form a cohesive network or interact with known disease-related proteins.

Quick Start

Use the query-stringdb skill to find interaction partners for the genes BRCA1, BRCA2, and TP53.

Frequently Asked Questions about query-stringdb

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I retrieve protein-protein interaction networks for a list of genes?▼

To retrieve protein-protein interaction networks, you query the STRING database API with a list of genes. This returns interaction partners and functional associations specific to your input genes.

Can I perform functional enrichment analysis on a gene list using STRING data?▼

Yes, you can perform functional enrichment analysis on a gene list to identify over-represented biological pathways. This helps researchers discover functional associations and pathways within their interactome data.

Does this method support species-specific queries for interactome analysis?▼

Species-specific queries are supported for interactome analysis via the STRING database API. You can filter protein interaction networks by species and apply confidence score filtering to refine results.

How do I download high-resolution images of protein interaction networks?▼

You can download high-resolution network images directly from the STRING database API. This allows visual exploration of protein interaction networks for your queried genes.

What is the best way to analyze disease-related gene sets for binding partners?▼

Querying the STRING database is an effective way to analyze disease-related gene sets for binding partners. It identifies whether implicated genes form cohesive networks or interact with known disease proteins.

Do I need the requests library to query the STRING database API?▼

Yes, the requests library is required. It handles the HTTP requests needed to communicate with the STRING database API and retrieve protein interaction and functional enrichment data.