EnhancedVolcano underrepresenting DEGs
0
0
Entering edit mode
5 months ago

I'm plotting my DEGs from DESeq2 with EnhancedVolcano, but I can see that not all genes that have LFC > 1 or < -1 are shown in the plot. The number of red dots on the plot is clearly lower than the number of genes. Does anyone know what might be the reason?

R • 360 views
ADD COMMENT
2
Entering edit mode
results %>%
  ggplot(aes(x=log2FoldChange, y=-log10(padj))) +
  geom_point()

Use that to inspect your data, everything else is eye-candy. Confirm with this that you're seeing what you expect.

ADD REPLY

Login before adding your answer.

Traffic: 2619 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6