Learn R Programming

MetamapsDB (version 0.0.2)

findSeeds: To find all seed compounds in the metabolic graph

Description

Function finds strongly connected components within a bipartite metabolic network. And selects for components with at least 1 outgoing edge and no inbound edges. This is an implementation of Large-scale reconstruction and phylogenetic analysis of metabolic environments by Borenstein et al

Usage

findSeeds(mbgraph)

Arguments

mbgraph

igraph object representing the metabolic graph of interest