View source: R/getRequiredProbes.R
getRequiredProbes | R Documentation |
Returns a list containing the IDs of the probes needed for each Dunedin Pace of Aging Methylation Score Model. By default does not include all the required probes (20k) used in the normalization and DunedinPACE calculation.
getRequiredProbes(backgroundList=F)
backgroundList |
Default = FALSE. If set to true, it will return the full set of 20,000 probes in the background set used for normalization |
The 'PACEProjector' uses data from 20,000 CpGs. This includes 173 probes for PACE projection, and a background list that is used for normalization. We do not recommend using 'getRequiredProbes(backgroundList=F)' to pre-select a subset of probes for the 'PACEProjector' function, as this excludees the 19827 probes used for normalization and and could affect DunedinPACE estimates. If you need to pre-select probes, be sure to use 'getRequiredProbes(backgroundList=TRUE)'.
Belsky DW, Caspi A, Corcoran DL, Sugden K, Poulton R, Arseneault L, Baccarelli A, Chamarti K, Gao X, Hannon E, et al. 2022. DunedinPACE, a DNA methylation biomarker of the pace of aging. Deelen J, editor. eLife. 11:e73420. doi:10.7554/eLife.73420.
getRequiredProbes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.