Specialized lipidomics analysis for lipid identification, quantification, and pathway interpretation. Covers LC-MS lipid…
bio-metabolomics-pathway-mapping
维护者 FreedomIntelligence · 最近更新 2026年4月1日
Map metabolites to biological pathways using KEGG, Reactome, and MetaboAnalyst. Perform pathway enrichment and topology analysis. Use when interpreting metabolomics results in the context of biochemical pathways.
原始来源
FreedomIntelligence/OpenClaw-Medical-Skills
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-metabolomics-pathway-mapping
- 维护者
- FreedomIntelligence
- 许可
- MIT
- 最近更新
- 2026年4月1日
技能摘要
来自 SKILL.md 的关键信息
核心说明
- R:MetaboAnalystR::SetMetabolomeFilter() → PerformDetailMatch() → pathway topology。
- 映射 my metabolites to pathways" → Perform pathway enrichment 、 topology analysis ,使用 KEGG,Reactome,或 MetaboAnalyst to interpret metabolomics results in biochemical context. R:MetaboAnalystR::SetMetabolomeFilter() → PerformDetailMatch() → pathway topology。
- mSet <- InitDataObjects('conc','pathora',FALSE)。
原始文档
SKILL.md 摘录
KEGG Pathway Enrichment
library(MetaboAnalystR)
## Set organism
mSet <- SetOrganism(mSet, 'hsa') # Human
## Load metabolite list (HMDB IDs or compound names)
metabolites <- c('HMDB0000001', 'HMDB0000005', 'HMDB0000010') # Example HMDB IDs
适用场景
- 适合在interpreting metabolomics results in context of biochemical pathways时使用。
不适用场景
- Do not rely on this catalog entry alone ,用于 installation 或 maintenance details。
上游相关技能
- metabolite-annotation - Identify metabolites first
- statistical-analysis - Get significant metabolites
- pathway-analysis/kegg-pathways - Similar enrichment concepts for genes
相关技能
相关技能
Metabolite identification from m/z and retention time. Covers database matching, MS/MS spectral matching, and confidence…
MS-DIAL-based metabolomics preprocessing as alternative to XCMS. Covers peak detection, alignment, annotation, and expor…
Targeted metabolomics analysis using MRM/SRM with standard curves. Covers absolute quantification, method validation, an…