Switch to unified view

a b/man/getMetaboliteIDformats.Rd
1
% Generated by roxygen2: do not edit by hand
2
% Please edit documentation in R/feature_processing.R
3
\name{getMetaboliteIDformats}
4
\alias{getMetaboliteIDformats}
5
\title{Helper function to get all different metabolite ID formats}
6
\usage{
7
getMetaboliteIDformats(pathways)
8
}
9
\arguments{
10
\item{pathways}{List of pathway databases and their pathway definition.}
11
}
12
\value{
13
List of metabolite ID formats.
14
}
15
\description{
16
This helper function extracts all used ID formats in all pathways
17
and returns a nested list for each pathway database.
18
}