-
Notifications
You must be signed in to change notification settings - Fork 21
/
DESCRIPTION
executable file
·57 lines (57 loc) · 1.64 KB
/
DESCRIPTION
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Package: methylclock
Type: Package
Title: Chronological and gestational DNAm age estimation using different methylation-based clocks
Version: 0.8.2
Date: 2023-04-04
Authors@R: c( person("Dolors", "Pelegri-Siso", , "[email protected]",
role = c("aut", "cre"),
comment = c(ORCID = "0000-0002-5993-3003")),
person("Juan R.", "Gonzalez", ,"[email protected]",
role = c("aut"),
comment = c(ORCID = "0000-0003-3267-2146"))
)
Description: This package allows to estimate chronological and gestational DNA methylation
(DNAm) age as well as biological age using different methylation clocks.
Chronological DNAm age (in years) : Horvath's clock, Hannum's clock, BNN,
Horvath's skin+blood clock, PedBE clock and Wu's clock.
Gestational DNAm age : Knight's clock, Bohlin's clock, Mayne's clock and Lee's clocks.
Biological DNAm clocks : Levine's clock and Telomere Length's clock.
biocViews:
DNAMethylation,
BiologicalQuestion,
Preprocessing,
StatisticalMethod,
Normalization
License: MIT + file LICENSE
Depends:
R (>= 3.6.0),
devtools,
quadprog
Imports:
Rcpp,
dplyr,
impute,
PerformanceAnalytics,
Biobase,
tidyverse,
tidyr,
ggplot2,
gridExtra,
ggpmisc,
ggpubr,
minfi,
planet,
tibble,
preprocessCore
Suggests:
RPMM,
BiocStyle,
knitr,
rmarkdown
LinkingTo: Rcpp
Encoding: UTF-8
URL: https://github.com/isglobal-brge/methylclock
BugReports: https://github.com/isglobal-brge/methylclock/issues
LazyData: true
RoxygenNote: 7.2.2
VignetteBuilder: knitr