-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
65 lines (65 loc) · 1.65 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
59
60
61
62
63
64
65
Package: HPOExplorer
Title: Analysis and Visualisation of the Human Phenotype Ontology
Version: 1.0.3
Authors@R:
c(
person(given = "Brian",
family = "Schilder",
role = c("aut","cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-5949-2191")),
person(given = "Robert",
family = "Gordon-Smith",
role = c("aut","ctb"),
email = "[email protected]",
comment = c(ORCID = "0000-0001-6698-7387")),
person(given = "Nathan",
family = "Skene",
role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0002-6807-3180")))
Description: Import, annotate and visualise the 18k+ hierarchically structured
clinical phenotypes across the Human Phenotype Ontology.
License: GPL-3
URL: https://github.com/neurogenomics/HPOExplorer
BugReports: https://github.com/neurogenomics/HPOExplorer/issues
Encoding: UTF-8
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Depends:
R (>= 4.1.0)
Imports:
KGExplorer,
simona,
ggplot2,
utils,
stats,
methods,
tools,
data.table,
stringr,
GenomicRanges
Suggests:
rmarkdown,
knitr,
devtools,
rworkflows,
here,
httr,
jsonlite,
testthat (>= 3.0.0),
scales,
piggyback,
patchwork,
tidygraph,
colorspace,
BiocParallel
Remotes:
github::neurogenomics/KGExplorer
VignetteBuilder: knitr
biocViews:
Genetics, Preprocessing, GeneTarget, SystemsBiology,
GraphAndNetwork, Annotation, Network
LazyData: true
LazyDataCompression: gzip
Config/testthat/edition: 3