-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
47 lines (47 loc) · 1.07 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
Package: hypeR
Title: An R Package For Geneset Enrichment Workflows
Version: 2.0.0
Authors@R: c(person(given="Anthony", family="Federico", email="[email protected]",
role=c("aut", "cre")),
person(given="Andrew", family="Chen", email="[email protected]",
role=c("aut")),
person(given="Stefano", family="Monti", email="[email protected]",
role=c("aut")))
Description: An R Package for Geneset Enrichment Workflows.
Depends: R (>= 3.6.0)
License: GPL-3 + file LICENSE
URL: https://github.com/montilab/hypeR
Encoding: UTF-8
RoxygenNote: 7.2.3
LazyData: false
Imports:
ggplot2,
ggforce,
R6,
magrittr,
dplyr,
purrr,
stats,
stringr,
scales,
rlang,
httr,
openxlsx,
htmltools,
reshape2,
reactable,
msigdbr,
kableExtra,
rmarkdown,
igraph,
visNetwork,
shiny,
BiocStyle
Suggests:
tidyverse,
devtools,
testthat,
knitr
biocViews: GeneSetEnrichment, Annotation, Pathways
VignetteBuilder: knitr
BugReports: https://github.com/montilab/hypeR/issues