parseKeggUrl {report.utils} R Documentation

Description

Usage

parseKeggUrl(url,
    compound = "blue",
    gene = "red",
    reaction = "green");

Arguments

url

[as string]

compound

the default color string for kegg compounds. [as string]

gene

the default color string for KO/gene. [as string]

reaction

the default color string for kegg reactions. [as string]

Details

Authors

kegg_kit

Value

this function returns data object of type list.

clr value class

Examples


[Package report.utils version 1.0.0.0 Index]