identify_metabolic_modules | R Documentation |
This function identifies metabolic modules from a metabolic reaction network. It applies a clustering algorithm to detect modules based on network structure. Large modules are recursively split, and weakly connected hidden metabolites are removed.
identify_metabolic_modules(
sub_metabolic_network,
detected_metabolites,
hidden_metabolites
)
sub_metabolic_network |
A metabolic network represented as a 'tbl_graph' object. |
detected_metabolites |
A character vector of detected metabolite IDs. |
A character vector of hidden metabolite IDs. |
A list of metabolic modules, where each module is a character vector containing the metabolite IDs within the module.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.