kegg_colors {GCModeller} R Documentation

generate color map for do colorful encode of the kegg map url

Description

@param id a character vector of a collection of the kegg id

Usage

kegg_colors(id, log2FC,
    up = 'red',
    down = 'blue');

Arguments

log2FC

a numeric vector of the log2 Foldchange value of the corresponding kegg id

Details

Authors

xieguigang

Value

a lambda function that accept two parameters for generates the kegg pathway map url:

  1. map_id: the kegg pathway map id
  2. idset: a character vector of the kegg id for make url

Examples


[Package GCModeller version 1.1.0-beta Index]