View source: R/metactivity_core_functions.R
condense_metabolite_set | R Documentation |
this function condense the metabolic-enzyme set collections to summarise ignore specific types of information such as compartments of relative positions (sign)
condense_metabolite_set(
reaction_set_list,
condense_sign = T,
condense_compartments = F,
ignore_sign = F
)
reaction_set_list |
list, metabolic-enzyme set collections as returned by the prepare_metabolite_set function |
condense_sign |
boolean, summarise upstream and downstream position of metabolites into a signle relative position |
condense_compartments |
boolean, wether the compartment information of hte metabolic network sohuld be ignored |
ignore_sign |
boolean, wether the upstream/downstream position of metabolic should be ignored |
a metabolic-enzyme set collections
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.