standards_input_list: standards_input_list: function to create input list for...

View source: R/MLMSfunctions.R

standards_input_listR Documentation

standards_input_list: function to create input list for internal standards quality check

Description

standards_input_list: function to create input list for internal standards quality check

Usage

standards_input_list(standardPaths.vec, standardAnalysisNums.df, exp.df)

Arguments

standardPaths.vec

character vector containing the paths to the .dxf files for internal standards experiments

standardAnalysisNums.df

dataframe containing the analysis numbers for internal standards experiments and colnames are the standard names

Value

list of sample peak data for each analysis

Examples

Usage Example
standAnalysisNums.df<-read.table("standards_Analysis_Nums.txt")
standPaths.vec<-c(L1path,H1path,LWpath)
allStand_d18O.list<-standards_input_list(standPaths.vec,standAnalysisNums.df)

lilyacb/MLMS documentation built on July 21, 2023, 4:12 a.m.