View source: R/check_ewce_expression_data_args.R
check_ewce_expression_data_args | R Documentation |
Check the input arguments of the ewce_expression_data.
check_ewce_expression_data_args(sortBy, tt, thresh)
sortBy |
Column name of metric in |
tt |
Differential expression table. Can be output of topTable function. Minimum requirement is that one column stores a metric of increased/decreased expression (i.e. log fold change, t-statistic for differential expression etc) and another contains gene symbols. |
thresh |
The number of up- and down- regulated genes to be included in each analysis (Default: 250). |
Null output.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.