reload: Reload an isodat file object.

Description Usage Arguments Value Note

View source: R/isoread.R

Description

Reload an existing isodat object with all the chromatographic data and resets the peak table if keep_peaks = FALSE. Good for interrogation of an individual file. Requires the original file to still be in the same location.

Usage

1
reload(iso, remap_peaks = TRUE, load_chroms = TRUE)

Arguments

iso

the object to reload (can be a list)

remap_peaks

whether to keep the peak identification or not

load_chroms

whether to load the chroms (much smaller object without)

Value

the reloaded obj (or list of objs)

Note

currently only for type = "H_CSIA"


sebkopf/isoread documentation built on Dec. 31, 2021, 4:15 a.m.