View source: R/read.in.metabolon.R
read.in.metabolon | R Documentation |
This function reads in a Metabolon (v1 format) raw data excel file, writes the (1) metabolite, (2) sample annotation, and (3) feature annotation data to flat text files. It also returns a list object of the same data.
read.in.metabolon(file2process, data_dir, projectname)
file2process |
the name of the xls file to process |
data_dir |
the full path to the directory holding your Metabolon excel file |
projectname |
a name for your project |
a list object of (1) metabolite, (2) sample annotation, and (3) feature annotation data
# read.in.metabolon(file2process = "Metabolon_data_release.xls", # data_dir = "/File/sits/here/", # projectname = "My Amazing Project")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.