Learn R Programming

mseapca (version 1.0)

pathway_class: Convert metabolite set (multiple) / tar.gz to list

Description

Convertion of KEGG's tar.gz files (e.g. hsa.tar.gz) to metabolite set list

Usage

pathway_class(filepath)

Arguments

filepath
file path of KEGG's tar.gz files

Value

list of metabolite set name and metabolite IDs

Details

The tar.gz files should be downloaded from KEGG FTP according to your own licence.

Examples

Run this code
	# filepath <- "C:/hsa.tar.gz"		# *.tar.gz downloaded from KEGG
	# Z <- pathway_class(filepath)		# convert to list

Run the code above in your browser using DataLab