View source: R/limma_functions.R
filter_signficant_limma | R Documentation |
This functions filters limma DE results
filter_signficant_limma(dataF, sign_value = 0.05, LFC = 0.26)
sign_value |
Pvalue adjusted cutoff: Default=0.05 |
LFC |
Log Fold Change cutoff: Default: 0.26 |
normData |
results limma dataframe to use as normalized values |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.