lucascamillomd commited on
Commit
c1d151b
·
verified ·
1 Parent(s): c5b290d

Sync yingadaptage

Browse files
Files changed (3) hide show
  1. README.md +38 -0
  2. config.json +34 -0
  3. yingadaptage.pt +3 -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
+ # yingadaptage
12
+
13
+ Causality-enriched age predictor restricted to adaptive/protective age-related CpGs, with feature penalties weighted by EWMR causality scores.
14
+
15
+ | | |
16
+ |---|---|
17
+ | **Predicts** | adaptive epigenetic age |
18
+ | **Species** | Homo sapiens |
19
+ | **Tissue** | whole blood |
20
+ | **Data type** | DNA methylation |
21
+ | **Model type** | causality-weighted elastic net regression |
22
+ | **Year** | 2024 |
23
+
24
+ ## Use with pyaging
25
+
26
+ ```python
27
+ import pyaging as pya
28
+
29
+ pya.pred.predict_age(adata, ["yingadaptage"])
30
+ ```
31
+
32
+ Browse every clock in the [pyaging Clock Catalogue](https://pyaging.readthedocs.io).
33
+
34
+ ## Citation
35
+
36
+ Ying, K., Liu, H., Tarkhov, A.E. et al. Causality-enriched epigenetic age uncouples damage and adaptation. Nature Aging 4, 231–246 (2024).
37
+
38
+ https://doi.org/10.1038/s43587-023-00557-0
config.json ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "approved_by_author": "\u231b",
3
+ "citation": "Ying, K., Liu, H., Tarkhov, A.E. et al. Causality-enriched epigenetic age uncouples damage and adaptation. Nature Aging 4, 231\u2013246 (2024).",
4
+ "citations": 183,
5
+ "citations_date": "2026-07-05",
6
+ "clock_name": "yingadaptage",
7
+ "data_type": "DNA methylation",
8
+ "doi": "https://doi.org/10.1038/s43587-023-00557-0",
9
+ "journal": "Nature Aging",
10
+ "last_author": "Vadim N. Gladyshev",
11
+ "model_type": "causality-weighted elastic net regression",
12
+ "n_features": 999,
13
+ "notes": "Causality-enriched age predictor restricted to adaptive/protective age-related CpGs, with feature penalties weighted by EWMR causality scores.",
14
+ "platform": [
15
+ "Illumina 450K"
16
+ ],
17
+ "population": "adults",
18
+ "predicts": [
19
+ "adaptive epigenetic age"
20
+ ],
21
+ "research_only": null,
22
+ "species": "Homo sapiens",
23
+ "tissue": [
24
+ "whole blood"
25
+ ],
26
+ "training_target": [
27
+ "chronological age"
28
+ ],
29
+ "unit": [
30
+ "years"
31
+ ],
32
+ "version": "v0.3.0",
33
+ "year": 2024
34
+ }
yingadaptage.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f95ef7d752a39e912a1e09450fda86550aa4b6aa0b6484f5ccab5aebf04c411d
3
+ size 32293