View source: R/mod_sets_fct_sets_functions.R
results_table_DT | R Documentation |
results_table_DT
results_table_DT( data, log2fc_range = c(-5, 5), pvalue_range = c(0, 1), padj_range = c(0, 1) )
data |
a tibble with the results from a differential gene expression analysis (specifics analysis ...) |
log2fc_range |
set the range for the scales of the log2fc colour scale numeric vector length 2 Default: c(-5,5) |
pvalue_range |
set the range for the scales of the p-value colour scale numeric vector length 2 Default: c(0,1) |
padj_range |
set the range for the scales of the adjusted p-value colour scale numeric vector length 2 Default: c(0,1) |
DT::datatable
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.