load.reactions {repository} R Documentation

load kegg reaction data repository

Description


load reaction data from the given kegg reaction data
repository.

Usage

load.reactions(repository,
    raw = TRUE);

Arguments

repository

Could be a data pack file or a directory path that contains multiple reaction model data files.

raw

this function will just returns a vector of the kegg reaction data if this parameter value is set to TRUE. [as boolean]

Details

Authors

kegg_kit

Value

this function returns data object in these one of the listed data types: ReactionRepository, Reaction.

clr value class

Examples


[Package repository version 1.0.0.0 Index]