find_signal_regions: find signal

find_signal_regionsR Documentation

find signal

Description

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,
  multiplier = 1.5,
  n_point_region = 2000
)

Arguments

regions

the regions we want to query

point_regions_list

the individual points

multiplier

how much above base quantiles to use (default = 1.5)

Value

IRanges


MoseleyBioinformaticsLab/FTMS.peakCharacterization documentation built on April 27, 2022, 3:32 a.m.