-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
40 lines (40 loc) · 1.1 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
Package: planet
Title: Placental DNA methylation analysis tools
Version: 1.13.0
Authors@R:
c(person("Victor", "Yuan", email = "victor.2wy@gmail.com",
role = c("aut", "cre")),
person(c("Wendy", "P."), "Robinson",
role = "ctb"))
URL:
https://victor.rbind.io/planet, http://github.com/wvictor14/planet
BugReports:
http://github.com/wvictor14/planet/issues
Description: This package contains R functions to predict biological variables
to from placnetal DNA methylation data generated from infinium arrays. This
includes inferring ethnicity/ancestry, gestational age, and cell composition
from placental DNA methylation array (450k/850k) data.
Depends:
R (>= 4.3)
Imports:
methods,
tibble,
magrittr,
dplyr
Suggests:
ggplot2,
testthat,
tidyr,
scales,
minfi,
EpiDISH,
knitr,
rmarkdown
License: GPL-2
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.2.3
VignetteBuilder: knitr
biocViews: Software, DifferentialMethylation, Epigenetics, Microarray,
MethylationArray, DNAMethylation, CpGIsland
Roxygen: list(markdown = TRUE)