find signal
find_signal_regions.Rd
Given some regions and point_regions, find the regions that actually should contain real data. See details for an explanation of what is considered real.
Usage
find_signal_regions(
regions,
point_regions_list,
region_percentile = 0.99,
multiplier = 1.5,
n_point_region = 2000
)