R/mda.R
findlipid.Rd
Find lipid class of metabolites base on referenced Kendrick mass defect
findlipid(list, mode = "pos")
list with data as peaks list, mz, rt and group information, retention time should be in seconds
'pos' for positive mode, 'neg' for negative mode and 'none' for neutral mass, only support [M+H] and [M-H] for each mode
list list with dataframe with the lipid referenced Kendrick mass defect(RKMD) and logical for class
Method for the Identification of Lipid Classes Based on Referenced Kendrick Mass Analysis. Lerno LA, German JB, Lebrilla CB. Anal Chem. 2010 May 15;82(10):4236–45.
data(list)
RKMD <- findlipid(list)