A function to calculate the proportion of each lipid content.
percent.calculator(
data,
delete.pattern = c("_\d", "(\+)AcO", "_n", "\(\d+\)")
)
Return a data frame of normalized lipidomic data in the percentage of lipid content.
Data frame. The row lipidomic data.
Pattern of characters that needs to be removed.