Data & ReproScientific VisualizationFreedomIntelligence/OpenClaw-Medical-SkillsData & Reproduction
BI

bio-workflows-expression-to-pathways

Maintainer FreedomIntelligence · Last updated April 1, 2026

End-to-end workflow from differential expression to GO/KEGG/Reactome enrichment and pathway visualization.

OpenClawNanoClawAnalysisWritingbio-workflows-expression-to-pathways🧠 bioos extended suitebioos extended bioinformatics suiteend

Original source

FreedomIntelligence/OpenClaw-Medical-Skills

https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-workflows-expression-to-pathways

Maintainer
FreedomIntelligence
License
MIT
Last updated
April 1, 2026

Skill Snapshot

Key Details From SKILL.md

2 min

Key Notes

  • Convert differential expression results into biological insights through functional enrichment analysis.
  • res <- read.csv('deseq2_results.csv', row.names = 1).

Source Doc

Excerpt From SKILL.md

From DESeq2 Results

library(DESeq2)
library(clusterProfiler)
library(org.Hs.eg.db)

## Significant genes for ORA

sig_genes <- rownames(subset(res, padj < 0.05 & abs(log2FoldChange) > 1))

## All genes for background

all_genes <- rownames(res)

Use cases

  • Use bio-workflows-expression-to-pathways to prepare publication-quality figures.
  • Apply bio-workflows-expression-to-pathways when results need clear visual communication.

Not for

  • Do not rely on this catalog entry alone for installation or maintenance details.

Upstream Related Skills

  • pathway-analysis/go-enrichment - GO enrichment details
  • pathway-analysis/kegg-pathways - KEGG analysis
  • pathway-analysis/reactome-pathways - Reactome analysis
  • pathway-analysis/gsea - GSEA methods
  • pathway-analysis/enrichment-visualization - Visualization options

Related skills

Related skills

Back to directory
BG
Data & ReproScientific Visualization

bgpt-paper-search

BGPT is a remote MCP server that searches a curated database of scientific papers built from raw experimental data extracted from full-text…

Claude CodeOpenClawAnalysis
K-Dense-AI/claude-scientific-skillsView
BI
Data & ReproScientific Visualization

bio-chipseq-visualization

Visualize ChIP-seq data using deepTools, Gviz, and ChIPseeker. Create heatmaps, profile plots, and genome browser tracks. Visualize signal a…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproScientific Visualization

bio-consensus-sequences

Generate consensus FASTA sequences by applying VCF variants to a reference using bcftools consensus. Use when creating sample-specific refer…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView
BI
Data & ReproScientific Visualization

bio-copy-number-cnv-visualization

Visualize copy number profiles, segments, and compare across samples. Create publication-quality plots of CNV data from CNVkit, GATK, or oth…

OpenClawNanoClawAnalysis
FreedomIntelligence/OpenClaw-Medical-SkillsView