You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -355,7 +357,8 @@ for (i in 1:length(contrnames)){
355
357
## List of differentially expressed genes
356
358
357
359
The analysis of the differential gene expression was performed using `DESeq2`.
358
-
Genes were considered differentially expressed (DE) when the adjusted p-value was lower than 0.05 (padj < 0.05).
360
+
Genes were considered differentially expressed (DE) when the adjusted p-value was lower than 0.05 (padj < 0.05).
361
+
Genes were further considered differentially expressed (DE) if the log2 Fold Change in expression between the two considered groups was above the threshold of `r log_FC_text` in absolute terms.
359
362
The adjusted p-value is calculated in the `DESeq2` package with the Benjamini-Hochberg method. P-value adjustment
360
363
helps reduce the number of false postives (not real differentially expressed genes).
0 commit comments