read_input_file.Rd
Import data and metadata as excel or .csv or .txt format
read_input_file(
feature_file = NULL,
sample_file = NULL,
MSDial = TRUE,
split_QC = TRUE,
mz_col = NULL,
rt_col = NULL,
data_start_col = NULL,
MS_MS_column = NULL,
...
)
tab-delimited text files with feature abundances, mz, rt and MS/MS spectra
sample information file
(default=TRUE) the input file is MS-Dial native format
(default=TRUE) split input and metadata in two one for QC and the other for data
column that contains m/z value
column that contains rt value
column from which data starts
column that contains the MS/MS spectrum
further arguments to read.delim
mRList object