read_pathway: Read metabolite set file (*.xml)

read_pathwayR Documentation

Read metabolite set file (*.xml)

Description

This function generates metabolite set list from metabolite set file (XML). This is mainly used to be called by other functions.

Usage

read_pathway(fullpath)

Arguments

fullpath

file path of metabolite set (XML)

Value

list of metabolite set name and metabolite IDs.

Author(s)

Hiroyuki Yamamoto

Examples

## Not run: 
	filename <- "C:/R/pathway.xml"	# load metabolite set file
	M <- read_pathway(filename)		# Convert XML to metabolite set (list)
  
## End(Not run)

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