This repository hosts a reproducible R workflow for analysing the Infantile-Onset Pompe Disease (IOPD) dataset GSE38680 generated on the Affymetrix U133 Plus 2.0 platform. The analysis covers normalisation, differential expression, functional enrichment, miRNA integration and PPI network exploration.
# 1) set up environment
conda env create -f environment/environment.yml
conda activate pompe
# 2) obtain data
# CEL files and `pheno.csv` are tracked via Git LFS under `metadata/`
git lfs install
git lfs pull
# 3) run analysis
Rscript microarray_analysis_pompe.RResults and plots are written to the results/ directory.
microarray_analysis_pompe.R– main R scriptconfig/–samplesheet.csvandparams.yamlmetadata/– CEL files and phenotype table (LFS)environment/– Conda environment specificationdocs/– additional documentation such as methods
All input data originate from the public GEO accession GSE38680. No personal health information is included.
After cloning: git lfs install git lfs pull
Please cite:
Tosun F., Bayrak H. 2025. Transcriptomic and Functional Analysis of Pompe Disease.
See CITATION.cff for machine‑readable metadata.