-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
58 lines (58 loc) · 1.6 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
54
55
56
57
58
Package: metapaths
Type: Package
Title: Meta-Path-Based Network Similarity
Version: 1.0.0
Authors@R:
c(person(given = "Ayush",
family = "Noori",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-1420-1236")),
person(given = "Michelle M.",
family = "Li",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0223-7485")),
person(given = "Amelia L. M.",
family = "Tan",
role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0003-0623-6623")),
person(given = "Marinka",
family = "Zitnik",
role = c("aut", "rth"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-8530-7228")))
Description: Compute meta-path based network similarity metrics in R.
URL: https://www.ayushnoori.com/metapaths, https://github.com/ayushnoori/metapaths
BugReports: https://github.com/ayushnoori/metapaths/issues
Imports:
data.table,
purrr,
magrittr,
igraph
License: MPL-2.0
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.2
VignetteBuilder: knitr
Suggests:
knitr,
rmarkdown
Collate:
'aggregation-methods.R'
'all-nodes.R'
'search-neighbors.R'
'get-neighbors.R'
'map-neighbors.R'
'node-types.R'
'search-degrees.R'
'similarity-metrics.R'
'get-similarity.R'
'compare-sets.R'
'get-neighbor-list.R'
'get-node-list.R'
'metapaths-package.R'
'mtcars-edge-list.R'
Depends:
R (>= 2.10)