generated from neurogenomics/templateR
-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
89 lines (89 loc) · 1.66 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
Package: KGExplorer
Type: Package
Title: Biomedical Knowledge Network Construction and Analysis
Version: 0.99.03
Authors@R:
c(
person(given = "Brian",
family = "Schilder",
role = c("aut","cre"),
email = "brian_schilder@alumni.brown.edu",
comment = c(ORCID = "0000-0001-5949-2191"))
)
Description: Query, construct, and analyse large-scale biomedical knowledge graphs and ontologies.
URL: https://github.com/neurogenomics/KGExplorer
BugReports: https://github.com/neurogenomics/KGExplorer/issues
Encoding: UTF-8
Depends: R (>= 4.2)
biocViews:
Software,
Network,
GraphAndNetwork
Imports:
simona,
rols,
data.table,
ggplot2,
plotly,
pals,
visNetwork,
ggnetwork,
Matrix,
stringr,
rvest,
igraph,
tidygraph,
tidyquant,
utils,
methods,
BiocParallel,
GenomicRanges,
orthogene,
echogithub,
downloadR,
EnsDb.Hsapiens.v75
Suggests:
rworkflows,
markdown,
rmarkdown,
remotes,
knitr,
testthat (>= 3.0.0),
heatmaply,
ComplexHeatmap,
ggdist,
htmltools,
piggyback,
monarchr,
rphenoscape,
biocBiocypher,
VariantAnnotation,
AnnotationFilter,
AnnotationHub,
TxDb.Hsapiens.UCSC.hg19.knownGene,
TxDb.Hsapiens.UCSC.hg38.knownGene,
MASS,
GenomeInfoDb,
ensembldb,
BiocGenerics,
readxl,
htmlwidgets,
sparklyr,
httr,
jsonlite,
scales,
tidyr,
DiagrammeR,
forcats,
arrow
Remotes:
github::charlieccarey/monarchr,
github::phenoscape/rphenoscape,
github::vjcitn/biocBiocypher,
github::RajLabMSSM/echogithub,
github::RajLabMSSM/downloadR,
github::kwstat/pals
RoxygenNote: 7.3.1
VignetteBuilder: knitr
License: GPL-3
Config/testthat/edition: 3