-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
35 lines (33 loc) · 981 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
26
27
28
29
30
31
32
33
34
35
Type: Package
Package: FALCONET
Title: FAst visuaLisation of COmputational NETworks
Version: 1.0.1
Authors@R:
person("Hongzhong", "Lu", email = "[email protected]", role = c("cre"))
Description:
FALCONET (FAst visuaLisation of COmputational NETworks) enables the
automatic formation and visualisation of metabolic maps from
genome-scale models with R and CellDesigner, readily facilitating
the visualisation of multi-layers omics datasets in the context of
metabolic networks.
License: MIT + file LICENSE
URL: https://github.com/SysBioChalmers/FALCONET
BugReports: https://github.com/SysBioChalmers/FALCONET/issues
Depends:
R (>= 3.5.2)
Imports:
stringr (>= 1.3.1),
tidyverse (>= 1.2.1),
readxl (>= 1.2.0),
igraph (>= 1.2.2),
networkD3 (>= 0.4),
DiagrammeR (>= 1.0.0),
hongR
Suggests:
testthat,
rmarkdown
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.1.1
VignetteBuilder: knitr
Roxygen: list(markdown = TRUE)