forked from daisybio/keypathwayminer-R
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
34 lines (34 loc) · 916 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
Package: KeyPathwayMineR
Type: Package
Title: KeyPathwayMiner R-Package
Description: The following package provides an easy way for using KeyPathwayMiner and visualize its results via R.
The user can decide whether he wants to call KeyPathwayMiner on his computer (via standalone) or with the Web api.
With the kpm_options object the arguments for the execution of the program can be easily set and viewed.
Version: 0.0.0.905
Author: Markus List and Konstantinos Mechteridis
Maintainer: The package maintainer <[email protected]>
License: GNU GENERAL PUBLIC LICENSE
Encoding: UTF-8
LazyData: true
Depends:
R (>= 2.10),
rJava (>= 0.9-12)
Imports:
settings,
RCurl,
rjson,
foreach,
dplyr,
vroom,
magrittr,
igraph,
tibble,
shiny,
visNetwork,
gtools,
ggplot2
RoxygenNote: 7.1.1
Suggests:
knitr,
rmarkdown
VignetteBuilder: knitr