bio-chipseq-visualization:可视化 ChIP-seq data ,使用 deepTools,Gviz,、 ChIPseeker。 创建 heatmaps,profile plots,、 genome browser…
bio-de-visualization
维护者 FreedomIntelligence · 最近更新 2026年4月1日
bio-de-visualization:可视化 differential expression results ,使用 DESeq2/edgeR built-in functions。 Covers plotMA,plotDispEsts,plotCounts,plotBCV,sample distance heatmaps,、 p-value histograms。 适合在visualizing differential expression results时使用。
原始来源
FreedomIntelligence/OpenClaw-Medical-Skills
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-de-visualization
- 维护者
- FreedomIntelligence
- 许可
- MIT
- 最近更新
- 2026年4月1日
技能摘要
来自 SKILL.md 的关键信息
核心说明
- 创建 visualizations ,用于 differential expression analysis ,使用 DESeq2 、 edgeR built-in plotting functions。
- BiocManager::install('EnhancedVolcano')。
原始文档
SKILL.md 摘录
Scope
This skill covers DE-specific built-in functions:
- DESeq2:
plotMA(),plotPCA(),plotDispEsts(),plotCounts() - edgeR:
plotMD(),plotBCV(),plotMDS() - Sample distance heatmaps and p-value distributions
For custom ggplot2/matplotlib implementations of volcano, MA, and PCA plots, see data-visualization/specialized-omics-plots.
Installation
install.packages(c('ggplot2', 'pheatmap', 'RColorBrewer', 'ggrepel'))
## MA Plot
**Goal:** Visualize the relationship between mean expression and log fold change to assess DE results.
**Approach:** Plot log fold change against mean normalized counts, highlighting significant genes.
**"Make an MA plot of my DE results"** → Plot mean expression vs. fold change with significant genes colored, using plotMA or ggplot2.
适用场景
- 适合在visualizing differential expression results时使用。
不适用场景
- Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。
上游相关技能
- deseq2-basics - Generate DESeq2 results for visualization
- edger-basics - Generate edgeR results for visualization
- de-results - Filter genes before visualization
- data-visualization/specialized-omics-plots - Custom ggplot2 volcano/MA/PCA functions
- data-visualization/heatmaps-clustering - Advanced heatmap customization
相关技能
相关技能
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。