forked from lijingya/ELMER
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathDESCRIPTION
More file actions
95 lines (95 loc) · 2.08 KB
/
Copy pathDESCRIPTION
File metadata and controls
95 lines (95 loc) · 2.08 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
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
90
91
92
93
94
95
Package: ELMER
Title:
Inferring Regulatory Element Landscapes and Transcription Factor
Networks Using Cancer Methylomes
Version: 2.35.1
Authors@R: c( person("Tiago","Chedraoui Silva", role = c("aut","cre"), email = "tiagochst@gmail.com"),
person("Lijing", "Yao", role = "aut", email = "lijingya@usc.edu"),
person("Simon","Coetzee", role = c("aut"), email = "Simon.Coetzee@cshs.org"),
person("Nicole", "Gull", role = "ctb"),
person("Hui", "Shen", role = "ctb"),
person("Peter", "Laird", role = "ctb"),
person("Peggy", "Farnham", role = "aut"),
person("Dechen", "Li", role = "ctb"),
person("Benjamin", "Berman", role = "aut")
)
Maintainer:
Tiago Chedraoui Silva <tiagochst@gmail.com>
Description: ELMER is designed to use DNA methylation and gene expression from a
large number of samples to infere regulatory element landscape and transcription
factor network in primary tissue.
Depends:
R (>= 3.4.0),
ELMER.data (>= 2.9.3)
License: GPL-3
LazyData: true
VignetteBuilder: knitr
Imports:
GenomicRanges,
ggplot2,
reshape,
grid,
grDevices,
graphics,
methods,
parallel,
stats,
utils,
IRanges,
Seqinfo,
S4Vectors,
GenomicFeatures,
TCGAbiolinks (>= 2.23.7),
plyr,
Matrix,
dplyr,
Gviz,
ComplexHeatmap,
circlize,
MultiAssayExperiment,
SummarizedExperiment,
biomaRt,
doParallel,
downloader,
ggrepel,
lattice,
magrittr,
readr,
scales,
rvest,
xml2,
plotly,
gridExtra,
rmarkdown,
stringr,
tibble,
tidyr,
progress,
purrr,
reshape2,
ggpubr,
rtracklayer (>= 1.61.2),
DelayedArray
Suggests:
BiocStyle,
AnnotationHub,
ExperimentHub,
knitr,
testthat,
data.table,
DT,
GenomicInteractions,
webshot,
R.utils,
covr,
sesameData
biocViews:
DNAMethylation,
GeneExpression,
MotifAnnotation,
Software,
GeneRegulation,
Transcription,
Network
Encoding: UTF-8
RoxygenNote: 7.2.3