forked from alberto-valdeolivas/RandomWalkRestartMH
-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
53 lines (53 loc) · 1.38 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
Package: RandomWalkRestartMH
Type: Package
Title: Random walk with restart on multiplex and heterogeneous Networks
Version: 1.9.2
Date: 2020-09-01
Authors@R: c(
person(given = "Alberto",
family = "Valdeolivas",
role = c("cre","aut","ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5482-9023")))
Description: Dev version by dkainer.
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/dkainer/RandomWalkRestartMH
BugReports: https://github.com/dkainer/RandomWalkRestartMH/issues
Encoding: UTF-8
LazyData: true
Depends: R(>= 3.5.0)
RoxygenNote: 7.2.3
Imports:
igraph,
Matrix,
methods,
parallel,
doParallel,
foreach,
psych
biocViews:
GenePrediction,
NetworkInference,
SomaticMutation,
BiomedicalInformatics,
MathematicalBiology,
SystemsBiology,
GraphAndNetwork,
Pathways,
BioCarta,
KEGG,
Reactome,
Network,
psych
Suggests:
BiocStyle,
knitr,
testthat
VignetteBuilder: knitr
NeedsCompilation: no
Packaged: 2018-04-09 20:31:46 UTC; alvaldeolivas