powered by
This function takes as input the output file generated by the SIFT-MS and returns a .csv containing the TIME and the concentrations data selected by the user
SIFT_output_filter( setdir = getwd(), input_name = file.choose(), output_name, n_parameters = 2, param_names = c("Isoprene", "Acetone"), out_file = TRUE )
Filtered data and optional csv from SIFT input
allow the selection of the working directory
allow the selection of the input file
name of the .csv output file
number of analytes
vector with name of the analytes
flag for the export of a csv file
data(raw_SIFT) SIFT_output_filter(input_name = raw_SIFT, output_name = "testfile", out_file = FALSE)
Run the code above in your browser using DataLab