feature_selection_one {SUMO}R Documentation

Dividing features to create vectors with signal in the first omic

Description

Dividing features to create vectors with signal in the first omic

Usage

feature_selection_one(n_features_one, num.factor, no_factor)

Arguments

n_features_one

number of features of first omic

num.factor

type of factors - single or multiple

no_factor

number of factors

Value

A list of numeric vectors.

The function returns an error if the input parameters or constraints are invalid (e.g., num.factor is not "multiple" or no_factor is missing).


[Package SUMO version 0.1.0 Index]