View source: R/limma_aux_functions.R
ttop_list_to_t_table | R Documentation |
This function converts a list of limma top table results into a single dataframe of t-values. The list of top table results can be obtained using the limma_res_to_ttop_list function
ttop_list_to_t_table(ttop_list)
ttop_list |
list of limma top table results obtained from limma_res_to_ttop_list |
data.frame of t-values, where columns are the contrasts and rows are the omic features tested
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.