find_signal_regions | R Documentation |
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.
find_signal_regions( regions, point_regions_list, multiplier = 1.5, n_point_region = 2000 )
regions |
the regions we want to query |
point_regions_list |
the individual points |
multiplier |
how much above base quantiles to use (default = 1.5) |
IRanges
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.