SIFT_output_filter {SIPETool} | R Documentation |
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
)
setdir |
allow the selection of the working directory |
input_name |
allow the selection of the input file |
output_name |
name of the .csv output file |
n_parameters |
number of analytes |
param_names |
vector with name of the analytes |
out_file |
flag for the export of a csv file |
Filtered data and optional csv from SIFT input
data(raw_SIFT)
SIFT_output_filter(input_name = raw_SIFT, output_name = "testfile", out_file = FALSE)