lucascamillomd commited on
Commit
db2aead
·
verified ·
1 Parent(s): 4529cdb

Sync grimage

Browse files
Files changed (3) hide show
  1. README.md +38 -0
  2. config.json +36 -0
  3. grimage.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
+ # grimage
12
+
13
+ Age-calibrated mortality-risk estimator built in two stages from DNAm surrogates for plasma proteins and smoking pack-years, chronological age, and sex.
14
+
15
+ | | |
16
+ |---|---|
17
+ | **Predicts** | mortality risk |
18
+ | **Species** | Homo sapiens |
19
+ | **Tissue** | whole blood |
20
+ | **Data type** | DNA methylation |
21
+ | **Model type** | two-stage elastic net + Cox regression |
22
+ | **Year** | 2019 |
23
+
24
+ ## Use with pyaging
25
+
26
+ ```python
27
+ import pyaging as pya
28
+
29
+ pya.pred.predict_age(adata, ["grimage"])
30
+ ```
31
+
32
+ Browse every clock in the [pyaging Clock Catalogue](https://pyaging.readthedocs.io).
33
+
34
+ ## Citation
35
+
36
+ Lu, Ake T., et al. "DNA methylation GrimAge strongly predicts lifespan and healthspan." Aging (Albany NY) 11 (2019): 303–327.
37
+
38
+ https://doi.org/10.18632/aging.101684
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "approved_by_author": "\u231b",
3
+ "citation": "Lu, Ake T., et al. \"DNA methylation GrimAge strongly predicts lifespan and healthspan.\" Aging (Albany NY) 11 (2019): 303\u2013327.",
4
+ "citations": 2610,
5
+ "citations_date": "2026-07-05",
6
+ "clock_name": "grimage",
7
+ "data_type": "DNA methylation",
8
+ "doi": "https://doi.org/10.18632/aging.101684",
9
+ "journal": "Aging (Albany NY)",
10
+ "last_author": "Steve Horvath",
11
+ "model_type": "two-stage elastic net + Cox regression",
12
+ "n_features": 1032,
13
+ "notes": "Age-calibrated mortality-risk estimator built in two stages from DNAm surrogates for plasma proteins and smoking pack-years, chronological age, and sex.",
14
+ "platform": [
15
+ "Illumina 450K"
16
+ ],
17
+ "population": "adults",
18
+ "postprocess": "cox_to_years",
19
+ "predicts": [
20
+ "mortality risk"
21
+ ],
22
+ "reference_values": true,
23
+ "research_only": true,
24
+ "species": "Homo sapiens",
25
+ "tissue": [
26
+ "whole blood"
27
+ ],
28
+ "training_target": [
29
+ "mortality"
30
+ ],
31
+ "unit": [
32
+ "years"
33
+ ],
34
+ "version": "v0.3.0",
35
+ "year": 2019
36
+ }
grimage.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:81f69ec6df388ff7586dc7b6de2ba6b438c55a63abe1e419c59ea27e2b3d5a8c
3
+ size 61909