Raw MS data processing using xcms.
process_data(
path = ".",
polarity = c("positive", "negative"),
ppm = 15,
peakwidth = c(5, 30),
snthresh = 10,
prefilter = c(3, 500),
fitgauss = FALSE,
integrate = 2,
mzdiff = 0.01,
noise = 500,
threads = 6,
binSize = 0.025,
bw = 5,
output_tic = TRUE,
output_bpc = TRUE,
output_rt_correction_plot = TRUE,
min_fraction = 0.5,
fill_peaks = FALSE,
group_for_figure = "QC"
)
Work directory.
The polarity of data, "positive"or "negative".
see xcms.
See xcms.
See xcms.
See xcms.
see xcms.
see xcms.
see xcms.
See xcms.
Number of threads.
see xcms.
see xcms.
Output TIC plot or not.
Output BPC plot or not.
Output rt correction plot or not.
See xcms.
Fill peaks NA or not.
Which group you want to use to output TIC and BPC and EIC. Default is QC.
Peak table.