-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
47 lines (47 loc) · 1.71 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
Package: rplec
Title: Placental Epigenetic Clock to Estimate Aging by DNA Methylation
Version: 0.1.3
Authors@R:
c(person(
given = "Herdiantri"
,family = "Sufriyana"
,email = "herdi@nycu.edu.tw"
,role = c("aut", "cre")
,comment = c(ORCID = "0000-0001-9178-0222")
)
,person(
given = "Emily Chia-Yu"
,family = "Su"
,email = "emily@nycu.edu.tw"
,role = c("aut")
,comment = c(ORCID = "0000-0003-4801-5159")
)
)
Description: Placental epigenetic clock to estimate aging based on gestational age using DNA methylation levels, so called placental epigenetic clock (PlEC). We developed a PlEC for the 2024 Placental Clock DREAM Challenge (<https://www.synapse.org/Synapse:syn59520082/wiki/628063>). Our PlEC achieved the top performance based on an independent test set. PlEC can be used to identify accelerated/decelerated aging of placenta for understanding placental dysfunction-related conditions, e.g., great obstetrical syndromes including preeclampsia, fetal growth restriction, preterm labor, preterm premature rupture of the membranes, late spontaneous abortion, and placental abruption. Detailed methodologies and examples are documented in our vignette, available at <https://herdiantrisufriyana.github.io/rplec/doc/placental_aging_analysis.html>.
Depends: R (>= 4.4)
Imports:
doParallel,
dplyr,
foreach,
ggplot2,
parallel,
pbapply,
purrr,
RPMM,
stats,
stringr,
tibble,
tidyr,
utils
Suggests:
tidyverse,
knitr,
testthat (>= 3.0.0)
VignetteBuilder: knitr
License: MIT + file LICENSE
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.2
LazyData: true
LazyDataCompression: xz
Config/testthat/edition: 3