get_hidden_metabolites | R Documentation |
This function identifies hidden metabolites that are connected to detected metabolites within a specified number of reaction steps in a metabolic network.
get_hidden_metabolites(
metabolic_network,
detected_metabolites,
threads = 8,
max.reaction = 3
)
An 'igraph' object representing the metabolic reaction network. | |
A character vector of detected metabolite IDs. | |
Integer; number of parallel threads to use. Default is '3'. | |
Integer; maximum number of reaction steps allowed to define a hidden metabolite. Default is '3'. |
A list of hidden metabolites connected to detected metabolites within the specified reaction steps.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.