rnaseq-plot-mcp
rnaseq-plot-mcp
RNA-seq 下流プロット / 解析 MCP(旧称 rgraph)。パラメータ化された R プロットスクリプト一式(ggplot2 / pheatmap / clusterProfiler / edgeR / limma / WGCNA …)を MCP ツールとしてラップし、ローカルの Rscript で png + pdf をレンダリングします。
ユーザー自身の count / FPKM テーブルを入力とし、いかなる生物種のゲノムや発現行列にも依存しません。
なぜ「R エンジン + Python MCP」なのか
忠実: Python で描き直すのではなく、R を直接駆動します。
パラメータ化:
setwd()のハードコードはなく、入力/出力/閾値/配色はパラメータで指定します。グレースフルデグラデーション: Rscript が見つからない場合 → 手動実行可能な
.Rを返却。パッケージ不足 → パッケージ名とインストールコマンドを返却。再現性:
--no-init-file --no-site-fileを使用し、ユーザーの.Rprofileバナーを無効化。
R エンジン
優先順位: 環境変数 RGRAPH_RSCRIPT → PATH 上の Rscript → C:\Program Files\R\... / レジストリ。
$env:RGRAPH_RSCRIPT = "C:\Program Files\R\R-4.5.1\bin\Rscript.exe"
uv run rgraph-cliデータ形式
ファイル | 必須列 |
|
|
|
|
|
|
差次解析結果 |
|
差次的発現遺伝子の判定はデフォルトで padj(FDR) を使用します。
ツール(34)
コア: rgraph_env rgraph_normalize rgraph_correlation rgraph_pca rgraph_distribution rgraph_diff rgraph_volcano rgraph_heatmap rgraph_enrich rgraph_go_plot rgraph_kegg_plot rgraph_ppi rgraph_gsea
上級: ベン図/象限/積み上げボルケーノ、WGCNA、ネットワーク図、ssGSEA、サーコスプロット、サンキー、インタラクティブボルケーノなど。ComplexHeatmap がない場合はヒートマップは pheatmap にフォールバック。DESeq2 がない場合は edgeR/limma を使用可能。
WGCNA → ネットワーク: rgraph_wgcna で Cytoscape_edges_*.txt をエクスポートし、rgraph_network(mode="edge") に渡します。
登録
{
"mcpServers": {
"r-analysis": {
"command": "uv",
"args": ["run", "--directory", "/absolute/path/to/rnaseq-plot-mcp", "server.py"],
"env": { "RGRAPH_RSCRIPT": "/path/to/Rscript" }
}
}
}合成テストマトリクスは tests/data/(g1–g10、実際の実験データは含みません)にあります。
MCP ツール名は引き続き rgraph_*(例: rgraph_volcano)で、ローカルの Cursor 設定と互換性があります。
ライセンス
MIT。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
EBI Expression Atlas MCP.
MCP gateway federating 21 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.
MCP server for Altmetric APIs - track research attention across news, policy, social media, and more
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Presisitence/rnaseq-plot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server