View source: R/metactivity_core_functions.R
target_set_from_forest_2 | R Documentation |
this function converts a 'forest' representation of a metabolic network into a metabolic-enzyme set
target_set_from_forest_2(forest, measured_species, penalty = 0.5, verbose = T)
forest |
a forest representation of a metabolic network. can be used with the tree_without_cofactor |
measured_species |
character vector, the names of the metabolites that are measured. Must be coherents with identifers in forest |
penalty |
numeric, the penalty, between 0.1 and 0.9 (0 and 1 work as well but are special cases and shouldn't be used) |
verbose |
boolean, to display progress |
a reaction network in the form of a three column dataframe with enzme, metabolite targets and weights.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.