-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
46 lines (46 loc) · 1.48 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
Package: alignontology
Type: Package
Title: An implementation of alignment in Network-Extracted Ontology algorithm
Version: 0.1.0
Date: 2021-01-21
Authors@R:
c(person(given = "Herdiantri",
family = "Sufriyana",
role = c("aut", "cre"),
email = "herdiantrisufriyana@unusa.ac.id",
comment = c(ORCID = "0000-0001-9178-0222")),
person(given = "Yu-Wei",
family = "Wu",
role = c("ths"),
email = "yuwei.wu@tmu.edu.tw",
comment = c(ORCID = "0000-0002-5603-1194")),
person(given = "Emily Chia-Yu",
family = "Su",
role = c("ths"),
email = "emilysu@tmu.edu.tw",
comment = c(ORCID = "0000-0003-4801-5159"))
)
Depends: R (>= 4.0.2)
Description: This package facilitates application of ontology alignment in
Network-Extracted Ontology (NeXO) algorithm in R. This algorithm was
originally implemented in C++ by Michael Kramer for NeXO algorithm found by
Janusz Dutkowski. The inputs are computed and reference ontologies as
source-target-relation data frames.
License: GPL-3
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.1.1
Imports:
devtools,
tidyverse
Suggests:
BiocStyle,
knitr,
rmarkdown,
kableExtra,
igraph,
magick,
testthat
URL: https://github.com/herdiantrisufriyana/alignontology
BugReports: https://github.com/herdiantrisufriyana/alignontology/issues
VignetteBuilder: knitr