getKEGGPathwayImage: Get a visualization of a specific KEGG pathway.

Description Usage Arguments Details Value Author(s) Examples

View source: R/KEGGfunctions.R

Description

This function gets a visualizatin of a specific KEGG pathway.

Usage

1
  getKEGGPathwayImage(pathway, folder=NULL)

Arguments

pathway

Pathway name

folder

Path to where the image is stored

Details

thi function downloads a png figure of a specifi pathway and stores it in a given folder

Value

An image.

Author(s)

Daniel Fischer

Examples

1
2
3
4
 ## Not run: 
  getKEGGPathwayImage(pathway = "bta00620")
  
## End(Not run)

GenomicTools documentation built on March 13, 2020, 3:08 a.m.