bitr_smpdb {MicrobiomeProfiler}R Documentation

convert metabolite IDs

Description

You can choose one id type as input and convert to other id type

Usage

bitr_smpdb(mbid, from_Type, to_Type)

Arguments

mbid

query vector of metabolite ids

from_Type

input id type, character

to_Type

output id type, character

Value

a dataframe

Examples


bitr_smpdb(c("HMDB0000538","HMDB0000161","HMDB0000045"),
from_Type = "HMDB.ID",to_Type = "ChEBI.ID")


[Package MicrobiomeProfiler version 1.0.0 Index]