Skip to contents

make a new SCZip

Usage

sc_zip(
  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

SCZip