SIFT_output_filter {SIPETool}R Documentation

SIFT output filter

Description

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

Usage

SIFT_output_filter(
  setdir = getwd(),
  input_name = file.choose(),
  output_name,
  n_parameters = 2,
  param_names = c("Isoprene", "Acetone"),
  out_file = TRUE
)

Arguments

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

Value

Filtered data and optional csv from SIFT input

Examples

data(raw_SIFT)
SIFT_output_filter(input_name = raw_SIFT, output_name = "testfile", out_file = FALSE)



[Package SIPETool version 0.1.0 Index]