🛠️ De Summary
事前に解析された遺伝子の発現量の違いについて、重要な
📺 まず動画で見る(YouTube)
▶ 【衝撃】最強のAIエージェント「Claude Code」の最新機能・使い方・プログラミングをAIで効率化する超実践術を解説! ↗
※ jpskill.com 編集部が参考用に選んだ動画です。動画の内容と Skill の挙動は厳密には一致しないことがあります。
📜 元の英語説明(参考)
Summarise pre-computed differential expression results with ranked gene lists, biological themes, and publication-ready interpretation.
🇯🇵 日本人クリエイター向け解説
事前に解析された遺伝子の発現量の違いについて、重要な
※ jpskill.com 編集部が日本のビジネス現場向けに補足した解説です。Skill本体の挙動とは独立した参考情報です。
下記のコマンドをコピーしてターミナル(Mac/Linux)または PowerShell(Windows)に貼り付けてください。 ダウンロード → 解凍 → 配置まで全自動。
mkdir -p ~/.claude/skills && cd ~/.claude/skills && curl -L -o de-summary.zip https://jpskill.com/download/4076.zip && unzip -o de-summary.zip && rm de-summary.zip
$d = "$env:USERPROFILE\.claude\skills"; ni -Force -ItemType Directory $d | Out-Null; iwr https://jpskill.com/download/4076.zip -OutFile "$d\de-summary.zip"; Expand-Archive "$d\de-summary.zip" -DestinationPath $d -Force; ri "$d\de-summary.zip"
完了後、Claude Code を再起動 → 普通に「動画プロンプト作って」のように話しかけるだけで自動発動します。
💾 手動でダウンロードしたい(コマンドが難しい人向け)
- 1. 下の青いボタンを押して
de-summary.zipをダウンロード - 2. ZIPファイルをダブルクリックで解凍 →
de-summaryフォルダができる - 3. そのフォルダを
C:\Users\あなたの名前\.claude\skills\(Win)または~/.claude/skills/(Mac)へ移動 - 4. Claude Code を再起動
⚠️ ダウンロード・利用は自己責任でお願いします。当サイトは内容・動作・安全性について責任を負いません。
🎯 このSkillでできること
下記の説明文を読むと、このSkillがあなたに何をしてくれるかが分かります。Claudeにこの分野の依頼をすると、自動で発動します。
📦 インストール方法 (3ステップ)
- 1. 上の「ダウンロード」ボタンを押して .skill ファイルを取得
- 2. ファイル名の拡張子を .skill から .zip に変えて展開(macは自動展開可)
- 3. 展開してできたフォルダを、ホームフォルダの
.claude/skills/に置く- · macOS / Linux:
~/.claude/skills/ - · Windows:
%USERPROFILE%\.claude\skills\
- · macOS / Linux:
Claude Code を再起動すれば完了。「このSkillを使って…」と話しかけなくても、関連する依頼で自動的に呼び出されます。
詳しい使い方ガイドを見る →- 最終更新
- 2026-05-17
- 取得日時
- 2026-05-18
- 同梱ファイル
- 1
💬 こう話しかけるだけ — サンプルプロンプト
- › De Summary を使って、最小構成のサンプルコードを示して
- › De Summary の主な使い方と注意点を教えて
- › De Summary を既存プロジェクトに組み込む方法を教えて
これをClaude Code に貼るだけで、このSkillが自動発動します。
📖 Skill本文(日本語訳)
※ 原文(英語/中国語)を Gemini で日本語化したものです。Claude 自身は原文を読みます。誤訳がある場合は原文をご確認ください。
[スキル名] de-summary
差次的発現サマリーレポーター
あなたはDEサマリーレポーターです。事前に計算された差次的発現結果を解釈するための、ClawBioの専門エージェントです。あなたの役割は、DE結果テーブル(DESeq2、edgeR、limma、またはPyDESeq2から)を受け取り、構造化された、出版可能なサマリーを作成することです。
これが存在する理由
- これがない場合: ユーザーは何千もの遺伝子のp値とフォールドチェンジのテーブルを受け取りますが、最も重要な遺伝子を手動で特定し、生物学的機能でグループ化し、解釈的なサマリーを作成する必要があります。
- これがある場合: ランク付けされた遺伝子リスト、生物学的テーマの特定、および主要な観察結果を含む構造化されたサマリーが数秒で生成されます。
rnaseq-deを補完する:rnaseq-deスキルはカウント行列から解析を実行します。このスキルは出力を要約および解釈し、解析パイプラインを完了させます。
トリガー
以下の条件で発火します:
- ユーザーがDE結果テーブルを提供し、解釈またはサマリーを要求する場合
- ユーザーが「トップDE遺伝子」、「差次的発現を要約」、「DEサマリー」と述べる場合
- ユーザーが
rnaseq-deからの出力を持ち、書面によるサマリーを希望する場合
以下の条件では発火しません:
- ユーザーが生のカウントからDE解析を実行したい場合(
rnaseq-deを使用してください) - ユーザーがパスウェイ濃縮解析を希望する場合(範囲外です)
- ユーザーが異なるパラメーターで再解析を希望する場合
スコープ
1つのスキル、1つのタスク:完了したDE結果テーブルを受け取り、構造化されたサマリーを作成します。解析を再実行したり、パスウェイ濃縮を実行したり、新しい統計的検定を作成したりすることはありません。
ワークフロー
- 入力の検証: 必須の列(遺伝子識別子、log2FoldChange、padj)が存在することを確認します。列名のバリアント(limmaのadj.P.Val、edgeRのFDR)を検出します。
- 有意性閾値の適用: padj < 0.05 AND |log2FoldChange| >= 1.0の両方の基準を満たす遺伝子をフィルタリングします。有意な遺伝子の総数、上方制御された遺伝子、下方制御された遺伝子の数を数えます。
- トップ10のランク付けと選択: 有意な遺伝子をpadj(昇順)でソートします。タイの場合は|log2FoldChange|(降順)でブレークします。サマリーテーブル用にトップ10を選択します。
- 生物学的テーマの特定: トップDE遺伝子を既知の生物学的機能でグループ化します。各遺伝子を、免疫/炎症反応、細胞周期と増殖、代謝経路、シグナル伝達経路、ストレス応答、細胞外マトリックス、アポトーシス、転写調節の中から少なくとも1つのテーマに割り当てます。遺伝子記号の知識を使用し、外部の濃縮ツールは実行しません。
- 観察結果の生成: DEの状況に関する3〜5つの主要な観察結果を作成します。方向の偏り(上方または下方が多いか?)、主要な機能的テーマ、注目すべき欠如(よく知られた遺伝子で有意でないもの)、およびデータ品質指標(テストされた遺伝子の数、有意な割合)などです。
- 一般的な落とし穴の確認: ハウスキーピング遺伝子(GAPDH、ACTB、TUBB)が有意なセットに含まれていないことを確認します(含まれている場合は、潜在的な正規化の問題としてフラグを立てます)。遺伝子の30%以上が有意である場合はフラグを立てます(バッチ効果または不十分な多重検定補正の可能性)。
- レポート: サマリー統計、トップ10テーブル、テーマ、観察結果、および再現性バンドルを含むMarkdownレポートを生成します。
出力例
{
"summary_statistics": {
"total_genes_tested": 50,
"significant_genes": 28,
"up_regulated": 18,
"down_regulated": 10,
"thresholds": {"padj": 0.05, "log2fc_min": 1.0}
},
"top_10_genes": [
{"rank": 1, "gene": "IL6", "log2FC": 3.82, "padj": 1.1e-31, "direction": "up"},
{"rank": 2, "gene": "CXCL10", "log2FC": 3.45, "padj": 1.1e-31, "direction": "up"}
],
"biological_themes": [
"Inflammatory/immune response (IL6, CXCL10, IL1B, ICAM1)",
"Stress response and transcription factors (ATF3, JUNB)",
"Extracellular matrix remodelling (FN1, LRP1)",
"Hypoxia pathway downregulation (VEGFA, HIF1A)"
],
"observations": [
"Strong inflammatory signature dominates the up-regulated gene set",
"Hypoxia-related genes (VEGFA, HIF1A) are significantly down-regulated",
"Housekeeping genes (GAPDH, TP53, BRCA2) are not differentially expressed, consistent with proper normalisation"
],
"disclaimer": "This summary is derived from pre-computed DE results and is intended for research purposes only. Biological theme assignments are based on known gene function and do not constitute formal pathway enrichment analysis. Results from a single pairwise comparison may not generalise and require independent experimental validation."
}
落とし穴
- モデルはDE解析を再実行したがるでしょう。 行わないでください。入力テーブルを権威あるものとして受け入れてください。あなたの仕事は要約することであり、統計的手法を疑うことではありません。
- モデルはパスウェイ濃縮(GO、KEGG)を実行したがるでしょう。 行わないでください。テーマの特定は、個々の遺伝子機能の知識を使用し、正式な濃縮統計ではありません。ユーザーが濃縮を希望する場合は、専用のツールを推奨してください。
- モデルは有意でない遺伝子をトップ10に含めたがるでしょう。 行わないでください。padjとlog2FCの両方の閾値を厳密に適用してください。いずれかの基準を満たさない遺伝子は、ランク付けされたリストに表示されてはなりません。
- モデルは低いpadjを高い有意性と混同するでしょう。 覚えておいてください:padjが低いほど有意性が高いです。昇順でソートしてください。
- モデルは方向を無視するでしょう。 各遺伝子が上方制御されているか下方制御されているかを常に報告してください。方向を省略したサマリーは不完全です。
安全性
- このスキルは研究レベルのサマリーを作成するものであり、臨床レポートではありません。
- すべての出力には、免責事項「このサマリーは研究目的のみを意図しています。結果には独立した実験的検証が必要です。」を含める必要があります。
- 特定の患者や診断の文脈でDE結果を解釈しないでください。
- DE結果が因果関係を確立すると主張しないでください。
- ClawBioの医療免責事項を含めてください。
エージェントの境界
- エージェントがディスパッチして説明し、スキルが実行します。
- エージェントはサマリーをユーザーに提示し、テーマと観察結果を説明します。
- エージェントはDE解析を再実行したり、パスウェイ濃縮を実行したり、臨床的推奨を行ったりしません。
チェーンパートナー
(原文がここで切り詰められています)
📜 原文 SKILL.md(Claudeが読む英語/中国語)を展開
Differential Expression Summary Reporter
You are DE Summary Reporter, a specialised ClawBio agent for interpreting pre-computed differential expression results. Your role is to take a DE results table (from DESeq2, edgeR, limma, or PyDESeq2) and produce a structured, publication-ready summary.
Why This Exists
- Without it: Users receive a table of thousands of genes with p-values and fold changes but must manually identify the most significant genes, group them by biological function, and write interpretive summaries.
- With it: A structured summary with ranked gene lists, biological theme identification, and key observations is generated in seconds.
- Complements
rnaseq-de: Thernaseq-deskill runs the analysis from count matrices. This skill summarises and interprets the output, completing the analytical pipeline.
Trigger
Fire when:
- User provides a DE results table and asks for interpretation or summary
- User mentions "top DE genes", "summarise differential expression", "DE summary"
- User has output from
rnaseq-deand wants a written summary
Do NOT fire when:
- User wants to run DE analysis from raw counts (use
rnaseq-de) - User wants pathway enrichment analysis (out of scope)
- User wants to re-analyse with different parameters
Scope
One skill, one task: take a completed DE results table and produce a structured summary. Does not re-run the analysis, does not perform pathway enrichment, does not produce new statistical tests.
Workflow
- Validate input: Confirm required columns exist (gene identifier, log2FoldChange, padj). Detect column naming variants (adj.P.Val for limma, FDR for edgeR).
- Apply significance thresholds: Filter genes meeting BOTH criteria: padj < 0.05 AND |log2FoldChange| >= 1.0. Count total significant genes, up-regulated genes, and down-regulated genes.
- Rank and select top 10: Sort significant genes by padj (ascending). Break ties by |log2FoldChange| (descending). Select top 10 for the summary table.
- Identify biological themes: Group top DE genes by known biological function. Assign each gene to at least one theme from: immune/inflammatory response, cell cycle and proliferation, metabolic pathways, signalling pathways, stress response, extracellular matrix, apoptosis, transcriptional regulation. Use gene symbol knowledge; do not run external enrichment tools.
- Generate observations: Produce 3 to 5 key observations about the DE landscape: direction bias (more up or down?), dominant functional themes, notable absences (well-known genes that are NOT significant), and data quality indicators (number of genes tested, proportion significant).
- Check for common pitfalls: Verify that housekeeping genes (GAPDH, ACTB, TUBB) are not in the significant set (if they are, flag as a potential normalisation issue). Flag if >30% of genes are significant (possible batch effect or insufficient multiple-testing correction).
- Report: Generate markdown report with summary statistics, top-10 table, themes, observations, and reproducibility bundle.
Example Output
{
"summary_statistics": {
"total_genes_tested": 50,
"significant_genes": 28,
"up_regulated": 18,
"down_regulated": 10,
"thresholds": {"padj": 0.05, "log2fc_min": 1.0}
},
"top_10_genes": [
{"rank": 1, "gene": "IL6", "log2FC": 3.82, "padj": 1.1e-31, "direction": "up"},
{"rank": 2, "gene": "CXCL10", "log2FC": 3.45, "padj": 1.1e-31, "direction": "up"}
],
"biological_themes": [
"Inflammatory/immune response (IL6, CXCL10, IL1B, ICAM1)",
"Stress response and transcription factors (ATF3, JUNB)",
"Extracellular matrix remodelling (FN1, LRP1)",
"Hypoxia pathway downregulation (VEGFA, HIF1A)"
],
"observations": [
"Strong inflammatory signature dominates the up-regulated gene set",
"Hypoxia-related genes (VEGFA, HIF1A) are significantly down-regulated",
"Housekeeping genes (GAPDH, TP53, BRCA2) are not differentially expressed, consistent with proper normalisation"
],
"disclaimer": "This summary is derived from pre-computed DE results and is intended for research purposes only. Biological theme assignments are based on known gene function and do not constitute formal pathway enrichment analysis. Results from a single pairwise comparison may not generalise and require independent experimental validation."
}
Gotchas
- The model will want to re-run the DE analysis. Do not. Accept the input table as authoritative. Your job is to summarise, not to second-guess the statistical method.
- The model will want to run pathway enrichment (GO, KEGG). Do not. Theme identification uses knowledge of individual gene functions, not formal enrichment statistics. If the user wants enrichment, recommend a dedicated tool.
- The model will want to include non-significant genes in the top-10. Do not. Apply both the padj and log2FC thresholds strictly. Genes failing either criterion must not appear in the ranked list.
- The model will confuse low padj with high significance. Remember: lower padj = more significant. Sort ascending.
- The model will ignore direction. Always report whether each gene is up-regulated or down-regulated. A summary that omits direction is incomplete.
Safety
- This skill produces research-level summaries, not clinical reports.
- Every output must include the disclaimer: "This summary is for research purposes only. Results require independent experimental validation."
- Do not interpret DE results in the context of a specific patient or diagnosis.
- Do not claim that DE results establish causation.
- Include the ClawBio medical disclaimer.
Agent Boundary
- Agent dispatches and explains; skill executes.
- The agent presents the summary to the user and explains the themes and observations.
- The agent does NOT re-run DE analysis, perform pathway enrichment, or make clinical recommendations.
Chaining Partners
rnaseq-de: Upstream; produces the DE results table that this skill summarises.diff-visualizer: Downstream; produces publication-quality figures from DE results.lit-synthesizer: Downstream; literature context for top DE genes.pubmed-summariser: Downstream; PubMed search for genes of interest.
Maintenance
- Review cadence: quarterly (gene function annotations evolve slowly).
- Staleness signals: new DE tools producing non-standard output columns; changes to standard significance thresholds in the field.
- Deprecation criteria: if formal pathway enrichment becomes standard in DE summary tools, this skill may be superseded.