View source: R/limma_aux_functions.R
limma_res_to_ttop_list | R Documentation |
This function converts the output of the runLimma function into a list of limma top tables
limma_res_to_ttop_list(limma_res, comp_names, number, adjust.method = "fdr")
limma_res |
output of the runLimma function |
comp_names |
identifiers of the contrasts that were considered in the runLimma function |
number |
number of top features to be included in the top table results |
adjust.method |
method to adjust p-values, same as for the topTable limma function |
a list of limma top table results
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.