divide_features_two {SUMO}R Documentation

Dividing features to create vectors with signal in the second omic for single data

Description

Dividing features to create vectors with signal in the second omic for single data

Usage

divide_features_two(n_features_two, num.factor)

Arguments

n_features_two

number of features of first omic

num.factor

number of factors (should be set to '1')

Value

A list of numeric vectors. Each vector contains 80% of the features from one segment of the original feature set. The number of segments is determined by the number of factors provided (num.factor).

If the minimum segment size constraint is too large for the given feature length and number of segments, the function retries using the divide_vector() function.


[Package SUMO version 0.1.0 Index]