Datasets:
Upload smoking_metadata.json with huggingface_hub
Browse files- smoking_metadata.json +33 -0
smoking_metadata.json
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"dataset_name": "smoking",
|
| 3 |
+
"download_urls": {
|
| 4 |
+
"GSE50660": "https://ftp.ncbi.nlm.nih.gov/geo/series/GSE50nnn/GSE50660/matrix/GSE50660_series_matrix.txt.gz",
|
| 5 |
+
"HumanMethylation450_manifest": "https://webdata.illumina.com/downloads/productfiles/humanmethylation450/humanmethylation450_15017482_v1-2.csv"
|
| 6 |
+
},
|
| 7 |
+
"download_timestamp": "2026-05-22T17:53:43.060338",
|
| 8 |
+
"statistics": {
|
| 9 |
+
"num_samples": 464,
|
| 10 |
+
"num_features": 20763,
|
| 11 |
+
"target_stats": {
|
| 12 |
+
"class_mapping": {
|
| 13 |
+
"never": 0,
|
| 14 |
+
"ever": 1
|
| 15 |
+
},
|
| 16 |
+
"num_classes": 2,
|
| 17 |
+
"class_names": [
|
| 18 |
+
"never",
|
| 19 |
+
"ever"
|
| 20 |
+
],
|
| 21 |
+
"samples_per_class": {
|
| 22 |
+
"never": 179,
|
| 23 |
+
"ever": 285
|
| 24 |
+
},
|
| 25 |
+
"original_geo_class_counts": {
|
| 26 |
+
"never": 179,
|
| 27 |
+
"former": 263,
|
| 28 |
+
"current": 22
|
| 29 |
+
}
|
| 30 |
+
}
|
| 31 |
+
},
|
| 32 |
+
"preprocessing_notes": "GSE50660 Illumina 450k beta values mapped to genes using the HumanMethylation450 v1.2 manifest, restricted to probes annotated as TSS1500 or TSS200 promoter regions. For each gene, the candidate promoter probe with the minimum mean beta across never-smoker samples (original GEO smoking == 0) is kept as the gene-level feature. Values are then median-centered per gene across samples. The original 3-class GEO smoking status (0=never, 1=former, 2=current) is collapsed into a binary target: 0=never, 1=ever (former or current)."
|
| 33 |
+
}
|