View source: R/DESeq2_functions.R
filter_signficant_DESEQ | R Documentation |
When running DESeq2 you usually required significant hits.
filter_signficant_DESEQ(dataF, sign_value = 0.05, LFC = 0.26)
dataF |
Dataframe with either normalized values and DESEQ2 values or only DESEQ2. |
sign_value |
Pvalue adjusted cutoff: Default=0.05 |
LFC |
Log Fold Change cutoff: Default: 0.26 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.