File size: 1,083 Bytes
42f5c6d
1adab77
42f5c6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---

# intrinclock

Multi-tissue chronological-age clock designed by excluding CpGs associated with CD8+ T-cell differentiation, then fitting two sequential elastic-net models so predictions remain stable across immune-cell composition. The article reports 381 CpGs; the official lambda.min model and this implementation both use the same 380 non-zero CpG inputs.

| | |
|---|---|
| **Predicts** | chronological age |
| **Species** | Homo sapiens |
| **Tissue** | multi-tissue |
| **Data type** | DNA methylation |
| **Model type** | two-stage elastic net regression |
| **Year** | 2024 |

## Use with pyaging

```python
import pyaging as pya

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

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

## Citation

Tomusiak, A., et al. “Development of an epigenetic clock resistant to changes in immune cell composition.” Communications Biology 7, 934 (2024).

https://doi.org/10.1038/s42003-024-06609-4