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 peak from each scan.
split_region_by_peaks(
region_list,
min_points = 4,
metadata = NULL,
calculate_peak_area = FALSE
)
region_list |
a list with points and tiles IRanges objects |
min_points |
how many points are needed for a peak |
metadata |
metadata that tells how things should be processed |
list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.