用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/bioMate-AI/biomate-bioconductor-kb --skill bioconductor-stringdb命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
In recent years a wealth of biological data has become available in public data repositories. Easy access to these valuable data resources and firm integration with data analysis is needed for comprehensive bioinformatics data analysis. bio
KEGGGraph is an interface between KEGG pathway and graph object as well as a collection of tools to analyze, dissect and visualize these graphs. It parses the regularly updated KGML (KEGG XML) files into graph models maintaining all essenti
The 'enrichplot' package implements several visualization methods for interpreting functional enrichment results obtained from ORA or GSEA analysis. It is mainly designed to work with the 'clusterProfiler' package suite. All the visualizati
正在显示 SKILL.md
| name | bioconductor-stringdb |
| description | tags: [bioconductor, r, proteomics, vignette-grounded] |
| when_to_use | Use when: Mapping a list of differentially expressed genes to STRING database identifiers using the map method.; Computing functional enrichment (e.g., Gene Ontology, KEGG) for a set of proteins using get_enrichment.; Visualizing protein-protein interaction networks with custom node colors based on log fold-change using add_diff_exp_color and plot_network.; Retrieving specific interaction partners and exper. Not for: For offline network analysis with custom, non-STRING interaction networks, use igraph instead because STRINGdb is designed to query the online STRING database.; For primary differential expression analysis of microarray data, use limma instead becaus |
| user-invocable | false |
Package-intrinsic requirements from the Bioconductor landing page — reproduce in any R environment.
BiocManager::install("STRINGdb")map method.get_enrichment.add_diff_exp_color and plot_network.get_interaction_partners.get_clusters.igraph instead because STRINGdb is designed to query the online STRING database.limma instead because STRINGdb requires pre-analyzed differential expression results (e.g., p-values and log fold changes).pvalue or logFC.map step.get_enrichment_figure.get_homologs_besthits.input_directory when initializing the STRINGdb object to cache database files and enable off-line use.map to improve the mapping percentage.set_background with your full list of mapped identifiers before running get_enrichment to ensure p-values are correctly calibrated against your specific experiment.post_payload to upload custom color mapping (like up/down-regulation halos) to the STRING server before visualizing with plot_network.set_background with the full set of measurable proteins in your experiment before testing.removeUnmappedRows = FALSE to manually inspect unmapped rows.input_directory in the constructor to cache files locally.This skill is the knowledge layer — when, why, and how to use stringdb. To run this analysis on your own data with managed compute, automated QC, and reproducible outputs, use BioMate — free to start.