zip_ms: make a new ZipMS

View source: R/ZipMS.R

zip_msR Documentation

make a new ZipMS

Description

make a new ZipMS

Usage

zip_ms(
  in_file,
  mzml_meta_file = NULL,
  out_file = NULL,
  load_raw = TRUE,
  load_peak_list = TRUE
)

Arguments

in_file

the file to use (either .zip or .mzML)

mzml_meta_file

metadata file (.json)

out_file

the file to save to at the end

load_raw

logical to load the raw data

load_peak_list

to load the peak list if it exists

Value

ZipMS


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