View source: R/fct_multi_cond.R
getSignif_table | R Documentation |
Wrapper for other functions to get significant table of func terms
getSignif_table( data_cond1, data_cond2, data_cond3, lab_c1, lab_c2, lab_c3, annot_cond1, annot_cond2, annot_cond3 )
data_cond1 |
filt.data() corresponding to chosen condition 1 |
data_cond2 |
filt.data() corresponding to chosen condition 2 |
data_cond3 |
filt.data() corresponding to chosen condition 3 |
lab_c1 |
data label for condition 1 |
lab_c2 |
data label for condition 2 |
lab_c3 |
data label for condition 3 |
annot_cond1 |
binary matrix int-pair by functions for cond1 |
annot_cond2 |
binary matrix int-pair by functions for cond2 |
annot_cond3 |
binary matrix int-pair by functions for cond3 |
list containing pvalue_df and unique_intpairs df
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.