-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
36 lines (36 loc) · 1.07 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
Package: phenOncoX
Type: Package
Title: A phenotype ontology map for cancer
Version: 0.8.3
Authors@R:
c(person(given = "Sigve",
family = "Nakken",
role = c("aut", "cre"),
email = "sigven@ifi.uio.no",
comment = c(ORCID = "0000-0001-8468-2050")))
Maintainer: Sigve Nakken <sigven@ifi.uio.no>
URL: https://sigven.github.io/phenOncoX
BugReports: https://github.com/sigven/phenOncoX/issues
Description: A semi-manually curated resource that maps relevant phenotype
terms for the oncology domain. Using OncoTree as the starting point,
phenOncoX gathers all key UMLS terms per main tumor type,
expands with all children in the UMLS tree, and maps these terms to
cross-referenced terms in the Experimental Factor Ontology (EFO),
Disease Ontology (DO), and ICD-10.
Depends:
R (>= 4.0)
Imports:
dplyr,
DT,
readr,
googledrive,
lgr
Suggests:
testthat (>= 3.1.0),
knitr,
rmarkdown
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.2
Roxygen: list(markdown = TRUE)