run_mzml_list: run list of mzML files

View source: R/utils.R

run_mzml_listR Documentation

run list of mzML files

Description

Given a data.frame or character vector of files to run characterization on, processes them in sequence, to a particular saved location.

Usage

run_mzml_list(
  mzml_files,
  json_files = NULL,
  progress = TRUE,
  save_loc = ".",
  ...
)

Arguments

mzml_files

the list of mzML files to use

json_files

the list of corresponding json meta-data files

save_loc

where should the file files be saved

...

other parameters for CharacterizeMS

Value

list


MoseleyBioinformaticsLab/FTMS.peakCharacterization documentation built on April 27, 2022, 3:32 a.m.