lEr {LipidomicsR} | R Documentation |
lEr
Description
Internal function to extract label data in lipidomicR
Usage
lEr(
data,
Inlabel = c("PE(17:0/17:0)", "PC(17:0/17:0)", "PS(14:0/14:0)"),
relative_as_default = TRUE,
relative.mannual = NULL
)
Arguments
data |
Data frame. Row lipidomics data. Should be imported with importer(). |
Inlabel |
Vector. Name of Internal label. |
relative_as_default |
Logical, default as TRUE for automatically searching for internal standard data. |
relative.mannual |
Vector, the exact channel name. |
Value
Data of internal label.
[Package LipidomicsR version 0.3.6 Index]