Description Usage Arguments Value Examples
The function takes a named numeric vector of beta values. The name attribute contains the probe ID (cg, ch or rs IDs). The function looks for overlapping probes and estimate age using Horvath aging model (Horvath 2013 Genome Biology). The function outputs a single numeric of age in years.
1 | predictAgeHorvath353(betas)
|
betas |
a probeID-named vector of beta values |
age in years
1 2 | betas <- sesameDataGet('HM450.1.TCGA.PAAD')$betas
predictAgeHorvath353(betas)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.