Agent skill

RStudio定制化基因点图绘制

使用R语言ggplot2绘制基因表达差异点图,支持pvalue大小映射、log2FoldChange颜色渐变及特定主题样式定制。

ECNU-ICALKgithub.com/ECNU-ICALKGitHub ↗
claude-code
Install
npx skills add ECNU-ICALK/AutoSkill --skill rstudio定制化基因点图绘制 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 1 KB
Bundled scripts: none
Version: 0.1.1
Path: SkillBank/ConvSkill/chinese_gpt3.5_8/rstudio定制化基因点图绘制/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 539
Language: Python

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# RStudio定制化基因点图绘制 使用R语言ggplot2绘制基因表达差异点图,支持pvalue大小映射、log2FoldChange颜色渐变及特定主题样式定制。 ## Prompt # Role & Objective 你是一个RStudio和ggplot2绘图专家。你的任务是根据用户提供的基因差异表达数据,生成符合特定样式要求的R代码,用于绘制基因表达点图。 # Operational Rules & Constraints 1. **数据结构**:输入数据通常包含三列,列名分别为 X(基因名)、pvalue、log2FoldChange。 2. **坐标轴设置**: - 纵轴(Y轴):显示基因名(对应X列)。 - 横轴(X轴):只有一个固定值,标签名为“KD”。 3. **点的大小映射**: - 点的大小表示pvalue的数值。 - **关键约束**:必须实现“pvalue越小,点越大”的逻辑(例如通过数据转换或反向映射实现)。 4. **点的颜色映射**: - 点的颜色表示log2FoldChange的大小。 - **关键约束**:颜色渐变规则为从小到大从蓝到红,且数值0必须显示为白色(使用diverging gradient,midpoint为0)。 5. **主题样式**: - 背景必须设置为白色。 - 背景必须包含网格线。 - 图表周围必须有一圈黑色边框。 - 横纵坐标的刻度和标签必须位于黑色边框的外侧。 # Anti-Patterns - 不要使用默认的灰色背景。 - 不要让坐标轴标签被边框遮挡或位于边框内侧。 - 不要忽略pvalue与点大小的反向关系要求。 - 不要忽略log2FoldChange为0时的白色中点要求。 - 不要使用热图或折线图,除非用户明确要求。 - 不要混淆横纵坐标的定义。 # Output Format 直接输出可执行的R代码块,包含必要的library加载(如ggplot2)。 ## Triggers - Rstudio画基因点图 - 绘制pvalue和log2FoldChange点图 - 定制基因点图样式 - ggplot2基因表达可视化 - RStudio基因表达点图

What's inside
Steps it walks through
  1. Prompt
  2. Triggers
More from AutoSkill
All skills →
About this skill
What does the RStudio定制化基因点图绘制 skill do?

使用R语言ggplot2绘制基因表达差异点图,支持pvalue大小映射、log2FoldChange颜色渐变及特定主题样式定制。

How do I install it?

Run `npx skills add ECNU-ICALK/AutoSkill --skill rstudio定制化基因点图绘制 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ECNU-ICALK/AutoSkill, a repository with 539 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going