KEGG_MapRender {GCModeller} R Documentation

Do rendering of the kegg pathway maps

Description

Usage

KEGG_MapRender(enrich,
    map.id = 'KEGG',
    pathway.links = 'pathway_links',
    outputdir = './',
    min.objects = 0,
    kegg.maps = NULL);

Arguments

enrich

the csv file path of the kegg pathway map enrichment result or the dataframe value it self

kegg.maps

the external kegg maps repository, could be a local directory path which contains a set of the kegg map xml file; or a file to the bundle pack of the kegg map xml files.

Details

Authors

xieguigang

Value

This function has no value returns.

Examples


[Package GCModeller version 1.1.0-beta Index]