read_pathway | R Documentation |
This function generates metabolite set list from metabolite set file (XML). This is mainly used to be called by other functions.
read_pathway(fullpath)
fullpath |
file path of metabolite set (XML) |
list of metabolite set name and metabolite IDs.
Hiroyuki Yamamoto
# filename <- "C:/R/pathway.xml" # load metabolite set file
# M <- read_pathway(filename) # Convert XML to metabolite set (list)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.