filter_currency_metabolites: Remove metabolites linked to many reactions from a metabolic...

View source: R/core_functions.R

filter_currency_metabolitesR Documentation

Remove metabolites linked to many reactions from a metabolic network.

Description

Remove metabolites linked to many reactions from a metabolic network.

Usage

filter_currency_metabolites(rxn_table, degree_filter = 30)

Arguments

rxn_table

Network table of reactions

degree_filter

Compounds involved in more than this number of reactions will be removed

Value

Network table without compounds found in reactions greater than the cutoff

Examples

filter_currency_metabolites(rxn_table, degree_filter = 50)

borenstein-lab/mimosa2 documentation built on Dec. 19, 2024, 12:44 a.m.