-
Notifications
You must be signed in to change notification settings - Fork 11
/
DESCRIPTION
49 lines (49 loc) · 1.33 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
Package: RandomWalkRestartMH
Type: Package
Title: Random walk with restart on multiplex and heterogeneous Networks
Version: 1.13.1
Date: 2021-08-11
Authors@R: c(
person(given = "Alberto",
family = "Valdeolivas",
role = c("cre","aut","ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5482-9023")))
Description: This package performs Random Walk with Restart on multiplex and
heterogeneous networks. It is described in the following article:
"Random Walk With Restart On Multiplex And Heterogeneous Biological
Networks"
<https://academic.oup.com/bioinformatics/article/35/3/497/5055408>.
License: GPL (>= 2)
URL: https://github.com/alberto-valdeolivas/RandomWalkRestartMH
BugReports: https://github.com/alberto-valdeolivas/RandomWalkRestartMH/issues
Encoding: UTF-8
LazyData: true
Depends: R(>= 3.5.0)
RoxygenNote: 7.1.1
Imports:
igraph,
Matrix,
dnet,
methods
biocViews:
GenePrediction,
NetworkInference,
SomaticMutation,
BiomedicalInformatics,
MathematicalBiology,
SystemsBiology,
GraphAndNetwork,
Pathways,
BioCarta,
KEGG,
Reactome,
Network
Suggests:
BiocStyle,
knitr,
rmarkdown,
testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-04-09 20:31:46 UTC; alvaldeolivas