Skip to contents

Given a previously generated zip file of characterized peaks, now we've realized that the offsets on each peak should be somehow different. This function takes a zip file, adjusts the offsets, and writes the file back out.

Usage

recalculate_offsets(in_zip, offset = 2, out_file = in_zip)

Arguments

in_zip

the zip file to work with

offset

the offset to use

out_file

the file to write too (optional)