powered by
This function save compound set of list format as XML file.
list2xml(filepath, M)
filepath of saved XML file
filepath of XML file to save
list fomat of compound set and compound names
Hiroyuki Yamamoto
This function is used to store a compound set. Saved xml file can be read using the read_pathway function.
if (FALSE) { data(pathway) M <- pathway$fasting xml_file <- "pathway_fasting.xml" N <- list2xml(xml_file, M) # XML::saveXML(N,filepath) }
Run the code above in your browser using DataLab