get_intervals_One_D: Extract intervals from filter function output values.

View source: R/One_D_Mapper.R

get_intervals_One_DR Documentation

Extract intervals from filter function output values.

Description

It calculates the intervals of the given output values of a filter function according to the given number and percentage of overlap.

Usage

get_intervals_One_D(filter_values, num_intervals, percent_overlap)

Arguments

filter_values

Vector obtained after applying the filtering function to the input matrix, i.e, a vector with the filtering function values for each included sample.

num_intervals

Number of intervals to divide the filtering function values in.

percent_overlap

Percentage of overlap between intervals.

Value

Returns a list with the set of intervals for the filtering function values.


GSSTDA documentation built on June 22, 2024, 10:44 a.m.