-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
64 lines (64 loc) · 1.65 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
58
59
60
61
62
63
64
Package: comethyl
Title: An R Package for Weighted Region Comethylation Network Analysis
Version: 1.3.0
Authors@R: c(
person(given = "Charles",
family = "Mordaunt",
role = c("aut", "cre"),
email = "mordauntcharles@gmail.com",
comment = c(ORCID = "0000-0002-3820-3298")),
person(given = "Julia",
family = "Mouat",
role = "ctb",
email = "jmouat@ucdavis.edu"))
Description: Comethyl builds upon the WGCNA package to identify and interpret modules of
comethylated regions from whole-genome bisulfite sequencing data. Regions are
defined from clusters of CpG sites or from genomic annotations, and then percent
methylation values are used to identify comethylation modules. Interesting
modules are identified and explored by comparing with sample traits and
examining functional enrichments. Results are then visualized with high-quality,
editable plots from ggplot2.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.2
Imports:
annotatr,
BiocGenerics,
BiocParallel,
biomaRt,
bsseq,
cowplot,
DelayedArray,
DelayedMatrixStats,
dmrseq,
dplyr,
forcats,
GenomeInfoDb,
GenomicFeatures,
GenomicRanges,
ggdendro,
ggplot2,
grDevices,
IRanges,
magrittr,
MASS,
openxlsx,
purrr,
R.devices,
readr,
reshape2,
rGREAT,
rlist,
rtracklayer,
scales,
stats,
stringr,
sva,
tibble,
tidyr,
utils,
WGCNA
URL: https://github.com/cemordaunt/comethyl
BugReports: https://github.com/cemordaunt/comethyl/issues