openagingadmin commited on
Commit
f881b68
1 Parent(s): ae825b9

initial commit

Browse files
.gitattributes CHANGED
@@ -56,3 +56,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
 
 
 
56
  # Video files - compressed
57
  *.mp4 filter=lfs diff=lfs merge=lfs -text
58
  *.webm filter=lfs diff=lfs merge=lfs -text
59
+ human_methylation_bench_ver1_adata_test.h5ad filter=lfs diff=lfs merge=lfs -text
60
+ human_methylation_bench_ver1_main_test.csv filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,3 +1,46 @@
1
- ---
2
- license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - biology
7
+ - Aging
8
+
9
+ configs:
10
+ - config_name: default
11
+ data_files:
12
+ - split: test
13
+ path: "human_methylation_bench_ver1_main_test.csv"
14
+ ---
15
+
16
+ # Human DNA Methylation Dataset ver1
17
+
18
+ This dataset is a benchmark dataset for predicting the aging clock, curated from publicly available DNA methylation data. The original benchmark dataset was published by [Dmitrii Kriukov et al. (2024)](https://www.biorxiv.org/content/10.1101/2024.06.06.597715v1.full) by integrating data from 65 individual studies.
19
+
20
+ To improve usability, we ensured unique sample IDs (excluding duplicate data, GSE118468 and GSE118469) and randomly split the data into training and testing subsets (train : test = 7 : 3) to facilitate model evaluation.
21
+
22
+ ## Data
23
+
24
+ Methylation profiles (stored as `main.csv`), containing CpG beta values across samples. Total : 10,386 samples and 13,655 CpG sites.
25
+
26
+ - **`main`**: Methylation data table, containing beta values per CpG site for each sample.
27
+ - **`meta`**: Metadata table, detailing sample information such as `SampleID`, `DatasetID`, `PlatformID`, `Tissue`, `CellType`, `Gender`, `Age`, `Condition`, `Class`.
28
+ - **`adata`**: Advanced format for users requiring deeper analysis.
29
+
30
+ ## Files
31
+
32
+ - `human_methylation_bench_ver1_main_train.csv`, `human_methylation_bench_ver1_main_test.csv`
33
+ - `human_methylation_bench_ver1_meta_train.csv`, `human_methylation_bench_ver1_meta_test.csv`
34
+ - `human_methylation_bench_ver1_adata_train.h5ad`, `human_methylation_bench_ver1_adata_test.h5ad`
35
+
36
+ ## Metadata
37
+
38
+ - **`SampleID`**: Unique identifier for each sample.
39
+ - **`DatasetID`**: GEO ID of the dataset containing the respective sample.
40
+ - **`PlatformID`**: GEO ID of the platform used for sample profiling, which can be mapped to common platform names (e.g., GPL8490 = 27K, GPL13534 = 450K).
41
+ - **`Tissue`**: Source tissue of the sample, such as peripheral blood, saliva, or buccal swab.
42
+ - **`CellType`**: Type of cells in the sample, which could be a specific cell population (e.g., immune cell subtypes) or broader categories like whole blood, buffy coat, or PBMC.
43
+ - **`Gender`**: Donor gender (M = Male, F = Female, O = Other, U = Unknown).
44
+ - **`Age`**: Chronological age of the donor in years, either rounded or calculated from smaller units.
45
+ - **`Condition`**: Health or disease status of the donor, used to distinguish between healthy controls (HC) and aging-accelerating conditions (AACs). AACs include Atherosclerosis (AS), Ischemic Heart Disease (IHD), Cerebrovascular Accident (CVA), Inflammatory Bowel Disease (IBD), Human Immunodeficiency Virus infection (HIV), Extreme Obesity (XOB, defined by BMI ≥ 40 kg/m²), Type 1 Diabetes Mellitus (T1D), Type 2 Diabetes Mellitus (T2D), Rheumatoid Arthritis (RA), Osteoporosis (OP), Alzheimer's Disease (AD), Parkinson's Disease (PD), Multiple Sclerosis (MS), Creutzfeldt-Jakob Disease (CJD), Chronic Obstructive Pulmonary Disease (COPD), Tuberculosis (TB), Werner Syndrome (WS), Hutchinson-Gilford Progeria Syndrome (HGPS), and Congenital Generalized Lipodystrophy (CGL).
46
+ - **`Class`**: Class of the sample's condition, where healthy controls are in a separate class labeled as HC.
human_methylation_bench_ver1_adata_test.h5ad ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4ae00418d31d8dd1d34fc688311a7aacfd42defe679c496f14ea67d7f38a4ed
3
+ size 171104220
human_methylation_bench_ver1_main_test.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1b7d4093e411a980a787ec2449b66036d9fd6bd8c94cb419f4877e79951b2f36
3
+ size 409000040
human_methylation_bench_ver1_meta_test.csv ADDED
The diff for this file is too large to render. See raw diff