-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathDESCRIPTION
More file actions
56 lines (56 loc) · 1.9 KB
/
Copy pathDESCRIPTION
File metadata and controls
56 lines (56 loc) · 1.9 KB
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
Package: coMethDMR
Title: Accurate identification of co-methylated and differentially methylated
regions in epigenome-wide association studies
Version: 0.99.18
Authors@R: c(
person("Fernanda", "Veitzman", email = "fveit001@fiu.edu", role = c("cre")),
person("Lissette", "Gomez", email = "lxg255@miami.edu", role = c("aut")),
person("Tiago", "Silva", email = "txs902@med.miami.edu", role = c("aut")),
person("Ning", "Lijiao", role = c("ctb")),
person("Boissel", "Mathilde", role = c("ctb")),
person("Lily", "Wang", email = "lily.wang@med.miami.edu", role = c("aut")),
person("Gabriel", "Odom", email = "gabriel.odom@fiu.edu", role = c("aut"))
)
Description: coMethDMR identifies genomic regions associated with continuous
phenotypes by optimally leverages covariations among CpGs within predefined
genomic regions. Instead of testing all CpGs within a genomic region,
coMethDMR carries out an additional step that selects co-methylated
sub-regions first without using any outcome information. Next, coMethDMR tests
association between methylation within the sub-region and continuous phenotype
using a random coefficient mixed effects model, which models both variations
between CpG sites within the region and differential methylation
simultaneously.
Depends:
R (>= 4.1)
License: GPL-3
Encoding: UTF-8
LazyData: false
RoxygenNote: 7.1.2
Imports:
AnnotationHub,
BiocParallel,
bumphunter,
ExperimentHub,
GenomicRanges,
IRanges,
lmerTest,
methods,
stats,
utils
Suggests:
BiocStyle,
corrplot,
knitr,
rmarkdown,
testthat,
IlluminaHumanMethylation450kanno.ilmn12.hg19,
IlluminaHumanMethylationEPICanno.ilm10b4.hg19
biocViews:
DNAMethylation,
Epigenetics,
MethylationArray,
DifferentialMethylation,
GenomeWideAssociation
VignetteBuilder: knitr
BugReports: https://github.com/TransBioInfoLab/coMethDMR/issues
URL: https://gabrielodom.github.io/coMethDMR/