kegg_maps {GCModeller} R Documentation

Load internal kegg map repository

Description

Usage

kegg_maps(
    rawMaps = TRUE,
    repo = system.file(data/kegg/KEGG_maps.zip, package = GCModeller));

Arguments

rawMaps

this parameter value determine the data type of the return value from this function. TRUE value of this parameter will returns a vector of map data object or a indexed map repository object if set the parameter value to value FALSE.

repo

the kegg map repository location, default internal repository will be used if this parameter value is leaves default.

Details

Authors

xieguigang

Value

This function has no value returns.

Examples


[Package GCModeller version 1.1.0-beta Index]