View source: R/caliblist_advise_lipidomics.R
caliblist_advise_lipidomics | R Documentation |
caliblist_advise_lipidomics
is the function for creation of the calibration
data (concentration and area).
caliblist_advise_lipidomics(
out,
info,
calibration_path,
calibration_targetfile
)
out |
List. It is the result from the |
info |
a string that tells if it's the deuterated or nonlabeled calibration |
calibration_path |
Character string. It should be the folder in which calibration files are located, already stored in the list 'out' (as out$folders$calibration_path). |
calibration_targetfile |
Character string. It is the calibration target file. |
The first part of the calibration step creates a list of calibration information from the calibration target files. This first part should be applied both to deuterated files and to non-labeled files. The creation of the final calibration matrix is performed outside the function. The calibration matrix has the correspondence between concentration and area for each internal standard lipid species.
A calibration matrix
Last change 20/01/2022
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.