View source: R/misc_helper_functions.R
read_files | R Documentation |
Read in processed files and assign keys to datasets. Sets NA metabolite values to 0.
read_files(genefile, metfile)
genefile |
File where gene data is located. |
metfile |
File where metabolite data is located. |
A list in which the first item is a data.table of gene abundances and the second is a data.table of metabolite abundances.
read_files(gene_file, met_file)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.