一键导入
differential-expression-helper
Interpret a differential expression result with replicate-aware context, likely confounders, and the next analysis decision.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Interpret a differential expression result with replicate-aware context, likely confounders, and the next analysis decision.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Manage the BioAPEX current-feature workflow from scoping through review and completion
Turn an analysis request into a Slurm-ready execution plan with commands, resource assumptions, and job structure.
Scale a buffer recipe to a target volume and compute component masses/volumes.
Save a fetched summary or document to the knowledge base for later retrieval (e.g. after PubMed/UniProt lookup).
Interpret scRNA clusters using marker genes and suggest cell type or state.
Critically evaluate a perturbation hypothesis — challenge assumptions, propose negative controls, and flag confounders.
| name | differential_expression_helper |
| description | Interpret a differential expression result with replicate-aware context, likely confounders, and the next analysis decision. |
| category | bio/single_cell_rna |
| version | 1 |
| requires_tools | ["read_file","search_knowledge_base","python_repl"] |
| requires_network | false |
| user_invocable | true |
| tags | ["differential-expression","covariates","scrna","confounders"] |
| aliases | ["de_result_helper","de_table_interpreter"] |
| species | any |
| modality | single_cell_rna |
| stage | analysis |
| stability | stable |
| safety_level | low |
Interpret a DE result in biological context, call out common design pitfalls, and recommend the next validation or modeling step.
Use this skill when the user shares a DE table or a summary of DE results and wants interpretation, covariate guidance, or help deciding whether the comparison is trustworthy.
read_file when a file path is available, otherwise structure the user-provided summary explicitly.python_repl to summarize top hits, effect-size spread, and how many genes pass the stated cutoff.search_knowledge_base for local design guidance such as pseudobulk, replicate handling, or covariate expectations when that context exists in the project.read_file, search_knowledge_base, and python_repl checks the interpretation relied on.