Files changed (1) hide show
  1. README.md +169 -1
README.md CHANGED
@@ -2,6 +2,8 @@
2
  license: mit
3
  task_categories:
4
  - feature-extraction
 
 
5
  language:
6
  - en
7
  tags:
@@ -9,4 +11,170 @@ tags:
9
  - medical
10
  size_categories:
11
  - 100B<n<1T
12
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: mit
3
  task_categories:
4
  - feature-extraction
5
+ - token-classification
6
+ - zero-shot-classification
7
  language:
8
  - en
9
  tags:
 
11
  - medical
12
  size_categories:
13
  - 100B<n<1T
14
+ ---
15
+
16
+ # Epigenomic Data for ME/CFS and Long COVID Classification
17
+
18
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
19
+
20
+ ## Dataset Overview
21
+
22
+ This dataset contains DNA methylation data from blood samples of individuals with Myalgic Encephalomyelitis/Chronic Fatigue Syndrome (ME/CFS), Long COVID (LC), and healthy controls. The data is derived from Illumina HumanMethylation450 BeadChip and Illumina MethylationEPIC arrays and has been organized to facilitate research into epigenetic biomarkers for these conditions.
23
+
24
+ ## Dataset Structure
25
+
26
+ ```
27
+ root/
28
+ ├── ME/ # Myalgic Encephalomyelitis/Chronic Fatigue Syndrome samples
29
+ │ ├── GSE102504/ # GEO Series accession number
30
+ │ │ └── GSE102504_RAW/ # Raw data directory
31
+ │ │ └── *.idat # Illumina IDAT files
32
+ │ ├── GSE111183/
33
+ │ │ └── GSE111183_RAW/
34
+ │ │ └── *.idat
35
+ │ ├── GSE112905/
36
+ │ │ └── GSE112905_RAW/
37
+ │ │ └── *.idat
38
+ │ ├── GSE153667/
39
+ │ │ └── GSE153667_RAW/
40
+ │ │ └── *.idat
41
+ │ ├── GSE156792/
42
+ │ │ └── GSE156792_RAW/
43
+ │ │ └── *.idat
44
+ │ ├── GSE166592/
45
+ │ │ └── GSE166592_RAW/
46
+ │ │ └── *.idat
47
+ │ ├── GSE59489/
48
+ │ │ └── GSE59489_RAW/
49
+ │ │ └── *.idat
50
+ │ └── GSE93266/
51
+ │ └── GSE93266_RAW/
52
+ │ └── *.idat
53
+ ├── LC/ # Long COVID samples
54
+ │ ├── GSE161678/
55
+ │ │ └── GSE161678_RAW/
56
+ │ │ └── *.idat
57
+ │ ├── GSE174818/
58
+ │ │ └── GSE174818_RAW/
59
+ │ │ └── *.idat
60
+ │ ├── GSE188573/
61
+ │ │ └── GSE188573_RAW/
62
+ │ │ └── *.idat
63
+ │ ├── GSE197152/
64
+ │ │ └── GSE197152_RAW/
65
+ │ │ └── *.idat
66
+ │ └── GSE210430/
67
+ │ └── GSE210430_RAW/
68
+ │ └── *.idat
69
+ └── controls/ # Healthy control samples
70
+ ├── GSE112905/
71
+ │ └── GSE112905_RAW/
72
+ │ └── *.idat
73
+ ├── GSE40279/
74
+ │ └── GSE40279_RAW/
75
+ │ └── *.idat
76
+ └── GSE42861/
77
+ └── GSE42861_RAW/
78
+ └── *.idat
79
+ ```
80
+
81
+ ## Data Description
82
+
83
+ - **File Format**: `.idat` (Illumina's proprietary binary file format for BeadArray data)
84
+ - **Platforms**: Illumina HumanMethylation450 BeadChip and Illumina MethylationEPIC arrays
85
+ - **Sample Composition**: Approximately 30 ME/CFS patients, 20 Long COVID patients, and 20 healthy controls
86
+ - **Tissue Type**: Peripheral blood
87
+ - **Data Type**: DNA methylation beta values (representing the ratio of methylated probe intensity to total probe intensity)
88
+
89
+ ## About the Conditions
90
+
91
+ ### ME/CFS (Myalgic Encephalomyelitis/Chronic Fatigue Syndrome)
92
+ - Chronic multi-system illness affecting approximately 0.5-1% of the population worldwide
93
+ - Often triggered by viral illnesses
94
+ - Characterized by long-term fatigue, post-exertional malaise, cognitive impairment, and autonomic dysfunction
95
+ - Currently diagnosed by clinical exclusion due to lack of definitive biomarkers
96
+
97
+ ### Long COVID (Post-Acute Sequelae of COVID-19)
98
+ - Refers to prolonged symptoms after acute SARS-CoV-2 infection
99
+ - Affects approximately 10-20% of COVID-19 survivors
100
+ - Shares some clinical features with ME/CFS
101
+ - Similarly lacks definitive biomarkers and is diagnosed primarily by clinical assessment
102
+
103
+ ## Data Processing Guidelines
104
+
105
+ To process this methylation data, we recommend the following pipeline:
106
+
107
+ 1. **Quality Control**:
108
+ - Filter out probes on sex chromosomes
109
+ - Remove known polymorphic or cross-reactive probes
110
+ - Perform sample quality checks (detection p-values, intensity distributions)
111
+
112
+ 2. **Normalization**:
113
+ - Beta-value calculation
114
+ - BMIQ normalization for type I/II bias correction
115
+ - Optional: ComBat batch correction if combining multiple datasets
116
+
117
+ 3. **Feature Selection**:
118
+ - Differential methylation analysis to identify disease-associated CpG sites
119
+ - Optional: Variance filtering to remove low-variability probes
120
+
121
+ 4. **Analysis**:
122
+ - Recommended: Apply the Epigenomic Transformer Pipeline or similar methods
123
+ - Alternative approaches: Logistic regression, random forest, XGBoost
124
+
125
+ ## Usage Example
126
+
127
+ Here's a simple example of how to load and process this data using the `minfi` package in R:
128
+
129
+ ```r
130
+ library(minfi)
131
+ library(limma)
132
+ library(wateRmelon)
133
+
134
+ # Load raw data
135
+ baseDir <- "path/to/dataset/ME/GSE111183/GSE111183_RAW"
136
+ targets <- read.metharray.sheet(baseDir)
137
+ rgSet <- read.metharray.exp(targets=targets)
138
+
139
+ # Preprocess
140
+ mSet <- preprocessRaw(rgSet)
141
+ beta <- getBeta(mSet)
142
+
143
+ # Normalization
144
+ beta_norm <- BMIQ(beta)
145
+
146
+ # Visualization example
147
+ densityPlot(beta_norm, sampGroups=targets$Group)
148
+ ```
149
+
150
+ ## Research Applications
151
+
152
+ This dataset is suitable for:
153
+
154
+ 1. Developing and validating diagnostic classifiers for ME/CFS and Long COVID
155
+ 2. Identifying epigenetic biomarkers specific to each condition
156
+ 3. Studying the biological mechanisms underlying these post-viral illnesses
157
+ 4. Comparing epigenetic patterns between ME/CFS and Long COVID
158
+ 5. Training machine learning models for disease classification
159
+
160
+ ## Citation Information
161
+
162
+ If you use this dataset in your research, please cite:
163
+
164
+ ```
165
+ Acharya, P., & Jacoby, D. (2025). Epigenomic Transformer Pipeline for ME/CFS and Long COVID Classification.
166
+ University of Victoria.
167
+ ```
168
+
169
+ ## Additional Resources
170
+
171
+ For more information about the Epigenomic Transformer Pipeline developed using this data, please visit our [GitHub repository](https://github.com/your-repo-link).
172
+
173
+ ## Acknowledgements
174
+
175
+ Data was sourced from the NCBI Gene Expression Omnibus (GEO) with the following accession numbers:
176
+ - ME/CFS data: GSE102504, GSE111183, GSE112905, GSE153667, GSE156792, GSE166592, GSE59489, GSE93266
177
+ - Long COVID data: GSE161678, GSE174818, GSE188573, GSE197152, GSE210430
178
+ - Control data: GSE112905, GSE40279, GSE42861
179
+
180
+ We thank all the researchers who contributed to generating and sharing this valuable data.