AnnData
AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observation metadata (obs)…
Maintainer FreedomIntelligence · Last updated April 1, 2026
Epigenomics and DNA methylation analysis with MethylGPT-inspired approaches.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/epigenomics-methylgpt-agent
Skill Snapshot
Source Doc
MethylGPT Foundation Model: Leverages transformer-based architecture trained on large-scale methylome data for methylation state prediction and pattern recognition.
Differential Methylation Analysis: Identifies DMRs with increased sensitivity using AI-enhanced detection compared to traditional statistical methods.
Cancer Epigenome Profiling: Specialized analysis for tumor methylation signatures, including hypermethylation of tumor suppressors and global hypomethylation patterns.
Missing Data Imputation: Uses DiffuCpG generative AI model to address missing data in methylation arrays and sequencing studies.
Single-Base Resolution: Deep learning models capture sequence context and long-range dependencies for accurate CpG methylation identification.
Multi-Platform Support: Analyzes data from Illumina methylation arrays (450K, EPIC), WGBS, RRBS, and targeted bisulfite sequencing.
Input: Provide methylation data (beta values, WGBS BAM files, or raw intensity data) and sample metadata.
Preprocessing: Quality control, normalization, and batch effect correction.
Analysis: Apply MethylGPT for methylation prediction, DMR calling, and pattern discovery.
Interpretation: Annotate DMRs to genomic features (promoters, enhancers, gene bodies) and pathways.
Output: DMR reports, methylation heatmaps, pathway enrichment, and epigenetic age estimates.
User: "Identify differentially methylated regions between tumor and normal samples in this WGBS dataset."
Agent Action:
Related skills
AnnData is a Python package for handling annotated data matrices, storing experimental measurements (X) alongside observation metadata (obs)…
Cell segmentation from multiplexed tissue images. Covers deep learning (Cellpose, Mesmer) and classical approaches for nuclear and whole-cel…
Extract, process, and deduplicate reads using Unique Molecular Identifiers (UMIs) with umi_tools. Use when library prep includes UMIs and ac…
Integrate multiple scRNA-seq samples/batches using Harmony, scVI, Seurat anchors, and fastMNN. Remove technical variation while preserving b…