Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 9 additions & 3 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ 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 <jitao_david.zhang@roche.com>
Authors@R: c(
person("Paul", "Shannon", role = "ctb"),
person("Hervé", "Pagès", role = "ctb"),
person("Sonali", "Kumari", role = "ctb",
comment = "Converted KEGGgraph vignette from Sweave to RMarkdown / HTML."),
person("Jitao David", "Zhang",
email = "jitao_david.zhang@roche.com", role = c("aut", "cre")))
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
Expand All @@ -18,9 +23,10 @@ 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
hgu133plus2.db, SPIA, BiocStyle, knitr
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
VignetteBuilder: knitr
Loading