-
Notifications
You must be signed in to change notification settings - Fork 16
/
DESCRIPTION
27 lines (27 loc) · 1.11 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
Package: ggkegg
Type: Package
Title: Analyzing and visualizing KEGG information using the grammar of graphics
Version: 1.3.4
Authors@R: person("Noriaki", "Sato", email = "nori@hgc.jp", role = c("cre", "aut"))
Description: This package aims to import, parse, and analyze KEGG data such as KEGG PATHWAY and KEGG MODULE. The package supports visualizing KEGG information using ggplot2 and ggraph through using the grammar of graphics. The package enables the direct visualization of the results from various omics analysis packages.
License: MIT + file LICENSE
Encoding: UTF-8
Depends:
R (>= 4.3.0), ggplot2, ggraph, XML, igraph, tidygraph
Imports: BiocFileCache, GetoptLong, data.table, dplyr,
magick, patchwork, shadowtext, stringr, tibble,
org.Hs.eg.db, methods, utils, stats, AnnotationDbi, grDevices,
gtable
Suggests:
knitr,
clusterProfiler,
bnlearn,
rmarkdown,
BiocStyle,
testthat (>= 3.0.0)
RoxygenNote: 7.3.2
biocViews: Pathways, DataImport, KEGG
VignetteBuilder: knitr
URL: https://github.com/noriakis/ggkegg
BugReports: https://github.com/noriakis/ggkegg/issues
Config/testthat/edition: 3