recompose_metabolites: Merge metabolite stub and compartment to form an id

Description Usage Arguments Value Examples

View source: R/metabolite_utilities.R

Description

Merge metabolite stub and compartment to form an id

Usage

1
2
3
4
5
recompose_metabolites(
  expanded_metabolites,
  before_signifier = "_",
  after_signifier = ""
)

Arguments

expanded_metabolites

a metabolite table as created by decompose_metabolites

before_signifier

a string that is inserted before the compartment identifier

after_signifier

a string that is inserted after the compartment identifier

Value

A merged metabolite table with one column, met

Examples

1
2
3
4
5
6
7

maxconway/fbar documentation built on Sept. 8, 2020, 6:20 p.m.