split signal region
split_region_by_peaks.Rd
Given a region that should contain signal, and the point data within it, find the peaks, and return the region, and the set of points that make up each peak from each scan.
Usage
split_region_by_peaks(
region_list,
peak_method = "lm_weighted",
min_points = 4,
metadata = NULL
)