This is a test version of Biostars. For the public version, visit https://www.biostars.org.
volcano plot of up and down genes into two parts, resprctively.

When I do volcano plot of my RNA-seq data, I found the up and down genes cluster into two parts (two parts in up genes and two parts in down genes), resprctively. Can someone please explain to me why this is the case? Thanks a lot.

Volcano plot

rna-seq volcano plot

strange that entitites with fc values between ~5-~10 fold changes, on either side, are missing or not statistically significant.

Do you know why it happens? some mistakes during processing of data?

1 answer

These have large fold changes but rather low pvalues. If I had to guess then these are genes with many zeros. Some prefiltering of the data, e.g. edgeR::filterByExpr() can help removing unreliable calls.

You are right :) there are some zore data inside, so it means that are these data with zeros unavailable?

What do you mean with "unavailable"?

Do you mean that there are a lot of zero data in the data, will these data be removed after filtering the data?

Log in to answer this question.