csv2list {mseapca} | R 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)
[Package mseapca version 2.0.3 Index]