check_gene_selection {GSSTDA}R Documentation

check_gene_selection

Description

Checking the arguments introduces in the gene selection process.

Usage

check_gene_selection(num_genes, gen_select_type, percent_gen_select)

Arguments

num_genes

Number of genes in the full_data

gen_select_type

Type of gene selection to be used. Choose between "top_bot" (top-botton) and "abs" (absolute)

percent_gen_select

Percentage of genes to be selected

Value

num_gen_select Number of genes to be selected according to the percent_gen_select value


[Package GSSTDA version 1.0.0 Index]