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 point from each scan.

Usage

split_region_by_peaks(
  region_list,
  peak_method = "lm_weighted",
  min_points = 4,
  metadata = NULL
)

Arguments

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

Value

list


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