View source: R/check_arguments.R
check_gene_selection | R Documentation |
Checking the arguments introduces in the gene selection process.
check_gene_selection(num_genes, gen_select_type, percent_gen_select)
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 |
num_gen_select Number of genes to be selected according to the percent_gen_select value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.