samples_in_levels: Samples in levels

View source: R/One_D_Mapper.R

samples_in_levelsR Documentation

Samples in levels

Description

This function returns a list of vectors containing the individuals included at each level, i.e. the vectors of individuals with a value of the filter function within each of the intervals.

Usage

samples_in_levels(interval_data, filter_values)

Arguments

interval_data

Filter function intervals. List with the set of intervals for the filtering function values produced by the get_intervals_One_D function.

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.

Value

A list of character vectors with the samples included in each of the levels (i.e. each of the intervals of the values of the filter functions).


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