powered by
This function generates metabolite set list from metabolite set file (XML). This is mainly used to be called by other functions.
read_pathway(fullpath)
list of metabolite set name and metabolite IDs.
file path of metabolite set (XML)
Hiroyuki Yamamoto
if (FALSE) { filename <- "C:/R/pathway.xml" # load metabolite set file M <- read_pathway(filename) # Convert XML to metabolite set (list) }
Run the code above in your browser using DataLab