-
Notifications
You must be signed in to change notification settings - Fork 22
/
DESCRIPTION
89 lines (89 loc) · 1.94 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Package: DMRichR
Title: Enrich your DMR Analysis with the Tidyverse
Version: 1.7.8
Authors@R: c(
person("Ben", "Laufer", email = "[email protected]", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-7558-1335")),
person("Hyeyeon", "Hwang", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-7918-728X")),
person("Charles", "Mordaunt", email = "[email protected]", role = "ctb", comment = c(ORCID = "0000-0002-3820-3298"))
)
Description: A R package and executable for the preprocessing, statistical analysis, and downstream testing and visualization of differentially methylated regions (DMRs) and global methylation levels from CpG count matrices (Bismark cytosine reports).
Depends:
R (>= 3.5.0),
dmrseq,
bsseq
biocViews:
Imports:
BiocGenerics,
Boruta,
CMplot,
ChIPseeker,
GOfuncR,
GenomeInfoDb,
GenomicRanges,
broom,
enrichR,
ggplot2,
gplots,
gt,
lsmeans,
openxlsx,
rGREAT,
rtracklayer,
sigFeature,
RColorBrewer,
glue,
grDevices,
graphics,
parallel,
pheatmap,
R2HTML,
LOLA,
PerformanceAnalytics,
hablar,
AnnotationHub,
viridis,
ggsci,
minfi,
Hmisc,
data.table,
BiocParallel,
plyranges,
wesanderson,
dplyr,
forcats,
stringr,
tidyr,
purrr,
tibble,
readxl,
readr,
ensembldb,
rrvgo,
Glimma,
BiocManager,
magrittr,
rlang,
GenomicFeatures,
DelayedMatrixStats,
IRanges,
stats,
utils,
tidyselect,
Biobase,
S4Vectors,
PCAtools,
scales
Suggests:
knitr,
markdown,
rmarkdown,
optparse,
simpleCache,
qvalue
License: MIT | file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr
URL: https://github.com/ben-laufer/DMRichR, https://ben-laufer.github.io/DMRichR, https://www.benlaufer.com/DMRichR/
BugReports: https://github.com/ben-laufer/DMRichR/issues