split_region_by_peaks | R Documentation |
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 point from each scan.
split_region_by_peaks( region_list, peak_method = "lm_weighted", min_points = 4, metadata = NULL )
region_list |
a list with points and tiles IRanges objects |
peak_method |
the method for getting the peaks |
min_points |
how many points are needed for a peak |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.