list2xml: Save compound set as XML file

list2xmlR Documentation

Save compound set as XML file

Description

This function save compound set of list format as XML file.

Usage

list2xml(filepath, M)

Arguments

filepath

filepath of XML file to save

M

list fomat of compound set and compound names

Details

This function is used to store a compound set. Saved xml file can be read using the read_pathway function.

Value

filepath of saved XML file

Author(s)

Hiroyuki Yamamoto

Examples

## Not run: 
	data(pathway)
	M <- pathway$fasting
	xml_file <- "pathway_fasting.xml"
	N <- list2xml(xml_file, M)
	# XML::saveXML(N,filepath)
	
## End(Not run)

mseapca documentation built on Nov. 4, 2023, 5:06 p.m.