Skip to main content

rnaseq-plot

Use when the user already has an RNA-seq count or expression matrix and needs downstream plots or analysis (normalize, PCA, DESeq2/edgeR/limma, volcano, heatmap, GO/KEGG, GSEA, WGCNA). Call the rnaseq-plot MCP tools named rgraph_*; do not redraw in Python.

インストールへ移動

ソース情報

リポジトリ
MiniMax-AI/MiniMax-Code-Plugins
ソースの最終更新活動
2026年8月25日 02:52
検出された SKILL.md の言語
英語
スター
18
フォーク
13

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
rnaseq-plot
description
Use when the user already has an RNA-seq count or expression matrix and needs downstream plots or analysis (normalize, PCA, DESeq2/edgeR/limma, volcano, heatmap, GO/KEGG, GSEA, WGCNA). Call the rnaseq-plot MCP tools named rgraph_*; do not redraw in Python.
# rnaseq-plot Use the `rnaseq-plot` MCP server. Tool functions are still named `rgraph_*`. Prefer R-rendered png+pdf over matplotlib copies. ## Typical order 1. `rgraph_env` — confirm Rscript and packages 2. `rgraph_normalize` / `rgraph_pca` / `rgraph_correlation` as needed 3. `rgraph_diff` — default significance metric is **padj**, not raw p-value 4. `rgraph_volcano`, `rgraph_heatmap`, `rgraph_enrich`, `rgraph_gsea`, `rgraph_wgcna` as requested Required table columns are in the Plugin README (`sample_name`/`group`, `gene_id`, counts). If Rscript is missing, return the generated `.R` script and the command to run it. If a package is missing, return the install hint from the tool. Do not pretend the figure was drawn.
GitHubで見る