A function to calculate parameters for relative normalization.
nor.relative(
data,
Inlabel = c("PE(17:0/17:0)", "PC(17:0/17:0)", "PS(14:0/14:0)"),
normalize_to = 1:5,
relative_as_default = TRUE,
relative.mannual = NULL
)
Parameters for relative normalization
Data frame, row lipidomics data.
Vector. Name of Internal label. Default as c('PE(17:0/17:0)','PC(17:0/17:0)','PS(14:0/14:0)')
Vector. The column of samples that used as the standard for normalization.
Logical, default as TRUE for automatically searching for internal label data.
Vector, the exact channel name (if you want to define the channel of internal label mannually).