split_region_by_peaks: split signal region

split_region_by_peaksR Documentation

split signal region

Description

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.

Usage

split_region_by_peaks(
  region_list,
  min_points = 4,
  metadata = NULL,
  calculate_peak_area = FALSE
)

Arguments

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

Value

list


MoseleyBioinformaticsLab/ScanCentricPeakCharacterization documentation built on March 29, 2024, 11:32 p.m.