-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
94 lines (94 loc) · 2.08 KB
/
DESCRIPTION
File metadata and controls
94 lines (94 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
Package: echoannot
Type: Package
Title: Echoverse Module: Annotate Fine-Mapping Results
Version: 1.0.1
Date: 2026-03-08
Authors@R:
c(person(given = "Brian",
family = "Schilder",
role = c("aut","cre"),
email = "brian_schilder@alumni.brown.edu",
comment = c(ORCID = "0000-0001-5949-2191")),
person(given = "Jack",
family = "Humphrey",
role = c("aut"),
email = "Jack.Humphrey@mssm.edu",
comment = c(ORCID = "0000-0002-6274-6620")),
person(given = "Towfique",
family = "Raj",
role = c("aut"),
email = "towfique.raj@mssm.edu",
comment = c(ORCID = "0000-0002-9355-5704"))
)
Description: Echoverse module: Functions for annotating genomic data
with annotations and epigenomic data.
URL: https://github.com/RajLabMSSM/echoannot
BugReports: https://github.com/RajLabMSSM/echoannot/issues
Encoding: UTF-8
Depends: R (>= 4.1)
biocViews:
Genetics, FunctionalGenomics, SystemsBiology
Imports:
echodata,
echotabix,
downloadR,
dplyr,
stringr,
data.table,
utils,
tools,
methods,
stats,
tidyr,
parallel,
ggplot2,
patchwork,
ggbio,
GenomicRanges,
DescTools,
grDevices,
rtracklayer,
S4Vectors,
BiocGenerics,
IRanges,
rlang
Suggests:
curl,
XGR,
markdown,
rmarkdown,
remotes,
knitr,
BiocStyle,
badger,
covr,
testthat (>= 3.0.0),
corrplot,
pheatmap,
haploR,
biomaRt,
regioneR,
motifbreakR,
MotifDb,
BSgenome,
SNPlocs.Hsapiens.dbSNP144.GRCh37,
SNPlocs.Hsapiens.dbSNP144.GRCh38,
BSgenome.Hsapiens.UCSC.hg19,
BSgenome.Hsapiens.UCSC.hg38,
BiocParallel,
echoconda,
echoLD,
heatmaply,
reshape2,
R.utils
Remotes:
github::RajLabMSSM/echodata,
github::RajLabMSSM/echotabix,
github::RajLabMSSM/downloadR,
github::RajLabMSSM/echoconda,
github::RajLabMSSM/echoLD
RoxygenNote: 7.3.3
VignetteBuilder: knitr
License: GPL-3
Config/testthat/edition: 3
LazyData: true