Skip to content

Commit

Permalink
fixed problem with TL
Browse files Browse the repository at this point in the history
  • Loading branch information
isglobal-brge committed Apr 9, 2021
1 parent a719d31 commit 42ed8ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion R/DNAmAge.R
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,6 @@ DNAmAge <- function(x,

if (7 %in% method) {
tl <- predAge(cpgs.imp, coefTL, intercept = TRUE)
tl <- anti.trafo(tl)
TL <- data.frame(
id = rownames(cpgs.imp),
TL = tl
Expand Down
4 changes: 2 additions & 2 deletions vignettes/methylclock.Rmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: "Chronological and gestational DNAm age estimation using different methylation-based clocks"
subtitle: "Dolors Pelegri, Gerardo Alfonso and Juan R Gonzalez"
subtitle: "Dolors Pelegri and Juan R Gonzalez"
author: |
Institute for Global Health (ISGlobal), Barcelona, Spain
Bioinformatics Research Group in Epidemiolgy (BRGE)
Expand Down Expand Up @@ -56,7 +56,7 @@ This manual describes how to estimate chronological and gestational DNA methylat
The biological DNAm clocks implemented in our package are:

- **Levine's clock** (also know as PhenoAge): It uses 513 CpGs described in @levine2018epigenetic. It was trained using 27K, 450K and EPIC arrays in blood samples.
- **Telomere Length's clock** (TL): It uses 354 CpGs described in @lu2019dna It was trained using 450K and EPIC arrays in blood samples.
- **Telomere Length's clock** (TL): It uses 140 CpGs described in @lu2019dna It was trained using 450K and EPIC arrays in blood samples.



Expand Down

0 comments on commit 42ed8ce

Please sign in to comment.