Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

convert KEGGgraph.Rnw to KEGGgraph.Rmd #16

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
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 <[email protected]>
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 = "[email protected]", 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