-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathDESCRIPTION
25 lines (25 loc) · 978 Bytes
/
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
Package: mully
Type: Package
Title: Create, Modify and Visualize Multi-Layered Networks
Version: 2.1.38
Authors@R: c(person("Zaynab","Hammoud",role=c("aut","cre"),email="[email protected]"))
Maintainer: Zaynab Hammoud <[email protected]>
Description: Allows the user to create graphs with multiple layers. The user can also modify the layers, the nodes, and the edges. The graph can also be visualized.
Zaynab Hammoud and Frank Kramer (2018) <doi:10.3390/genes9110519>.
More about multilayered graphs and their usage can be found in our review paper:
Zaynab Hammoud and Frank Kramer (2020) <doi:10.1186/s41044-020-00046-0>.
URL: https://github.com/frankkramer-lab/mully
BugReports: https://github.com/frankkramer-lab/mully/issues
License: GPL (>= 2)
Encoding: UTF-8
RoxygenNote: 7.2.3
Imports:
igraph (>= 1.3.5.9097),
rgl (>= 1.0.0),
randomcoloR,
graphics,
stats
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr