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 ce057cf 1.0 KB Updated 12.9k repo stars

File contents

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.

minimax-ai/minimax-code-plugins/tree/main/plugins/Presisitence/rnaseq-plot/skills/rnaseq-plot commit ce057cf8fc

Frequently asked questions

npx skillmds@latest add minimax-ai/rnaseq-plot