View source: R/read_advise_lipidomics.R
read_advise_lipidomics | R Documentation |
read_advise_lipidomics
is the function for reading and storing data
produced by LipidSearch, and to be analyzed with ADViSELipidomics pipeline.
read_advise_lipidomics(out, datapath, data_type = "LipidSearch", target_file)
out |
List. It is the result from the |
datapath |
Character. Path for the folder containing the data files. |
data_type |
Character string. The data type to read. Can be "LipidSearch" or "Liquid". By default "LipidSearch". |
target_file |
Dataframe. It should be the target file already stored in the list 'out' (as out$targets$targetfile_lipidomics). |
The reading step reads and stores samples data (created by LipidSearch software), checking if all the files listed in the target file are present in the suitable folder.
res: a list with result from the initialization step, updated with the data to be analyzed with the forthcoming steps.
Last change 17/12/2021
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.