View source: R/EPIC_functions.R
get_probes_limma | R Documentation |
This functions creates a simplified version of limma analysis for each probe
get_probes_limma(
values_df,
design_given,
contrasts.matrix_given,
pval_sign = 0.05,
thr = 0.26
)
values_df |
Values to test |
design_given |
Statistical design |
contrasts.matrix_given |
Contrasts to test |
pval_sign |
Cufoff for pvalue adjusted |
thr |
Threshold for LFC |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.