View source: R/core_functions.R
filter_currency_metabolites | R Documentation |
Remove metabolites linked to many reactions from a metabolic network.
filter_currency_metabolites(rxn_table, degree_filter = 30)
rxn_table |
Network table of reactions |
degree_filter |
Compounds involved in more than this number of reactions will be removed |
Network table without compounds found in reactions greater than the cutoff
filter_currency_metabolites(rxn_table, degree_filter = 50)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.