Datasets:
Tasks:
Tabular Regression
Modalities:
Text
Formats:
csv
Languages:
English
Size:
10K - 100K
DOI:
License:
Update README.md
Browse files
README.md
CHANGED
@@ -13,6 +13,7 @@ size_categories:
|
|
13 |
- 10K<n<100K
|
14 |
language:
|
15 |
- en
|
|
|
16 |
---
|
17 |
|
18 |
# ComputAge Bench Dataset
|
@@ -51,9 +52,9 @@ Both parts are described further below in more details.
|
|
51 |
In total, the dataset comprises **10,404 samples** and **900,449 features** (DNA methylation sites) coming from 65 separate studies
|
52 |
(some features are missing in some files). It is common for biological (omics) datasets to have N << P, so we had to put samples as columns and features as rows
|
53 |
in order to save the dataset in the parquet format. We recommend transposing data upon loading in order to match with meta rows,
|
54 |
-
as mentioned further below in the Guidelines section.
|
55 |
|
56 |
-
Its main purpose is to be used in aging clock benchmarking (for more details on that, again, proceed to the Guidelines section and don’t hesitate to visit
|
57 |
[our paper]()). Nevertheless, you are free to use it for any other well-minded purpose you find suitable.
|
58 |
|
59 |
## Data description
|
@@ -67,7 +68,7 @@ In the original datasets deposited on GEO, therefore, DNA methylation values wer
|
|
67 |
beta percentages (ranging from 0 to 100), or M-values (can be both negative and positive, equals 0 when beta equals 0.5). We converted all data
|
68 |
to the beta-value fractions ranging from 0 to 1. The values outside this range were treated as missing values (NaNs), as they are not biological.
|
69 |
|
70 |
-
In each dataset, only samples that appeared in the cleaned meta table were retained.
|
71 |
|
72 |
### Row names
|
73 |
|
@@ -106,6 +107,9 @@ it can be either rounded by the researchers to full years, or converted from mon
|
|
106 |
|
107 |
**Class**: class of the respective sample condition. Healthy control samples (HC) are included in a separate healthy control class with the same abbreviation (HC).
|
108 |
|
|
|
|
|
|
|
109 |
|
110 |
## Additional Information
|
111 |
|
|
|
13 |
- 10K<n<100K
|
14 |
language:
|
15 |
- en
|
16 |
+
pretty_name: ComputAge Bench
|
17 |
---
|
18 |
|
19 |
# ComputAge Bench Dataset
|
|
|
52 |
In total, the dataset comprises **10,404 samples** and **900,449 features** (DNA methylation sites) coming from 65 separate studies
|
53 |
(some features are missing in some files). It is common for biological (omics) datasets to have N << P, so we had to put samples as columns and features as rows
|
54 |
in order to save the dataset in the parquet format. We recommend transposing data upon loading in order to match with meta rows,
|
55 |
+
as mentioned further below in the Usage Guidelines section.
|
56 |
|
57 |
+
Its main purpose is to be used in aging clock benchmarking (for more details on that, again, proceed to the Usage Guidelines section and don’t hesitate to visit
|
58 |
[our paper]()). Nevertheless, you are free to use it for any other well-minded purpose you find suitable.
|
59 |
|
60 |
## Data description
|
|
|
68 |
beta percentages (ranging from 0 to 100), or M-values (can be both negative and positive, equals 0 when beta equals 0.5). We converted all data
|
69 |
to the beta-value fractions ranging from 0 to 1. The values outside this range were treated as missing values (NaNs), as they are not biological.
|
70 |
|
71 |
+
In each dataset, only samples that appeared in the cleaned meta table (that is, were relevant for benchmarking) were retained.
|
72 |
|
73 |
### Row names
|
74 |
|
|
|
107 |
|
108 |
**Class**: class of the respective sample condition. Healthy control samples (HC) are included in a separate healthy control class with the same abbreviation (HC).
|
109 |
|
110 |
+
## Usage Guidelines
|
111 |
+
|
112 |
+
<...>
|
113 |
|
114 |
## Additional Information
|
115 |
|