bio-chipseq-visualization:可视化 ChIP-seq data ,使用 deepTools,Gviz,、 ChIPseeker。 创建 heatmaps,profile plots,、 genome browser…
bio-data-visualization-ggplot2-fundamentals
维护者 FreedomIntelligence · 最近更新 2026年4月1日
bio-data-visualization-ggplot2-fundamentals:R ggplot2 ,用于 publication-quality genomics 、 omics figures。
原始来源
FreedomIntelligence/OpenClaw-Medical-Skills
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-data-visualization-ggplot2-fundamentals
- 维护者
- FreedomIntelligence
- 许可
- MIT
- 最近更新
- 2026年4月1日
技能摘要
来自 SKILL.md 的关键信息
核心说明
- ggplot(data,aes(x = var1,y = var2)) + geom_point()。
- ggplot(df,aes(x,y)) + geom_point()。
原始文档
SKILL.md 摘录
Bar plot
ggplot(df, aes(x, y)) + geom_col() # y values ggplot(df, aes(x)) + geom_bar() # counts
Boxplot
ggplot(df, aes(group, value)) + geom_boxplot()
Violin plot
ggplot(df, aes(group, value)) + geom_violin()
适用场景
- Use bio-data-visualization-ggplot2-fundamentals to prepare 论文级图表。
- Apply bio-data-visualization-ggplot2-fundamentals when results need clear visual communication。
不适用场景
- Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。
上游相关技能
- differential-expression/de-visualization - DE-specific plots
- pathway-analysis/enrichment-visualization - Enrichment plots
- reporting/rmarkdown-reports - Figures in reports
相关技能
相关技能
bio-consensus-sequences:生成 consensus FASTA sequences by applying VCF variants to reference ,使用 bcftools consensus。 适合在cr…
bio-copy-number-cnv-visualization:可视化 copy number profiles,segments,、 compare across samples。 创建 publication-quality plo…
bio-data-visualization-circos-plots:Circular genome visualization ,支持 Circos 或 pycirclize。