-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
56 lines (56 loc) · 1.08 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
Package: bieulergy
Title: Interactive analysis of multi-omics regulatory networks
Version: 1.0.0
Authors@R: c(person(given="Anthony", family="Federico", email="[email protected]",
role=c("aut", "cre")),
person(given="Stefano", family="Monti", email="[email protected]",
role=c("aut")))
Description: Graph-theoretic approaches for the analysis and visualization of multi-omics regulatory networks.
Depends: R (>= 4.0.0)
License: GPL-3 + file LICENSE
URL: https://github.com/montilab/bieulergy
biocViews:
graph
Rgraphviz
supraHex
Imports:
config,
shiny,
htmltools,
rjson,
httr,
R6,
scales,
ggplot2,
ggrepel,
ggpubr,
reshape2,
viridis,
dplyr,
plyr,
tidyr,
tibble,
stringr,
magrittr,
glue,
igraph,
centiserve,
sna,
visNetwork,
FactoMineR,
factoextra,
reactable,
dnet,
hypeR
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests:
shinyjs,
shinythemes,
testthat,
knitr,
rmarkdown
Remotes:
montilab/hypeR
VignetteBuilder: knitr