Name Mode Size
.github 040000
R 040000
data 040000
inst 040000
man 040000
tests 040000
vignettes 040000
.Rbuildignore 100644 0 kb
.gitignore 100644 0 kb
ChangeLog 100644 16 kb
DESCRIPTION 100644 1 kb
Makefile 100644 2 kb
NAMESPACE 100644 2 kb
NEWS 100644 5 kb
README.md 100644 1 kb
README.md
KEGGgraph: A Graph Approach to KEGG PATHWAY in R and Bioconductor === `KEGGgraph` is a R/Biocoductor package to parse KEGG PATHWAYS in graph objects. ## Install Install `KEGGgraph` using `BiocManager`, the R package that manages Bioconductor packages. ```R library(BiocManager) BiocManager::install("KEGGgraph") ``` ## Usage Please see [the vignettes](http://bioconductor.org/packages/release/bioc/html/KEGGgraph.html) as well as help files for examples. ## Questions, suggestions, comments? Please do not hesitate emailing me, or post on [https://support.bioconductor.org/](https://support.bioconductor.org/) ## Citation Zhang, Jitao David, and Stefan Wiemann. “KEGGgraph: A Graph Approach to KEGG PATHWAY in R and Bioconductor.” Bioinformatics 25, no. 11 (June 1, 2009): 1470–71. https://doi.org/10.1093/bioinformatics/btp167. ## External links * [KEGGgraph Bioconductor page](http://bioconductor.org/packages/release/bioc/html/KEGGgraph.html) * [KEGG: Kyoto Encyclopedia of Genes and Genomes](https://www.genome.jp/kegg/)