Sync cabec
Browse files- README.md +38 -0
- cabec.pt +3 -0
- config.json +35 -0
README.md
ADDED
|
@@ -0,0 +1,38 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: bsd-3-clause
|
| 3 |
+
library_name: pyaging
|
| 4 |
+
tags:
|
| 5 |
+
- pyaging
|
| 6 |
+
- aging-clock
|
| 7 |
+
- biology
|
| 8 |
+
- dna-methylation
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# cabec
|
| 12 |
+
|
| 13 |
+
Common Adult Blood-based EPIC Clock trained on the extended adult whole-blood dataset but restricted to autosomal CpGs shared by the Illumina 450K and EPIC arrays.
|
| 14 |
+
|
| 15 |
+
| | |
|
| 16 |
+
|---|---|
|
| 17 |
+
| **Predicts** | chronological age |
|
| 18 |
+
| **Species** | Homo sapiens |
|
| 19 |
+
| **Tissue** | whole blood |
|
| 20 |
+
| **Data type** | DNA methylation |
|
| 21 |
+
| **Model type** | elastic net regression |
|
| 22 |
+
| **Year** | 2020 |
|
| 23 |
+
|
| 24 |
+
## Use with pyaging
|
| 25 |
+
|
| 26 |
+
```python
|
| 27 |
+
import pyaging as pya
|
| 28 |
+
|
| 29 |
+
pya.pred.predict_age(adata, ["cabec"])
|
| 30 |
+
```
|
| 31 |
+
|
| 32 |
+
Browse every clock in the [pyaging Clock Catalogue](https://pyaging.readthedocs.io).
|
| 33 |
+
|
| 34 |
+
## Citation
|
| 35 |
+
|
| 36 |
+
Lee, Yunsung, et al. "Blood-based epigenetic estimators of chronological age in human adults using DNA methylation data from the Illumina MethylationEPIC array." BMC genomics 21 (2020): 1-13.
|
| 37 |
+
|
| 38 |
+
https://doi.org/10.1186/s12864-020-07168-8
|
cabec.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dc61daefdc00cabb5e2f881eb1982d1112c281bf54314669d38b8e7062ea4879
|
| 3 |
+
size 57381
|
config.json
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"approved_by_author": "\u231b",
|
| 3 |
+
"citation": "Lee, Yunsung, et al. \"Blood-based epigenetic estimators of chronological age in human adults using DNA methylation data from the Illumina MethylationEPIC array.\" BMC genomics 21 (2020): 1-13.",
|
| 4 |
+
"citations": 21,
|
| 5 |
+
"citations_date": "2026-07-05",
|
| 6 |
+
"clock_name": "cabec",
|
| 7 |
+
"data_type": "DNA methylation",
|
| 8 |
+
"doi": "https://doi.org/10.1186/s12864-020-07168-8",
|
| 9 |
+
"journal": "BMC Genomics",
|
| 10 |
+
"last_author": "Jon Bohlin",
|
| 11 |
+
"model_type": "elastic net regression",
|
| 12 |
+
"n_features": 1892,
|
| 13 |
+
"notes": "Common Adult Blood-based EPIC Clock trained on the extended adult whole-blood dataset but restricted to autosomal CpGs shared by the Illumina 450K and EPIC arrays.",
|
| 14 |
+
"platform": [
|
| 15 |
+
"Illumina 450K",
|
| 16 |
+
"Illumina EPIC"
|
| 17 |
+
],
|
| 18 |
+
"population": "adults",
|
| 19 |
+
"predicts": [
|
| 20 |
+
"chronological age"
|
| 21 |
+
],
|
| 22 |
+
"research_only": null,
|
| 23 |
+
"species": "Homo sapiens",
|
| 24 |
+
"tissue": [
|
| 25 |
+
"whole blood"
|
| 26 |
+
],
|
| 27 |
+
"training_target": [
|
| 28 |
+
"chronological age"
|
| 29 |
+
],
|
| 30 |
+
"unit": [
|
| 31 |
+
"years"
|
| 32 |
+
],
|
| 33 |
+
"version": "v0.3.0",
|
| 34 |
+
"year": 2020
|
| 35 |
+
}
|