csv2list: Convert metabolite set / csv to list

csv2listR Documentation

Convert metabolite set / csv to list

Description

This function converts your own metabolite set (csv file to list).

Usage

csv2list(filepath)

Arguments

filepath

file path of metabolite set (csv file)

Details

The first row of csv file are "metabolite set name" and "metabolite IDs" as header. The first column must be metabolite IDs and second column must be metabolite set name.

Value

list of metabolite set name and metabolite IDs

Author(s)

Hiroyuki Yamamoto

Examples

## Not run: 
	# ---------------------------
	#  Convert csv file to list
	# ---------------------------
	filepath <- "C:/pathway.csv"	# filepath of csv file
	N <- csv2list(filepath)	# convert csv file to list
  
## End(Not run)

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