File size: 901 Bytes
0587adf
a8c315c
0587adf
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
license: mit
library_name: pyaging
tags:
- pyaging
- aging-clock
- biology
- dna-methylation
---

# pcgrimage

Principal-component proxy trained to reproduce the original DNAm GrimAge score; age and sex are additional model inputs.

| | |
|---|---|
| **Predicts** | mortality risk |
| **Species** | Homo sapiens |
| **Tissue** | whole blood |
| **Data type** | DNA methylation |
| **Model type** | PCA + elastic net regression |
| **Year** | 2022 |

## Use with pyaging

```python
import pyaging as pya

pya.pred.predict_age(adata, ["pcgrimage"])
```

Browse every clock in the [pyaging Clock Catalogue](https://pyaging.readthedocs.io).

## Citation

Higgins-Chen, Albert T., et al. "A computational solution for bolstering reliability of epigenetic clocks: implications for clinical trials and longitudinal tracking." Nature Aging 2 (2022): 644–661.

https://doi.org/10.1038/s43587-022-00248-2