| --- |
| license: mit |
| library_name: pyaging |
| tags: |
| - pyaging |
| - aging-clock |
| - biology |
| - dna-methylation |
| --- |
| |
| # grimage2loga1c |
|
|
| DNAm logA1C estimates the natural logarithm of winsorized hemoglobin A1C percentage and was newly added to GrimAge2. |
|
|
| | | | |
| |---|---| |
| | **Predicts** | hemoglobin A1c | |
| | **Species** | Homo sapiens | |
| | **Tissue** | whole blood | |
| | **Data type** | DNA methylation | |
| | **Model type** | elastic net regression | |
| | **Year** | 2022 | |
|
|
| ## Use with pyaging |
|
|
| ```python |
| import pyaging as pya |
| |
| pya.pred.predict_age(adata, ["grimage2loga1c"]) |
| ``` |
|
|
| Browse every clock in the [pyaging Clock Catalogue](https://pyaging.readthedocs.io). |
|
|
| ## Citation |
|
|
| Lu, A. T., et al. “DNA methylation GrimAge version 2.” Aging 14(23): 9484–9549 (2022). |
|
|
| https://doi.org/10.18632/aging.204434 |
|
|