-
Notifications
You must be signed in to change notification settings - Fork 3
/
DESCRIPTION
26 lines (26 loc) · 1.08 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
Package: KEGGgraph
Type: Package
Title: KEGGgraph: A graph approach to KEGG PATHWAY in R and
Bioconductor
Version: 1.59.3
Date: 2022-12-18
Author: Jitao David Zhang, with inputs from Paul Shannon and Hervé Pagès
Maintainer: Jitao David Zhang <[email protected]>
Description: KEGGGraph is an interface between KEGG pathway and graph
object as well as a collection of tools to analyze, dissect and
visualize these graphs. It parses the regularly updated KGML
(KEGG XML) files into graph models maintaining all essential
pathway attributes. The package offers functionalities
including parsing, graph operation, visualization and etc.
License: GPL (>= 2)
LazyLoad: yes
LazyData: yes
Depends: R (>= 3.5.0)
Imports: methods, XML (>= 2.3-0), graph, utils, RCurl, Rgraphviz
Suggests: RBGL, testthat, RColorBrewer, org.Hs.eg.db,
hgu133plus2.db, SPIA
Collate: kegg2graph-functions.R parse.R annotation.R graph.R kgmlfile.R
misc.R vis.R
URL: http://www.nextbiomotif.com
biocViews: Pathways, GraphAndNetwork, Visualization, KEGG
Encoding: UTF-8