connectAtomsInsideMetabolite: Connect atoms belonging to the same metabolite with edges

View source: R/gatom.R

connectAtomsInsideMetaboliteR Documentation

Connect atoms belonging to the same metabolite with edges

Description

Connect atoms belonging to the same metabolite with edges

Usage

connectAtomsInsideMetabolite(m)

Arguments

m

Metabolic module

Value

module in which atoms of the same metabolite are connected

Examples

data(mEx)
m <- connectAtomsInsideMetabolite(m = mEx)


ctlab/gatom documentation built on May 3, 2024, 3:44 p.m.