Learn R Programming

LipidMS (version 3.1.0)

readFileLipidClasses: Allows reading a CSV that contains lipid classes and adducts to perform annotations and retention time predictions.

Description

Allows reading a CSV that contains lipid classes and adducts to perform annotations and retention time predictions.

Usage

readFileLipidClasses(file = NULL, sep = ";", sep_adducts = ",")

Value

lipidClasses, a list with Classes and Adducts

Arguments

file

csv with classes to predict

sep

Character. Field separator used when reading the CSV file.

sep_adducts

Character. Separator used to split multiple adducts within the "Adducts" column of the file.

Author

Celia Regal Marques <celia_regal@iislafe.es>