Function to translate Nightingale metabolomics alternative metabolite names to the ones used in BBMRI-nl
find_BBMRI_names(names)
Arguments
names: vector of strings with the metabolic features names to be translated
Returns
data.frame with the uploaded metabolites names on the first column and the BBMRI names on the second column.
Examples
library(MiMIR)library(purrr)#load the Nightignale metabolomics datasetmetabolic_measures <- synthetic_metabolic_dataset
#Find the metabolites names used in BBMRI-nlnam<-find_BBMRI_names(colnames(metabolic_measures))