Learn R Programming

mseapca (version 2.0.3)

read_pathway: 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)

Value

list of metabolite set name and metabolite IDs.

Arguments

fullpath

file path of metabolite set (XML)

Author

Hiroyuki Yamamoto

Examples

Run this code
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