Skip to contents

Make KEGG database for FELLA pathway enrichment with metabolites. Run internally in cluster_pathway_enrichment().

Usage

make_kegg_db(kegg_db_destination)

Arguments

kegg_db_destination

character, target directory for KEGG database. Parent directories are created if they do not yet exist.

Examples

if (FALSE) {
make_kegg_db("KEGGDB/20220921")
}